forked from goproxy/goproxy.cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 801 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
module github.com/goproxy/goproxy.cn
go 1.14
require (
github.com/air-gases/cacheman v0.14.0
github.com/air-gases/defibrillator v0.19.0
github.com/air-gases/limiter v0.19.0
github.com/air-gases/logger v0.19.0
github.com/air-gases/redirector v0.19.0
github.com/aofei/air v0.19.0
github.com/fsnotify/fsnotify v1.4.9
github.com/goproxy/goproxy v0.1.7
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/robfig/cron/v3 v3.0.1
github.com/rs/zerolog v1.19.0
github.com/spf13/afero v1.3.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.1 // indirect
github.com/yuin/goldmark v1.1.33
)