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,8 +6,8 @@ import (
"log"
"os"
"path/filepath"
"uuid"
"github.com/google/uuid"
"github.com/henrygd/beszel/internal/entities/system"
"github.com/pocketbase/dbx"