forked from goproxy/goproxy.cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (26 loc) · 912 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
module github.com/goproxy/goproxy.cn
go 1.15
require (
github.com/air-gases/cacheman v0.16.1
github.com/air-gases/defibrillator v0.21.1
github.com/air-gases/limiter v0.21.1
github.com/air-gases/logger v0.21.1
github.com/air-gases/redirector v0.21.1
github.com/aofei/air v0.21.1
github.com/fsnotify/fsnotify v1.4.9
github.com/google/uuid v1.1.5 // indirect
github.com/goproxy/goproxy v0.2.2
github.com/magiconair/properties v1.8.4 // indirect
github.com/minio/minio-go/v7 v7.0.7 // indirect
github.com/robfig/cron/v3 v3.0.1
github.com/rs/zerolog v1.20.0
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/tidwall/gjson v1.6.7
github.com/yuin/goldmark v1.3.1
golang.org/x/mod v0.4.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)