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

@ -17,7 +17,7 @@ import (
C "github.com/Dreamacro/clash/constant"
"github.com/Dreamacro/clash/transport/socks5"
"github.com/gofrs/uuid"
"github.com/gofrs/uuid/v5"
"github.com/metacubex/quic-go"
)

View File

@ -18,7 +18,7 @@ import (
tlsC "github.com/Dreamacro/clash/component/tls"
"github.com/Dreamacro/clash/log"
"github.com/gofrs/uuid"
"github.com/gofrs/uuid/v5"
utls "github.com/sagernet/utls"
xtls "github.com/xtls/go"
"google.golang.org/protobuf/proto"

View File

@ -7,7 +7,7 @@ import (
"github.com/Dreamacro/clash/common/buf"
"github.com/Dreamacro/clash/log"
"github.com/gofrs/uuid"
"github.com/gofrs/uuid/v5"
"github.com/zhangyunhao116/fastrand"
)

View File

@ -5,7 +5,7 @@ import (
"github.com/Dreamacro/clash/common/utils"
"github.com/gofrs/uuid"
"github.com/gofrs/uuid/v5"
)
const (

View File

@ -4,7 +4,7 @@ import (
"bytes"
"crypto/md5"
"github.com/gofrs/uuid"
"github.com/gofrs/uuid/v5"
)
// ID cmdKey length

View File

@ -7,7 +7,7 @@ import (
"github.com/Dreamacro/clash/common/utils"
"github.com/gofrs/uuid"
"github.com/gofrs/uuid/v5"
"github.com/zhangyunhao116/fastrand"
)