mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
39 lines
1.7 KiB
Modula-2
39 lines
1.7 KiB
Modula-2
module github.com/nirmata/kyverno
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cenkalti/backoff v2.2.1+incompatible
|
|
github.com/evanphx/json-patch v4.5.0+incompatible
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
|
|
github.com/googleapis/gnostic v0.3.1
|
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
|
github.com/imdario/mergo v0.3.8 // indirect
|
|
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
|
|
github.com/json-iterator/go v1.1.9 // indirect
|
|
github.com/minio/minio v0.0.0-20200114012931-30922148fbb5
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/tevino/abool v0.0.0-20170917061928-9b9efcf221b5
|
|
golang.org/x/crypto v0.0.0-20200109152110-61a87790db17 // indirect
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
|
|
golang.org/x/sys v0.0.0-20200113162924-86b910548bc1 // indirect
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v2 v2.2.7
|
|
gotest.tools v2.2.0+incompatible
|
|
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
|
|
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
|
|
k8s.io/cli-runtime v0.0.0-20191004110135-b9eb767d2e1a // indirect
|
|
k8s.io/client-go v11.0.1-0.20190516230509-ae8359b20417+incompatible
|
|
k8s.io/klog v1.0.0 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
|
|
k8s.io/utils v0.0.0-20200109141947-94aeca20bf09 // indirect
|
|
)
|
|
|
|
// Added for go1.13 migration https://github.com/golang/go/issues/32805
|
|
replace github.com/gorilla/rpc v1.2.0+incompatible => github.com/gorilla/rpc v1.2.0
|