aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Kasisnu <kasisnu@gmail.com> 2019-09-07 16:32:39 +0530
committerGravatar Yong Tang <yong.tang.github@outlook.com> 2019-09-07 04:02:39 -0700
commitc9e00b9edf5377fcb78be66e3e63408c806d70b5 (patch)
treec4d7629191c6ac76fbb10236ed347cd7f52da35a /go.mod
parente4df752b17a908c0cef9d3f91cb45856466a08dc (diff)
downloadcoredns-c9e00b9edf5377fcb78be66e3e63408c806d70b5.tar.gz
coredns-c9e00b9edf5377fcb78be66e3e63408c806d70b5.tar.zst
coredns-c9e00b9edf5377fcb78be66e3e63408c806d70b5.zip
Pin golang.org/x/net in go.mod (#3260)
Signed-off-by: kasisnu <kasisnu@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index c85b9e0b7..bae915500 100644
--- a/go.mod
+++ b/go.mod
@@ -60,4 +60,5 @@ require (
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.16
+ golang.org/x/net v0.0.0-20190813000000-74dc4d7220e7 => golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
)