| module github.com/apache/apisix-ingress-controller |
| |
| go 1.18 |
| |
| require ( |
| github.com/gin-gonic/gin v1.7.7 |
| github.com/hashicorp/go-memdb v1.3.2 |
| github.com/hashicorp/go-multierror v1.1.1 |
| github.com/pkg/errors v0.9.1 |
| github.com/prometheus/client_golang v1.11.0 |
| github.com/prometheus/client_model v0.2.0 |
| github.com/slok/kubewebhook/v2 v2.2.0 |
| github.com/spf13/cobra v1.2.1 |
| github.com/stretchr/testify v1.7.0 |
| github.com/xeipuuv/gojsonschema v1.2.0 |
| go.uber.org/multierr v1.8.0 |
| go.uber.org/zap v1.21.0 |
| golang.org/x/net v0.0.0-20211216030914-fe4d6282115f |
| gopkg.in/yaml.v2 v2.4.0 |
| k8s.io/api v0.22.4 |
| k8s.io/apimachinery v0.22.4 |
| k8s.io/client-go v0.22.4 |
| k8s.io/code-generator v0.22.1 |
| sigs.k8s.io/gateway-api v0.4.0 |
| ) |
| |
| require ( |
| github.com/beorn7/perks v1.0.1 // indirect |
| github.com/cespare/xxhash/v2 v2.1.1 // indirect |
| github.com/davecgh/go-spew v1.1.1 // indirect |
| github.com/evanphx/json-patch v4.11.0+incompatible // indirect |
| github.com/gin-contrib/sse v0.1.0 // indirect |
| github.com/go-logr/logr v0.4.0 // indirect |
| github.com/go-playground/locales v0.13.0 // indirect |
| github.com/go-playground/universal-translator v0.17.0 // indirect |
| github.com/go-playground/validator/v10 v10.4.1 // indirect |
| github.com/gogo/protobuf v1.3.2 // indirect |
| github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| github.com/golang/protobuf v1.5.2 // indirect |
| github.com/google/go-cmp v0.5.6 // indirect |
| github.com/google/gofuzz v1.1.0 // indirect |
| github.com/googleapis/gnostic v0.5.5 // indirect |
| github.com/hashicorp/errwrap v1.0.0 // indirect |
| github.com/hashicorp/go-immutable-radix v1.3.0 // indirect |
| github.com/hashicorp/golang-lru v0.5.4 // indirect |
| github.com/imdario/mergo v0.3.12 // indirect |
| github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| github.com/json-iterator/go v1.1.11 // indirect |
| github.com/leodido/go-urn v1.2.0 // indirect |
| github.com/mattn/go-isatty v0.0.12 // indirect |
| github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect |
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| github.com/modern-go/reflect2 v1.0.1 // indirect |
| github.com/pmezard/go-difflib v1.0.0 // indirect |
| github.com/prometheus/common v0.26.0 // indirect |
| github.com/prometheus/procfs v0.6.0 // indirect |
| github.com/spf13/pflag v1.0.5 // indirect |
| github.com/ugorji/go/codec v1.1.7 // indirect |
| github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect |
| github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect |
| go.uber.org/atomic v1.7.0 // indirect |
| golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect |
| golang.org/x/mod v0.4.2 // indirect |
| golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602 // indirect |
| golang.org/x/sys v0.0.0-20210819072135-bce67f096156 // indirect |
| golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect |
| golang.org/x/text v0.3.6 // indirect |
| golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect |
| golang.org/x/tools v0.1.5 // indirect |
| golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
| google.golang.org/appengine v1.6.7 // indirect |
| google.golang.org/protobuf v1.26.0 // indirect |
| gopkg.in/inf.v0 v0.9.1 // indirect |
| gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
| k8s.io/gengo v0.0.0-20201214224949-b6c5ce23f027 // indirect |
| k8s.io/klog/v2 v2.10.0 // indirect |
| k8s.io/kube-openapi v0.0.0-20211109043538-20434351676c // indirect |
| k8s.io/utils v0.0.0-20210820185131-d34e5cb4466e // indirect |
| sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect |
| sigs.k8s.io/yaml v1.2.0 // indirect |
| ) |