chore: replace google/uuid with new go uuid package

This commit is contained in:
henrygd
2026-09-10 10:39:11 -04:00
parent bb270e02a8
commit 6d82ee70b1
3 changed files with 3 additions and 3 deletions

View File

@@ -6,9 +6,9 @@ import (
"regexp"
"strings"
"time"
"uuid"
"github.com/blang/semver"
"github.com/google/uuid"
"github.com/henrygd/beszel"
"github.com/henrygd/beszel/internal/alerts"
"github.com/henrygd/beszel/internal/ghupdate"