goc/go.mod

25 lines
819 B
Modula-2
Raw Normal View History

2021-03-25 15:22:21 +00:00
module github.com/qiniu/goc/v2
go 1.16
2021-04-04 03:42:05 +00:00
require (
2021-06-10 12:03:47 +00:00
github.com/gin-gonic/gin v1.7.2
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/websocket v1.4.2
github.com/json-iterator/go v1.1.11 // indirect
2021-04-04 03:42:05 +00:00
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
github.com/mattn/go-colorable v0.1.8 // indirect
2021-06-10 12:03:47 +00:00
github.com/mattn/go-isatty v0.0.13 // indirect
2021-04-04 03:42:05 +00:00
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/spf13/cobra v1.1.3
2021-06-10 12:03:47 +00:00
github.com/spf13/pflag v1.0.5
github.com/tongjingran/copy v1.4.2
2021-04-04 03:42:05 +00:00
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/mod v0.4.2
2021-06-10 12:03:47 +00:00
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sys v0.0.0-20210608053332-aa57babbf139 // indirect
golang.org/x/text v0.3.6 // indirect
k8s.io/kubectl v0.21.1
2021-04-04 03:42:05 +00:00
)