Migrate dependencies pkg/foo -> client/pkg/foo

This commit is contained in:
Piotr Tabor
2021-04-05 22:31:07 +02:00
parent 0b81fdf418
commit 3bb7acc8cf
200 changed files with 654 additions and 303 deletions

View File

@@ -3,19 +3,20 @@ module go.etcd.io/etcd/pkg/v3
go 1.15
require (
github.com/coreos/go-systemd/v22 v22.1.0
github.com/creack/pty v1.1.11
github.com/dustin/go-humanize v1.0.0
github.com/golang/protobuf v1.5.1 // indirect
github.com/spf13/pflag v1.0.5
go.etcd.io/etcd/client/pkg/v3 v3.5.0-alpha.0
go.uber.org/zap v1.16.0
golang.org/x/sys v0.0.0-20210305215415-5cdee2b1b5a0
google.golang.org/grpc v1.36.0
google.golang.org/grpc v1.36.1
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
replace (
go.etcd.io/etcd => ./FORBIDDEN_DEPENDENCY
go.etcd.io/etcd/api/v3 => ./FORBIDDEN_DEPENDENCY
go.etcd.io/etcd/client/pkg/v3 => ../client/pkg
go.etcd.io/etcd/tests/v3 => ./FORBIDDEN_DEPENDENCY
go.etcd.io/etcd/v3 => ./FORBIDDEN_DEPENDENCY
)