2019-03-03 11:56:26 -08:00
|
|
|
module github.com/coredns/coredns
|
|
|
|
|
2022-12-15 08:49:27 -08:00
|
|
|
go 1.18
|
2019-03-03 11:56:26 -08:00
|
|
|
|
|
|
|
require (
|
2023-01-16 06:48:53 -08:00
|
|
|
github.com/Azure/azure-sdk-for-go v67.3.0+incompatible
|
2022-08-01 07:24:36 -07:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.28
|
2023-01-23 12:49:28 -05:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.12
|
2023-01-30 06:48:48 -08:00
|
|
|
github.com/antonmedv/expr v1.10.5
|
2021-05-11 10:32:36 +02:00
|
|
|
github.com/apparentlymart/go-cidr v1.1.0
|
2023-01-30 06:49:01 -08:00
|
|
|
github.com/aws/aws-sdk-go v1.44.189
|
2021-07-09 11:12:06 -04:00
|
|
|
github.com/coredns/caddy v1.1.1
|
2021-02-15 05:28:05 -08:00
|
|
|
github.com/dnstap/golang-dnstap v0.4.0
|
2020-09-14 11:30:06 +02:00
|
|
|
github.com/farsightsec/golang-framestream v0.3.0
|
2022-07-04 08:28:38 -07:00
|
|
|
github.com/go-logr/logr v1.2.3
|
2019-03-03 11:56:26 -08:00
|
|
|
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
|
2021-04-09 11:41:57 -07:00
|
|
|
github.com/infobloxopen/go-trees v0.0.0-20200715205103-96a057b8dfb9
|
2022-10-31 12:20:13 -04:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4
|
2022-07-04 08:28:57 -07:00
|
|
|
github.com/miekg/dns v1.1.50
|
2020-07-06 07:46:33 -07:00
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
2022-10-17 11:48:04 -04:00
|
|
|
github.com/openzipkin-contrib/zipkin-go-opentracing v0.5.0
|
2022-10-17 11:05:42 -04:00
|
|
|
github.com/openzipkin/zipkin-go v0.4.1
|
2022-08-08 08:21:34 -07:00
|
|
|
github.com/oschwald/geoip2-golang v1.8.0
|
2022-11-14 16:40:27 -05:00
|
|
|
github.com/prometheus/client_golang v1.14.0
|
2022-10-25 11:37:20 -04:00
|
|
|
github.com/prometheus/client_model v0.3.0
|
2022-12-20 05:55:18 -08:00
|
|
|
github.com/prometheus/common v0.39.0
|
2023-01-23 11:58:46 -05:00
|
|
|
go.etcd.io/etcd/api/v3 v3.5.7
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.7
|
2022-10-17 11:05:42 -04:00
|
|
|
golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2
|
2023-01-09 12:58:28 -05:00
|
|
|
golang.org/x/sys v0.4.0
|
2023-01-23 11:59:30 -05:00
|
|
|
google.golang.org/api v0.108.0
|
2023-01-16 06:48:31 -08:00
|
|
|
google.golang.org/grpc v1.52.0
|
2022-08-01 07:26:51 -07:00
|
|
|
google.golang.org/protobuf v1.28.1
|
2023-01-23 12:26:18 -05:00
|
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.46.1
|
2023-01-30 06:48:39 -08:00
|
|
|
k8s.io/api v0.26.1
|
|
|
|
k8s.io/apimachinery v0.26.1
|
|
|
|
k8s.io/client-go v0.26.1
|
2022-09-12 10:05:03 -04:00
|
|
|
k8s.io/klog/v2 v2.80.1
|
2019-03-03 11:56:26 -08:00
|
|
|
)
|
2022-01-21 18:04:14 -05:00
|
|
|
|
|
|
|
require (
|
2023-01-09 10:09:27 -05:00
|
|
|
cloud.google.com/go/compute v1.14.0 // indirect
|
|
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.18 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
|
|
|
github.com/DataDog/datadog-agent/pkg/obfuscate v0.0.0-20211129110424-6491aa3bf583 // indirect
|
2022-12-20 05:54:55 -08:00
|
|
|
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.42.0-rc.1 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/DataDog/datadog-go v4.8.2+incompatible // indirect
|
|
|
|
github.com/DataDog/datadog-go/v5 v5.0.2 // indirect
|
2022-12-20 05:54:55 -08:00
|
|
|
github.com/DataDog/go-tuf v0.3.0--fix-localmeta-fork // indirect
|
2022-07-04 08:28:30 -07:00
|
|
|
github.com/DataDog/sketches-go v1.2.1 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/Microsoft/go-winio v0.5.1 // indirect
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2022-01-24 06:36:29 -08:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/dgraph-io/ristretto v0.1.0 // indirect
|
|
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
|
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
2022-12-15 08:49:27 -08:00
|
|
|
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
|
|
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
2022-05-04 19:38:21 +02:00
|
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
2022-12-15 08:49:27 -08:00
|
|
|
github.com/go-openapi/jsonreference v0.20.0 // indirect
|
2022-05-04 19:38:21 +02:00
|
|
|
github.com/go-openapi/swag v0.19.14 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
|
|
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2022-03-14 09:09:50 -07:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2022-05-04 19:38:21 +02:00
|
|
|
github.com/google/gnostic v0.5.7-v3refs // indirect
|
2022-10-17 11:47:52 -04:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2023-01-09 10:09:27 -05:00
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.2.1 // indirect
|
2022-11-14 16:39:09 -05:00
|
|
|
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2022-05-04 19:38:21 +02:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect
|
2022-08-08 08:21:34 -07:00
|
|
|
github.com/oschwald/maxminddb-golang v1.10.0 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/philhofer/fwd v1.1.1 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2022-08-08 07:44:39 -07:00
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
2022-12-20 05:54:55 -08:00
|
|
|
github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2022-12-20 05:54:55 -08:00
|
|
|
github.com/tinylib/msgp v1.1.6 // indirect
|
2023-01-23 11:58:46 -05:00
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.7 // indirect
|
2022-11-14 16:39:09 -05:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2022-03-14 08:50:43 -07:00
|
|
|
go.uber.org/atomic v1.9.0 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
|
|
go.uber.org/zap v1.17.0 // indirect
|
2022-10-31 12:54:42 -04:00
|
|
|
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
|
|
|
|
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
|
2022-08-22 11:44:24 -07:00
|
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
2022-12-20 05:55:18 -08:00
|
|
|
golang.org/x/net v0.4.0 // indirect
|
|
|
|
golang.org/x/oauth2 v0.3.0 // indirect
|
2022-12-15 08:49:27 -08:00
|
|
|
golang.org/x/term v0.3.0 // indirect
|
2022-12-15 06:17:19 -08:00
|
|
|
golang.org/x/text v0.5.0 // indirect
|
2022-05-04 19:38:21 +02:00
|
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
2022-08-22 11:44:24 -07:00
|
|
|
golang.org/x/tools v0.1.12 // indirect
|
2022-10-17 11:47:52 -04:00
|
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2023-01-09 10:09:27 -05:00
|
|
|
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-08-08 08:21:34 -07:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-10-31 12:54:42 -04:00
|
|
|
inet.af/netaddr v0.0.0-20220617031823-097006376321 // indirect
|
2022-12-15 08:49:27 -08:00
|
|
|
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
|
|
|
|
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect
|
2022-08-29 08:01:14 -07:00
|
|
|
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
|
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
2022-12-15 08:49:27 -08:00
|
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
)
|