2020-10-07 11:12:31 -07:00
|
|
|
module github.com/kyverno/kyverno
|
2020-01-14 10:07:21 +05:30
|
|
|
|
2021-07-09 18:01:46 -07:00
|
|
|
go 1.16
|
2020-01-14 10:07:21 +05:30
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cenkalti/backoff v2.2.1+incompatible
|
2020-10-27 18:28:30 -07:00
|
|
|
github.com/cornelk/hashmap v1.0.1
|
2021-06-10 07:46:26 +05:30
|
|
|
github.com/dchest/siphash v1.2.1 // indirect
|
2021-03-23 10:34:03 -07:00
|
|
|
github.com/distribution/distribution v2.7.1+incompatible
|
2021-09-16 21:40:56 +02:00
|
|
|
github.com/evanphx/json-patch/v5 v5.5.0
|
2021-06-10 07:46:26 +05:30
|
|
|
github.com/fatih/color v1.12.0
|
2020-09-03 08:54:37 -07:00
|
|
|
github.com/gardener/controller-manager-library v0.2.0
|
2020-08-05 09:11:23 -07:00
|
|
|
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
|
2021-02-07 20:26:56 -08:00
|
|
|
github.com/go-git/go-billy/v5 v5.0.0
|
|
|
|
github.com/go-git/go-git/v5 v5.2.0
|
2022-01-22 17:56:53 +05:30
|
|
|
github.com/go-logr/logr v1.2.0
|
2021-11-03 10:45:35 +03:00
|
|
|
github.com/google/go-containerregistry v0.6.1-0.20210922191434-34b7f00d7a60
|
|
|
|
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20211004163346-9ae11fe20941
|
2021-12-07 21:14:46 +05:30
|
|
|
github.com/googleapis/gnostic v0.5.5
|
2021-09-13 18:59:28 +03:00
|
|
|
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
|
2021-11-03 10:45:35 +03:00
|
|
|
github.com/in-toto/in-toto-golang v0.3.3
|
2021-06-10 07:46:26 +05:30
|
|
|
github.com/jmespath/go-jmespath v0.4.0
|
2020-06-25 12:00:35 -07:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
2021-02-07 20:26:56 -08:00
|
|
|
github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23
|
|
|
|
github.com/lensesio/tableprinter v0.0.0-20201125135848-89e81fc956e7
|
2020-08-05 09:11:23 -07:00
|
|
|
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a
|
2021-09-29 00:49:26 +05:30
|
|
|
github.com/minio/pkg v1.1.3
|
2022-01-22 17:56:53 +05:30
|
|
|
github.com/onsi/ginkgo v1.16.5
|
|
|
|
github.com/onsi/gomega v1.17.0
|
2021-01-04 23:17:17 -08:00
|
|
|
github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6
|
2021-02-07 19:46:50 -08:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2020-07-14 20:23:30 -07:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-08-02 13:51:36 -07:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-09-11 03:09:12 +05:30
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2021-11-04 23:26:22 -07:00
|
|
|
github.com/sigstore/cosign v1.3.0
|
|
|
|
github.com/sigstore/sigstore v1.0.0
|
2021-08-02 13:51:36 -07:00
|
|
|
github.com/spf13/cobra v1.2.1
|
2021-06-10 07:46:26 +05:30
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-09-13 18:59:28 +03:00
|
|
|
github.com/xanzy/ssh-agent v0.3.0 // indirect
|
2021-04-18 00:49:38 +05:30
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-07-09 18:01:46 -07:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2020-01-14 10:07:21 +05:30
|
|
|
gotest.tools v2.2.0+incompatible
|
2022-01-22 17:56:53 +05:30
|
|
|
k8s.io/api v0.23.2
|
|
|
|
k8s.io/apiextensions-apiserver v0.23.2
|
|
|
|
k8s.io/apimachinery v0.23.2
|
|
|
|
k8s.io/cli-runtime v0.23.2
|
|
|
|
k8s.io/client-go v0.23.2
|
|
|
|
k8s.io/klog/v2 v2.40.1
|
2021-12-07 21:14:46 +05:30
|
|
|
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65
|
2022-01-22 17:56:53 +05:30
|
|
|
sigs.k8s.io/controller-runtime v0.11.0
|
2021-12-07 21:14:46 +05:30
|
|
|
sigs.k8s.io/kustomize/api v0.10.1
|
|
|
|
sigs.k8s.io/kustomize/kyaml v0.13.0
|
2021-11-03 10:45:35 +03:00
|
|
|
sigs.k8s.io/yaml v1.3.0
|
2020-01-14 10:07:21 +05:30
|
|
|
)
|
|
|
|
|
2021-12-07 21:14:46 +05:30
|
|
|
require (
|
2021-12-28 19:52:52 +05:30
|
|
|
github.com/aquilax/truncate v1.0.0
|
2021-12-21 21:42:35 +05:30
|
|
|
github.com/blang/semver/v4 v4.0.0
|
2021-12-07 21:14:46 +05:30
|
|
|
gopkg.in/inf.v0 v0.9.1
|
|
|
|
)
|
|
|
|
|
2020-06-25 12:00:35 -07:00
|
|
|
replace (
|
2021-11-22 18:27:51 +05:30
|
|
|
github.com/apache/thrift => github.com/apache/thrift v0.14.0
|
|
|
|
github.com/buger/jsonparser => github.com/buger/jsonparser v1.1.1
|
2022-01-22 17:56:53 +05:30
|
|
|
github.com/containerd/containerd => github.com/containerd/containerd v1.5.9
|
2021-11-22 18:27:51 +05:30
|
|
|
github.com/docker/cli => github.com/docker/cli v20.10.9+incompatible
|
2021-09-16 21:40:56 +02:00
|
|
|
github.com/evanphx/json-patch/v5 => github.com/kyverno/json-patch/v5 v5.5.1-0.20210915204938-7578f4ee9c77
|
2021-07-02 08:56:50 +03:00
|
|
|
github.com/jmespath/go-jmespath => github.com/kyverno/go-jmespath v0.4.1-0.20210511164400-a1d46efa2ed6
|
2021-11-22 18:27:51 +05:30
|
|
|
github.com/opencontainers/image-spec => github.com/opencontainers/image-spec v1.0.2
|
2020-06-25 12:00:35 -07:00
|
|
|
)
|