|
|
|
@ -30,6 +30,7 @@ require (
|
|
|
|
|
github.com/mojocn/base64Captcha v1.3.6
|
|
|
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
|
|
|
|
github.com/quic-go/quic-go v0.42.0
|
|
|
|
|
github.com/refraction-networking/utls v1.6.4
|
|
|
|
|
github.com/sirupsen/logrus v1.9.3
|
|
|
|
|
github.com/soheilhy/cmux v0.1.5
|
|
|
|
|
github.com/spf13/cobra v1.8.0
|
|
|
|
@ -44,6 +45,7 @@ require (
|
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.13
|
|
|
|
|
golang.org/x/crypto v0.22.0
|
|
|
|
|
golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8
|
|
|
|
|
golang.org/x/net v0.24.0
|
|
|
|
|
golang.org/x/oauth2 v0.19.0
|
|
|
|
|
google.golang.org/grpc v1.63.2
|
|
|
|
|
google.golang.org/protobuf v1.33.0
|
|
|
|
@ -64,6 +66,7 @@ require (
|
|
|
|
|
github.com/bytedance/sonic v1.11.3 // indirect
|
|
|
|
|
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
|
|
|
|
|
github.com/chenzhuoyu/iasm v0.9.1 // indirect
|
|
|
|
|
github.com/cloudflare/circl v1.3.7 // indirect
|
|
|
|
|
github.com/coreos/go-semver v0.3.1 // indirect
|
|
|
|
|
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
|
|
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
|
|
@ -100,6 +103,7 @@ require (
|
|
|
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
|
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
|
|
|
github.com/klauspost/compress v1.17.4 // indirect
|
|
|
|
|
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
|
|
|
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
@ -128,7 +132,6 @@ require (
|
|
|
|
|
golang.org/x/arch v0.7.0 // indirect
|
|
|
|
|
golang.org/x/image v0.15.0 // indirect
|
|
|
|
|
golang.org/x/mod v0.17.0 // indirect
|
|
|
|
|
golang.org/x/net v0.24.0 // indirect
|
|
|
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
|
|