2019-04-15 12:34:23 +00:00
|
|
|
module k8s.io/ingress-nginx
|
|
|
|
|
2020-08-12 02:47:21 +00:00
|
|
|
go 1.15
|
2019-04-15 12:34:23 +00:00
|
|
|
|
|
|
|
require (
|
2020-02-07 15:27:43 +00:00
|
|
|
github.com/armon/go-proxyproto v0.0.0-20200108142055-f0b8253b1507
|
2019-04-15 12:34:23 +00:00
|
|
|
github.com/eapache/channels v1.1.0
|
2020-07-30 17:14:03 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2019-04-15 12:34:23 +00:00
|
|
|
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa // indirect
|
2020-06-24 17:51:51 +00:00
|
|
|
github.com/gavv/httpexpect/v2 v2.1.0
|
2020-09-02 12:00:44 +00:00
|
|
|
github.com/imdario/mergo v0.3.10
|
2020-06-24 17:51:51 +00:00
|
|
|
github.com/json-iterator/go v1.1.10
|
2019-04-15 12:34:23 +00:00
|
|
|
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
|
2020-11-08 14:30:43 +00:00
|
|
|
github.com/mitchellh/copystructure v1.0.0
|
2020-02-07 15:27:43 +00:00
|
|
|
github.com/mitchellh/go-ps v1.0.0
|
2019-04-15 12:34:23 +00:00
|
|
|
github.com/mitchellh/hashstructure v1.0.0
|
2020-06-24 17:51:51 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.3.2
|
2019-06-19 03:43:06 +00:00
|
|
|
github.com/moul/pb v0.0.0-20180404114147-54bdd96e6a52
|
2020-09-16 10:46:36 +00:00
|
|
|
github.com/ncabatoff/process-exporter v0.7.2
|
|
|
|
github.com/onsi/ginkgo v1.14.1
|
2020-08-30 22:17:22 +00:00
|
|
|
github.com/opencontainers/runc v1.0.0-rc91.0.20200707015106-819fcc687efb
|
2020-02-07 15:27:43 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-06-24 17:51:51 +00:00
|
|
|
github.com/prometheus/client_golang v1.7.1
|
2020-02-06 12:50:13 +00:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2020-09-27 20:50:02 +00:00
|
|
|
github.com/prometheus/common v0.14.0
|
2020-06-24 17:51:51 +00:00
|
|
|
github.com/spf13/cobra v1.0.0
|
2019-12-11 00:55:54 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-06-24 17:51:51 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
|
|
|
github.com/tallclair/mdtoc v1.0.0
|
2020-09-27 20:50:02 +00:00
|
|
|
github.com/zakjan/cert-chain-resolver v0.0.0-20200729110141-6b99e360f97a
|
2020-08-30 22:17:22 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
|
|
|
google.golang.org/grpc v1.27.0
|
2019-04-15 12:34:23 +00:00
|
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
|
|
gopkg.in/go-playground/pool.v3 v3.1.1
|
2020-10-26 14:24:55 +00:00
|
|
|
k8s.io/api v0.19.3
|
|
|
|
k8s.io/apiextensions-apiserver v0.19.3
|
|
|
|
k8s.io/apimachinery v0.19.3
|
|
|
|
k8s.io/apiserver v0.19.3
|
|
|
|
k8s.io/cli-runtime v0.19.3
|
|
|
|
k8s.io/client-go v0.19.3
|
|
|
|
k8s.io/code-generator v0.19.3
|
|
|
|
k8s.io/component-base v0.19.3
|
2020-09-17 09:43:14 +00:00
|
|
|
k8s.io/klog/v2 v2.3.0
|
2020-11-09 11:48:50 +00:00
|
|
|
k8s.io/utils v0.0.0-20201104234853-8146046b121e
|
2020-02-07 15:27:43 +00:00
|
|
|
pault.ag/go/sniff v0.0.0-20200207005214-cf7e4d167732
|
2020-09-27 20:50:02 +00:00
|
|
|
sigs.k8s.io/controller-runtime v0.6.1-0.20200925153312-fdc6658a141b
|
2019-04-15 12:34:23 +00:00
|
|
|
)
|