Skip to content

Commit b493229

Browse files
committed
CVE-2020-14040: v0.3.3 golang.org/x/text
1 parent c68692e commit b493229

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

go.mod

+4
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,7 @@ require (
7272
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
7373
mvdan.cc/unparam v0.0.0-20200501210554-b37ab49443f7
7474
)
75+
76+
replace (
77+
golang.org/x/text => golang.org/x/text v0.3.3 //CVE-2020-14040
78+
)

0 commit comments

Comments
 (0)