CircleCI-Public / circleci-cli

Use CircleCI from the command line
https://circleci-public.github.io/circleci-cli/
MIT License
404 stars 233 forks source link

deps: remove replace directive for etcd from go.mod #966

Closed loderunner closed 11 months ago

loderunner commented 11 months ago

Checklist

=========

Internal Checklist

Changes

Rationale

The vulnerability this was trying to avoid has been patched in 3.4.10, 3.3.23. And anyway, it seems we don't rely on github.com/coreos/etcd anymore.

Screenshots

❯ go mod why  github.com/coreos/etcd
# github.com/coreos/etcd
(main module does not need package github.com/coreos/etcd)