Chore: update uuid to v5

This commit is contained in:
Dreamacro
2023-03-14 21:18:09 +08:00
parent 4d14dd65fa
commit e5a2dbd9b5
11 changed files with 13 additions and 13 deletions

View File

@ -3,7 +3,7 @@ package constant
import (
"net"
"github.com/gofrs/uuid"
"github.com/gofrs/uuid/v5"
)
type PlainContext interface {