Skip to content

Commit

Permalink
deps: remove replace directive for etcd from go.mod (#966)
Browse files Browse the repository at this point in the history
* deps: remove replace directive for etcd from go.mod

* add a few miising dependencies to go.sum
  • Loading branch information
loderunner authored and ryan-wren committed Aug 1, 2023
1 parent 4279494 commit 06ce62a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 68 deletions.
3 changes: 0 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,4 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
)

// fix vulnerability: CVE-2020-15114 in etcd v3.3.10+incompatible
replace github.com/coreos/etcd => github.com/coreos/etcd v3.3.24+incompatible

go 1.20
Loading

0 comments on commit 06ce62a

Please sign in to comment.