Skip to content

Commit 24b0adb

Browse files
authored
CVE-2020-14040: v0.3.3 golang.org/x/text
1 parent 703f2af commit 24b0adb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,7 @@ require (
6666
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
6767
mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
6868
)
69+
70+
replace (
71+
golang.org/x/text => golang.org/x/text v0.3.3 //CVE-2020-14040
72+
)

0 commit comments

Comments
 (0)