Pin golang.org/x/net in go.mod (#3260)

Signed-off-by: kasisnu <kasisnu@gmail.com>
This commit is contained in:
Kasisnu
2019-09-07 16:32:39 +05:30
committed by Yong Tang
parent e4df752b17
commit c9e00b9edf
2 changed files with 3 additions and 0 deletions

1
go.mod
View File

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