Skip to content

Commit d80fc36

Browse files
committed
DISTMYSQL-209 Update go.mod file to fix golang CVE issue for orchestrator docker image
1 parent f37dd9b commit d80fc36

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

go.mod

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,8 @@ require (
4545
gopkg.in/warnings.v0 v0.1.2 // indirect
4646
)
4747

48-
replace github.com/hashicorp/raft => github.com/openark/raft v0.0.0-20170918052300-fba9f909f7fe
48+
replace (
49+
github.com/hashicorp/raft => github.com/openark/raft v0.0.0-20170918052300-fba9f909f7fe
50+
golang.org/x/text v0.3.0 => golang.org/x/text v0.3.8
51+
golang.org/x/text v0.3.7 => golang.org/x/text v0.3.8
52+
)

0 commit comments

Comments
 (0)