-
Notifications
You must be signed in to change notification settings - Fork 120
/
go.mod
31 lines (29 loc) · 1.04 KB
/
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
module github.com/qiniu/goc
go 1.13
require (
github.com/gin-gonic/gin v1.7.7
github.com/go-playground/validator/v10 v10.8.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/hashicorp/go-retryablehttp v0.6.6
github.com/json-iterator/go v1.1.11 // indirect
github.com/julienschmidt/httprouter v1.2.0
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/qiniu/api.v7/v7 v7.5.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.6.1
github.com/tongjingran/copy v1.4.2
github.com/ugorji/go v1.2.6 // indirect
golang.org/x/mod v0.9.0
golang.org/x/net v0.17.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/tools v0.6.0
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/test-infra v0.0.0-20200511080351-8ac9dbfab055
)