forked from p4gefau1t/trojan-go
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
26 lines (23 loc) · 900 Bytes
/
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
module github.com/p4gefau1t/trojan-go
go 1.20
require (
github.com/sagernet/sing v0.2.5-0.20230423085534-0902e6216207
github.com/sagernet/sing-mux v0.0.0-20230427141602-9836fc9b052e
github.com/sagernet/smux v0.0.0-20230312102458-337ec2a5af37
github.com/sirupsen/logrus v1.9.0
github.com/tailscale/hujson v0.0.0-20221223112325-20486734a56a
github.com/txthinking/socks5 v0.0.0-20230307062227-0e1677eca4ba
github.com/xtls/xray-core v1.8.0
golang.org/x/crypto v0.7.0
golang.org/x/net v0.9.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/txthinking/runnergroup v0.0.0-20230211072751-d11f16258c86 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/protobuf v1.29.0 // indirect
)