-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 1.03 KB
/
go.mod
File metadata and controls
29 lines (26 loc) · 1.03 KB
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/yaproxy/yap
go 1.18
require (
github.com/abbot/go-http-auth v0.4.0
github.com/cloudflare/golibs v0.0.0-20210909181612-21743d7dd02a
github.com/go-echarts/statsview v0.3.4
github.com/golang/glog v1.0.0
github.com/jinzhu/copier v0.0.0-20180308034124-7e38e58719c3
github.com/miekg/dns v1.1.25
github.com/naoina/toml v0.1.1
github.com/yaproxy/libyap v0.0.0-20220915123554-284e01a61eca
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
)
require (
github.com/go-echarts/go-echarts/v2 v2.2.3 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/jim3ma/http-tunnel v0.0.0-20200816144907-5b1d35592fa0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/rs/cors v1.7.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/text v0.3.6 // indirect
)