diff options
author | 2020-04-06 14:03:53 +0000 | |
---|---|---|
committer | 2020-04-06 14:03:53 +0000 | |
commit | 8c9b9edac10955c67eb0a3927cdf098c92d7e457 (patch) | |
tree | 6b78efa19721681b44264365c2120b82321ff4ba /go.mod | |
parent | 73abe89c73c076e451acd84079d38c0cb00f2466 (diff) | |
download | coredns-8c9b9edac10955c67eb0a3927cdf098c92d7e457.tar.gz coredns-8c9b9edac10955c67eb0a3927cdf098c92d7e457.tar.zst coredns-8c9b9edac10955c67eb0a3927cdf098c92d7e457.zip |
auto go mod tidy
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -21,7 +21,6 @@ require ( 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/jmespath/go-jmespath v0.3.0 // indirect github.com/kr/pretty v0.2.0 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.1 github.com/miekg/dns v1.1.29 |