We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68692e commit b493229Copy full SHA for b493229
go.mod
@@ -72,3 +72,7 @@ require (
72
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
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
+)
0 commit comments