pkg: Estabilish pkg as a module

This commit is contained in:
Piotr Tabor
2020-10-08 21:55:47 +02:00
parent 1983c89e27
commit bfa91d48af
7 changed files with 147 additions and 12 deletions

View File

@@ -13,4 +13,10 @@ require (
// Bad imports are sometimes causing attempts to pull that code.
// This makes the error more explicit.
replace go.etcd.io/etcd => ./FORBIDDEN_DEPENDENCY
replace (
go.etcd.io/etcd => ./FORBIDDEN_DEPENDENCY
go.etcd.io/etcd/api/v3 => ./FORBIDDEN_DEPENDENCY
go.etcd.io/etcd/pkg/v3 => ./FORBIDDEN_DEPENDENCY
go.etcd.io/etcd/tests/v3 => ./FORBIDDEN_DEPENDENCY
go.etcd.io/etcd/v3 => ./FORBIDDEN_DEPENDENCY
)