Skip to content

Commit 12d762b

Browse files
committed
restore replace directives until IQ is able to ignore dev deps
1 parent 1336a8d commit 12d762b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

go.mod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ require (
1515
github.com/spf13/viper v1.7.1
1616
github.com/stretchr/testify v1.6.1
1717
)
18+
19+
// fix vulnerability: CVE-2020-15114 in etcd v3.3.13+incompatible
20+
replace github.com/coreos/etcd => github.com/coreos/etcd v3.3.24+incompatible
21+
22+
// fix vulnerability: CVE-2021-3121 in github.com/gogo/protobuf v1.2.1
23+
replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2

0 commit comments

Comments
 (0)