-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
23 lines (21 loc) · 808 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
module github.com/jenkins-zh/mirror-proxy
go 1.13
require (
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/mock v1.4.4
github.com/gosuri/uilive v0.0.3 // indirect
github.com/gosuri/uiprogress v0.0.1
github.com/magiconair/properties v1.8.4
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.1
github.com/spf13/cobra v0.0.7
github.com/spf13/viper v1.7.1
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
go.uber.org/zap v1.16.0
golang.org/x/lint v0.0.0-20200130185559-910be7a94367 // indirect
golang.org/x/tools v0.0.0-20200213224642-88e652f7a869 // indirect
gopkg.in/yaml.v2 v2.4.0
)