Chore: update uuid to v5
This commit is contained in:
@ -3,7 +3,7 @@ package constant
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/gofrs/uuid"
|
||||
"github.com/gofrs/uuid/v5"
|
||||
)
|
||||
|
||||
type PlainContext interface {
|
||||
|
Reference in New Issue
Block a user