We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1336a8d commit 12d762bCopy full SHA for 12d762b
go.mod
@@ -15,3 +15,9 @@ require (
15
github.com/spf13/viper v1.7.1
16
github.com/stretchr/testify v1.6.1
17
)
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