-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FixedBug: Read v2ray config err from Stdin
- Loading branch information
Showing
8 changed files
with
172 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
module github.com/iotames/v2raypool | ||
|
||
go 1.19 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/golang/protobuf v1.5.3 | ||
github.com/iotames/glayui v1.0.2 | ||
github.com/iotames/miniutils v1.0.10 | ||
github.com/golang/protobuf v1.5.4 | ||
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.7.0 | ||
google.golang.org/grpc v1.58.1 | ||
google.golang.org/protobuf v1.31.0 | ||
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-20200812162917-85c65e2d0165 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/pires/go-proxyproto v0.6.2 // 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.11.0 // indirect | ||
golang.org/x/net v0.12.0 // indirect | ||
golang.org/x/sys v0.10.0 // indirect | ||
golang.org/x/text v0.11.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // 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 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters