mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
This PR cldean up remaining left over of github.com/golang/protobuf in coredns, as github.com/golang/protobuf has been deprecated. Note the github.com/golang/protobuf is now only indirectly used by external libraries. Manually updating coredns' dependency to futher clean up has been tried. However, it was not possible as external library usages of github.com/golang/protobuf are too interleaved. This PR fixes 4939. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
113 lines
5.2 KiB
Modula-2
113 lines
5.2 KiB
Modula-2
module github.com/coredns/coredns
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go v62.2.0+incompatible
|
|
github.com/Azure/go-autorest/autorest v0.11.24
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
|
|
github.com/apparentlymart/go-cidr v1.1.0
|
|
github.com/aws/aws-sdk-go v1.43.17
|
|
github.com/coredns/caddy v1.1.1
|
|
github.com/dnstap/golang-dnstap v0.4.0
|
|
github.com/farsightsec/golang-framestream v0.3.0
|
|
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
|
|
github.com/infobloxopen/go-trees v0.0.0-20200715205103-96a057b8dfb9
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1
|
|
github.com/miekg/dns v1.1.47
|
|
github.com/opentracing/opentracing-go v1.2.0
|
|
github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5
|
|
github.com/openzipkin/zipkin-go v0.4.0
|
|
github.com/oschwald/geoip2-golang v1.6.1
|
|
github.com/prometheus/client_golang v1.12.1
|
|
github.com/prometheus/client_model v0.2.0
|
|
github.com/prometheus/common v0.32.1
|
|
go.etcd.io/etcd/api/v3 v3.5.2
|
|
go.etcd.io/etcd/client/v3 v3.5.2
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
|
|
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9
|
|
google.golang.org/api v0.71.0
|
|
google.golang.org/grpc v1.45.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.37.0
|
|
k8s.io/api v0.23.4
|
|
k8s.io/apimachinery v0.23.4
|
|
k8s.io/client-go v0.23.4
|
|
k8s.io/klog/v2 v2.40.1
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/compute v1.5.0 // indirect
|
|
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
|
|
github.com/DataDog/datadog-go v4.8.2+incompatible // indirect
|
|
github.com/DataDog/datadog-go/v5 v5.0.2 // indirect
|
|
github.com/DataDog/sketches-go v1.0.0 // indirect
|
|
github.com/Microsoft/go-winio v0.5.1 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
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
|
|
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
|
github.com/go-logr/logr v1.2.0 // indirect
|
|
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
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.7 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
|
|
github.com/googleapis/gnostic v0.5.5 // indirect
|
|
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
|
|
github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect
|
|
github.com/oschwald/maxminddb-golang v1.8.0 // indirect
|
|
github.com/philhofer/fwd v1.1.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/tinylib/msgp v1.1.2 // indirect
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.2 // indirect
|
|
go.opencensus.io v0.23.0 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
go.uber.org/zap v1.17.0 // indirect
|
|
golang.org/x/mod v0.4.2 // indirect
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
|
|
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
|
|
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20220304144024-325a89244dc8 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
|
|
k8s.io/utils v0.0.0-20211116205334-6203023598ed // indirect
|
|
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
)
|