diff options
author | 2019-12-07 20:02:51 +0000 | |
---|---|---|
committer | 2019-12-07 20:02:51 +0000 | |
commit | 5cc30319d2e5b31c8242e96fcc738255e8659e8b (patch) | |
tree | b14f8f79758773d1c013eb9f00022010ec0a9647 /go.mod | |
parent | 35953235cf6138afd95bff3bf6b54465c66c5372 (diff) | |
download | coredns-5cc30319d2e5b31c8242e96fcc738255e8659e8b.tar.gz coredns-5cc30319d2e5b31c8242e96fcc738255e8659e8b.tar.zst coredns-5cc30319d2e5b31c8242e96fcc738255e8659e8b.zip |
Upate
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -25,7 +25,7 @@ require ( github.com/imdario/mergo v0.3.7 // 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.22 + github.com/miekg/dns v1.1.24 github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect github.com/opentracing/opentracing-go v1.1.0 github.com/openzipkin-contrib/zipkin-go-opentracing v0.3.5 @@ -37,9 +37,9 @@ require ( github.com/tinylib/msgp v1.1.0 // indirect github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect go.etcd.io/etcd v0.5.0-alpha.5.0.20190917205325-a14579fbfb1a - golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc - golang.org/x/net v0.0.0-20191003171128-d98b1b443823 // indirect - golang.org/x/sys v0.0.0-20191010194322-b09406accb47 + golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 + golang.org/x/net v0.0.0-20191207000613-e7e4b65ae663 // indirect + golang.org/x/sys v0.0.0-20191206220618-eeba5f6aabab google.golang.org/api v0.14.0 google.golang.org/grpc v1.25.1 gopkg.in/DataDog/dd-trace-go.v1 v1.19.0 |