We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b493229 commit 4d4553dCopy full SHA for 4d4553d
go.mod
@@ -73,6 +73,4 @@ require (
73
mvdan.cc/unparam v0.0.0-20200501210554-b37ab49443f7
74
)
75
76
-replace (
77
- golang.org/x/text => golang.org/x/text v0.3.3 //CVE-2020-14040
78
-)
+replace golang.org/x/text => golang.org/x/text v0.3.3 //CVE-2020-14040
0 commit comments