forked from gitlawr/go-example-risk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
46 lines (42 loc) · 1.94 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
module example.com/m
go 1.18
require (
github.com/p4gefau1t/trojan-go v0.10.6
github.com/sirupsen/logrus v1.8.1
)
require (
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pires/go-proxyproto v0.6.0 // indirect
github.com/refraction-networking/utls v0.0.0-20210713165636-0b2885c8c0d4 // indirect
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
github.com/shadowsocks/go-shadowsocks2 v0.1.5 // indirect
github.com/txthinking/runnergroup v0.0.0-20210608031112-152c7c4432bf // indirect
github.com/txthinking/socks5 v0.0.0-20210716140126-fa1f52a8f2da // indirect
github.com/txthinking/x v0.0.0-20210326105829-476fab902fbe // indirect
github.com/v2fly/v2ray-core/v4 v4.42.1 // indirect
github.com/xtaci/smux v1.5.15 // indirect
go.starlark.net v0.0.0-20210602144842-1cdb82c9e17a // indirect
golang.org/x/net v0.0.0-20211108170745-6635138e15ea // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
golang.org/x/text v0.3.6 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
google.golang.org/grpc v1.40.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
require (
github.com/beevik/etree v1.1.0 // indirect
github.com/crewjam/saml v0.4.0
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/lib/pq v1.10.3 // indirect
github.com/mattn/go-sqlite3 v1.14.9 // indirect
github.com/prometheus/client_golang v1.11.0
github.com/rehacktive/caffeine v1.3.0
github.com/russellhaering/goxmldsig v0.0.0-20180430223755-7acd5e4a6ef7 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
github.com/aws/[email protected]
)