Remove replace in go.mod (#3596)

Seems these are absolete now?

/cc @yongtang

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2020-01-13 15:39:05 +01:00
committed by Yong Tang
parent dcff271480
commit 6f940cb322

5
go.mod
View File

@@ -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
)