diff options
author | 2020-01-13 15:39:05 +0100 | |
---|---|---|
committer | 2020-01-13 06:39:05 -0800 | |
commit | 6f940cb3224cc11cfd80d4855b475f3aa2f7bc5e (patch) | |
tree | 9ea22043eed6b39693089715bf26faba4b820183 | |
parent | dcff271480780f90a5703e9b4ee25cf2a40c4ba8 (diff) | |
download | coredns-6f940cb3224cc11cfd80d4855b475f3aa2f7bc5e.tar.gz coredns-6f940cb3224cc11cfd80d4855b475f3aa2f7bc5e.tar.zst coredns-6f940cb3224cc11cfd80d4855b475f3aa2f7bc5e.zip |
Remove replace in go.mod (#3596)
Seems these are absolete now?
/cc @yongtang
Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r-- | go.mod | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -46,8 +46,3 @@ require ( k8s.io/client-go v0.17.0 k8s.io/klog v1.0.0 ) - -replace ( - github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.0.0+incompatible - github.com/miekg/dns v1.1.3 => github.com/miekg/dns v1.1.22 -) |