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