Skip to content

Commit

Permalink
bump v2fly to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
orvice committed May 6, 2024
1 parent caa7fe4 commit 4128c4e
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 248 deletions.
34 changes: 14 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,53 +4,47 @@ require (
github.com/catpie/musdk-go v0.0.0-20230815021801-7d27a00f9c60
github.com/google/gops v0.3.22
github.com/p4gefau1t/trojan-go v0.10.6
github.com/v2fly/v2ray-core/v5 v5.16.1
github.com/weeon/log v0.0.0-20230815031624-ca3ca7b87ee5
github.com/weeon/utils v0.0.0-20210724174708-113b40b2e152
google.golang.org/grpc v1.56.3
google.golang.org/grpc v1.63.2
)

require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-metro v0.0.0-20200812162917-85c65e2d0165 // indirect
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e // indirect
github.com/v2fly/v2ray-core/v4 v4.44.0
github.com/weeon/contract v0.0.0-20190520152601-a4ee53bdb563 // indirect
github.com/xtaci/smux v1.5.15 // indirect
github.com/xtaci/smux v1.5.24 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.18.1 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
golang.org/x/time v0.5.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

require (
github.com/gorilla/websocket v1.5.0 // indirect
github.com/jhump/protoreflect v1.12.0 // indirect
github.com/lucas-clemente/quic-go v0.27.0 // indirect
github.com/adrg/xdg v0.4.0 // indirect
github.com/nats-io/nats.go v1.11.1-0.20210623165838-4b75fc59ae30 // indirect
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/pires/go-proxyproto v0.6.2 // indirect
github.com/pires/go-proxyproto v0.7.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/redis/go-redis/v9 v9.0.5 // indirect
github.com/seiflotfy/cuckoofilter v0.0.0-20220312154859-af7fbb8e765b // indirect
github.com/stretchr/testify v1.8.3 // indirect
go.starlark.net v0.0.0-20220302181546-5411bad688d1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
github.com/seiflotfy/cuckoofilter v0.0.0-20220411075957-e3b120b3f5fb // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/protobuf v1.34.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6 // indirect
)

go 1.21
Loading

0 comments on commit 4128c4e

Please sign in to comment.