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

@ -5,7 +5,7 @@ import (
C "github.com/Dreamacro/clash/constant"
"github.com/gofrs/uuid"
"github.com/gofrs/uuid/v5"
)
type ConnContext struct {

View File

@ -1,7 +1,7 @@
package context
import (
"github.com/gofrs/uuid"
"github.com/gofrs/uuid/v5"
"github.com/miekg/dns"
)

View File

@ -5,7 +5,7 @@ import (
C "github.com/Dreamacro/clash/constant"
"github.com/gofrs/uuid"
"github.com/gofrs/uuid/v5"
)
type PacketConnContext struct {