chore: Update dependencies

This commit is contained in:
wwqgtxx
2023-04-09 15:40:17 +08:00
parent e9c9d17a9b
commit 8e8cddf462
15 changed files with 40 additions and 39 deletions

View File

@ -1,7 +1,7 @@
package utils
import (
"github.com/gofrs/uuid"
"github.com/gofrs/uuid/v5"
"github.com/zhangyunhao116/fastrand"
)

View File

@ -1,7 +1,7 @@
package utils
import (
"github.com/gofrs/uuid"
"github.com/gofrs/uuid/v5"
"reflect"
"testing"
)