Putting `etcd/v3` as a `FORBIDDEN_DEPENDENCY` for `etcdctl`.

release-3.5
Danny Hermes 2021-01-07 08:45:24 -06:00
parent 47dbeeb65a
commit 91bdc7eb49
1 changed files with 1 additions and 0 deletions

View File

@ -36,5 +36,6 @@ replace (
// This makes the error more explicit.
replace (
go.etcd.io/etcd => ./FORBIDDEN_DEPENDENCY
go.etcd.io/etcd/v3 => ./FORBIDDEN_DEPENDENCY
go.etcd.io/tests/v3 => ./FORBIDDEN_DEPENDENCY
)