mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-23 13:16:31 +02:00
chore: use stdlib uuid package
Go 1.27 ships a uuid package with the same API, dropping the direct dependency on github.com/google/uuid. Assisted-by: Claude:Opus 5
This commit is contained in:
@@ -14,9 +14,9 @@ import (
|
||||
user_model "gitea.dev/models/user"
|
||||
"gitea.dev/tests"
|
||||
|
||||
"github.com/google/uuid"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"uuid"
|
||||
)
|
||||
|
||||
func TestPackageTerraform(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user