3
go.mod
3
go.mod
@@ -4,6 +4,7 @@ go 1.16
|
||||
|
||||
require (
|
||||
cloud.google.com/go v0.58.0 // indirect
|
||||
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
||||
github.com/Microsoft/go-winio v0.4.5 // indirect
|
||||
github.com/PuerkitoBio/purell v1.1.0 // indirect
|
||||
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
||||
@@ -36,6 +37,7 @@ require (
|
||||
github.com/juju/ratelimit v1.0.1 // indirect
|
||||
github.com/mailru/easyjson v0.0.0-20171120080333-32fa128f234d // indirect
|
||||
github.com/miekg/dns v0.0.0-20171019064225-822ae18e7187
|
||||
github.com/morikuni/aec v1.0.0 // indirect
|
||||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
||||
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
|
||||
github.com/opencontainers/image-spec v1.0.0 // indirect
|
||||
@@ -58,6 +60,7 @@ require (
|
||||
google.golang.org/genproto v0.0.0-20200611194920-44ba362f84c1 // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
||||
gopkg.in/inf.v0 v0.9.0 // indirect
|
||||
gotest.tools v2.2.0+incompatible // indirect
|
||||
k8s.io/api v0.0.0-20171027084545-218912509d74 // indirect
|
||||
k8s.io/apimachinery v0.0.0-20171027084411-18a564baac72
|
||||
k8s.io/client-go v5.0.1+incompatible
|
||||
|
||||
Reference in New Issue
Block a user