-
Notifications
You must be signed in to change notification settings - Fork 18
/
go.mod
29 lines (26 loc) · 1.03 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/iotames/v2raypool
go 1.22.1
require (
github.com/golang/protobuf v1.5.4
github.com/iotames/easyconf v1.1.0
github.com/iotames/glayui v1.1.2
github.com/iotames/miniutils v1.0.11
github.com/joho/godotenv v1.5.1
github.com/v2fly/v2ray-core/v5 v5.15.1
google.golang.org/grpc v1.63.2
google.golang.org/protobuf v1.33.0
)
require (
github.com/adrg/xdg v0.4.0 // indirect
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/pires/go-proxyproto v0.7.0 // indirect
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
github.com/seiflotfy/cuckoofilter v0.0.0-20220411075957-e3b120b3f5fb // indirect
github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
)