-
Notifications
You must be signed in to change notification settings - Fork 78
/
go.mod
32 lines (29 loc) · 1016 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
27
28
29
30
31
32
module github.com/xxf098/lite-proxy
go 1.19
require (
github.com/Dreamacro/go-shadowsocks2 v0.1.8
github.com/gofrs/uuid v4.3.1+incompatible
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/gorilla/websocket v1.5.0
github.com/miekg/dns v1.1.50
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
go.uber.org/atomic v1.10.0
golang.org/x/crypto v0.4.0
golang.org/x/image v0.2.0
golang.org/x/net v0.4.0
golang.org/x/sync v0.1.0
golang.org/x/sys v0.3.0
google.golang.org/grpc v1.51.0
google.golang.org/protobuf v1.28.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/text v0.5.0 // indirect
golang.org/x/tools v0.4.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)