2019-04-15 12:34:23 +00:00
|
|
|
module k8s.io/ingress-nginx
|
|
|
|
|
2022-08-26 16:22:25 +00:00
|
|
|
go 1.19
|
2019-04-15 12:34:23 +00:00
|
|
|
|
|
|
|
require (
|
2021-08-06 14:18:17 +00:00
|
|
|
github.com/armon/go-proxyproto v0.0.0-20210323213023-7e956b284f0a
|
2019-04-15 12:34:23 +00:00
|
|
|
github.com/eapache/channels v1.1.0
|
2022-05-04 12:05:51 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.5.4
|
2021-08-06 14:18:17 +00:00
|
|
|
github.com/gavv/httpexpect/v2 v2.3.1
|
2022-05-31 13:28:53 +00:00
|
|
|
github.com/imdario/mergo v0.3.13
|
2021-10-12 20:49:59 +00:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2020-12-14 14:45:56 +00:00
|
|
|
github.com/kylelemons/godebug v1.1.0
|
2020-02-07 15:27:43 +00:00
|
|
|
github.com/mitchellh/go-ps v1.0.0
|
2021-08-06 14:18:17 +00:00
|
|
|
github.com/mitchellh/hashstructure v1.1.0
|
2022-05-01 21:11:13 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0
|
2022-07-26 19:57:10 +00:00
|
|
|
github.com/moul/pb v0.0.0-20220425114252-bca18df4138c
|
2022-01-10 00:29:12 +00:00
|
|
|
github.com/ncabatoff/process-exporter v0.7.10
|
2022-07-31 16:16:28 +00:00
|
|
|
github.com/onsi/ginkgo/v2 v2.1.4
|
2022-06-15 15:15:17 +00:00
|
|
|
github.com/opencontainers/runc v1.1.3
|
2021-07-06 17:50:19 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0
|
2022-08-08 14:06:19 +00:00
|
|
|
github.com/prometheus/client_golang v1.13.0
|
2020-02-06 12:50:13 +00:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2022-07-18 14:03:15 +00:00
|
|
|
github.com/prometheus/common v0.37.0
|
2022-07-02 18:41:24 +00:00
|
|
|
github.com/spf13/cobra v1.5.0
|
2019-12-11 00:55:54 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2022-07-04 18:19:23 +00:00
|
|
|
github.com/stretchr/testify v1.8.0
|
2022-01-10 00:29:12 +00:00
|
|
|
github.com/zakjan/cert-chain-resolver v0.0.0-20211122211144-c6b0b792af9a
|
2022-08-24 11:54:03 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
|
|
|
|
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
|
2022-07-18 14:07:15 +00:00
|
|
|
google.golang.org/grpc v1.48.0
|
2019-04-15 12:34:23 +00:00
|
|
|
gopkg.in/go-playground/pool.v3 v3.1.1
|
2022-04-10 15:58:05 +00:00
|
|
|
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
|
2022-08-24 11:54:03 +00:00
|
|
|
k8s.io/api v0.25.0
|
2022-04-10 15:58:05 +00:00
|
|
|
k8s.io/apiextensions-apiserver v0.23.5
|
2022-08-24 11:54:03 +00:00
|
|
|
k8s.io/apimachinery v0.25.0
|
2022-08-26 11:36:25 +00:00
|
|
|
k8s.io/apiserver v0.25.0
|
2022-08-24 11:54:03 +00:00
|
|
|
k8s.io/cli-runtime v0.25.0
|
|
|
|
k8s.io/client-go v0.25.0
|
2022-04-10 15:58:05 +00:00
|
|
|
k8s.io/code-generator v0.23.5
|
2022-08-26 11:36:25 +00:00
|
|
|
k8s.io/component-base v0.25.0
|
2022-07-11 14:03:50 +00:00
|
|
|
k8s.io/klog/v2 v2.70.1
|
2020-02-07 15:27:43 +00:00
|
|
|
pault.ag/go/sniff v0.0.0-20200207005214-cf7e4d167732
|
2022-04-10 15:58:05 +00:00
|
|
|
sigs.k8s.io/controller-runtime v0.11.2
|
2022-01-10 00:29:12 +00:00
|
|
|
sigs.k8s.io/mdtoc v1.1.0
|
2019-04-15 12:34:23 +00:00
|
|
|
)
|
2021-08-23 21:25:25 +00:00
|
|
|
|
|
|
|
require (
|
2022-08-24 11:54:03 +00:00
|
|
|
cloud.google.com/go v0.97.0 // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
2022-08-24 11:54:03 +00:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.27 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
2021-11-15 21:56:48 +00:00
|
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
|
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
|
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
|
|
|
github.com/ajg/form v1.5.1 // indirect
|
2022-07-11 01:35:47 +00:00
|
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2022-08-26 11:36:25 +00:00
|
|
|
github.com/blang/semver/v4 v4.0.0 // indirect
|
2021-12-23 19:48:29 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
2022-01-27 03:36:52 +00:00
|
|
|
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/eapache/queue v1.1.0 // indirect
|
2022-08-24 11:54:03 +00:00
|
|
|
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
|
2022-04-10 15:58:05 +00:00
|
|
|
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
github.com/fatih/structs v1.0.0 // indirect
|
|
|
|
github.com/fullsailor/pkcs7 v0.0.0-20160414161337-2585af45975b // indirect
|
|
|
|
github.com/go-errors/errors v1.0.1 // indirect
|
2022-08-24 11:54:03 +00:00
|
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
2021-11-15 21:56:48 +00:00
|
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
|
|
github.com/go-openapi/jsonreference v0.19.5 // indirect
|
|
|
|
github.com/go-openapi/swag v0.19.14 // indirect
|
2022-01-27 03:36:52 +00:00
|
|
|
github.com/godbus/dbus/v5 v5.0.6 // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2022-08-24 11:54:03 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
|
2021-11-15 21:56:48 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2022-01-10 00:29:12 +00:00
|
|
|
github.com/gomarkdown/markdown v0.0.0-20210514010506-3b9f47219fe7 // indirect
|
2021-11-15 21:56:48 +00:00
|
|
|
github.com/google/btree v1.0.1 // indirect
|
2022-08-24 11:54:03 +00:00
|
|
|
github.com/google/gnostic v0.5.7-v3refs // indirect
|
2022-08-08 14:06:19 +00:00
|
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
|
|
github.com/google/gofuzz v1.1.0 // indirect
|
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
|
|
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
|
|
|
|
github.com/imkira/go-interpol v1.0.0 // indirect
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
2021-11-15 21:56:48 +00:00
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
2022-07-11 01:35:47 +00:00
|
|
|
github.com/klauspost/compress v1.15.7 // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
|
2021-11-15 21:56:48 +00:00
|
|
|
github.com/mailru/easyjson v0.7.6 // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
|
|
|
github.com/mmarkdown/mmark v2.0.40+incompatible // indirect
|
2022-01-27 03:36:52 +00:00
|
|
|
github.com/moby/sys/mountinfo v0.5.0 // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2021-10-12 20:49:59 +00:00
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
|
2022-08-24 11:54:03 +00:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
github.com/ncabatoff/go-seq v0.0.0-20180805175032-b08ef85ed833 // indirect
|
|
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect
|
|
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
2022-01-10 00:29:12 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2022-08-08 14:06:19 +00:00
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2022-07-11 01:35:47 +00:00
|
|
|
github.com/valyala/fasthttp v1.38.0 // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
|
|
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
|
|
github.com/xeipuuv/gojsonschema v1.1.0 // indirect
|
2022-08-24 11:54:03 +00:00
|
|
|
github.com/xlab/treeprint v1.1.0 // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
|
|
|
|
github.com/yudai/gojsondiff v1.0.0 // indirect
|
|
|
|
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
|
|
|
|
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
|
2022-08-26 11:36:25 +00:00
|
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
2022-04-07 16:34:00 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
|
2022-08-24 11:54:03 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
2022-04-07 16:34:00 +00:00
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
2021-12-23 19:48:29 +00:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2022-08-24 11:54:03 +00:00
|
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
2022-08-26 11:36:25 +00:00
|
|
|
golang.org/x/tools v0.1.12 // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2022-08-26 11:36:25 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
|
2022-08-08 14:06:19 +00:00
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2022-01-10 00:29:12 +00:00
|
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-06-15 20:57:10 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-04-10 15:58:05 +00:00
|
|
|
k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c // indirect
|
2022-08-24 11:54:03 +00:00
|
|
|
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
|
|
|
|
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
moul.io/http2curl v1.0.1-0.20190925090545-5cd742060b0e // indirect
|
2022-08-24 11:54:03 +00:00
|
|
|
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
|
|
|
|
sigs.k8s.io/kustomize/api v0.12.1 // indirect
|
|
|
|
sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
|
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
2022-04-10 15:58:05 +00:00
|
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
2021-08-23 21:25:25 +00:00
|
|
|
)
|