2021-07-23 08:05:20 +00:00
|
|
|
module github.com/kyverno/policy-reporter
|
2021-02-19 23:58:01 +00:00
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2021-10-23 06:56:20 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.41.9
|
2021-10-21 09:54:46 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2021-02-22 11:27:10 +00:00
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
2021-10-21 09:54:46 +00:00
|
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2021-05-29 08:57:06 +00:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2021-10-21 09:54:46 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-03-05 13:26:47 +00:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2021-10-21 09:54:46 +00:00
|
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
|
|
github.com/spf13/cobra v1.2.1
|
|
|
|
github.com/spf13/viper v1.9.0
|
|
|
|
golang.org/x/net v0.0.0-20211020060615-d418f374d309 // indirect
|
|
|
|
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1 // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-10-23 06:56:20 +00:00
|
|
|
golang.org/x/sys v0.0.0-20211022215931-8e5104632af7 // indirect
|
2021-10-21 09:54:46 +00:00
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
k8s.io/api v0.22.2
|
|
|
|
k8s.io/apimachinery v0.22.2
|
|
|
|
k8s.io/client-go v0.22.2
|
2021-10-23 06:56:20 +00:00
|
|
|
k8s.io/klog/v2 v2.30.0 // indirect
|
2021-10-21 09:54:46 +00:00
|
|
|
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
|
|
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
2021-02-19 23:58:01 +00:00
|
|
|
)
|