mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 02:03:20 -04:00 
			
		
		
		
	Update go.mod to 1.16 and make the workflows default to the latest available. Signed-off-by: Miek Gieben <miek@miek.nl>
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module github.com/coredns/coredns
 | |
| 
 | |
| go 1.16
 | |
| 
 | |
| require (
 | |
| 	github.com/Azure/azure-sdk-for-go v40.6.0+incompatible
 | |
| 	github.com/Azure/go-autorest/autorest v0.11.18
 | |
| 	github.com/Azure/go-autorest/autorest/azure/auth v0.5.7
 | |
| 	github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect
 | |
| 	github.com/DataDog/datadog-go v3.5.0+incompatible // indirect
 | |
| 	github.com/aws/aws-sdk-go v1.37.10
 | |
| 	github.com/coredns/caddy v1.1.0
 | |
| 	github.com/dnstap/golang-dnstap v0.4.0
 | |
| 	github.com/dustin/go-humanize v1.0.0 // indirect
 | |
| 	github.com/farsightsec/golang-framestream v0.3.0
 | |
| 	github.com/golang/protobuf v1.4.3
 | |
| 	github.com/gorilla/websocket v1.4.0 // indirect
 | |
| 	github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
 | |
| 	github.com/hashicorp/golang-lru v0.5.4 // indirect
 | |
| 	github.com/imdario/mergo v0.3.9 // indirect
 | |
| 	github.com/infobloxopen/go-trees v0.0.0-20190313150506-2af4e13f9062
 | |
| 	github.com/matttproud/golang_protobuf_extensions v1.0.1
 | |
| 	github.com/miekg/dns v1.1.38
 | |
| 	github.com/opentracing/opentracing-go v1.2.0
 | |
| 	github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5
 | |
| 	github.com/openzipkin/zipkin-go v0.2.2
 | |
| 	github.com/philhofer/fwd v1.0.0 // indirect
 | |
| 	github.com/prometheus/client_golang v1.9.0
 | |
| 	github.com/prometheus/client_model v0.2.0
 | |
| 	github.com/prometheus/common v0.15.0
 | |
| 	go.etcd.io/etcd v0.5.0-alpha.5.0.20200306183522-221f0cc107cb
 | |
| 	go.uber.org/zap v1.14.1 // indirect
 | |
| 	golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
 | |
| 	golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e
 | |
| 	google.golang.org/api v0.29.0
 | |
| 	google.golang.org/grpc v1.29.1
 | |
| 	gopkg.in/DataDog/dd-trace-go.v1 v1.28.0
 | |
| 	k8s.io/api v0.20.2
 | |
| 	k8s.io/apimachinery v0.20.2
 | |
| 	k8s.io/client-go v0.20.2
 | |
| 	k8s.io/klog v1.0.0
 | |
| )
 |