mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
pkg: Estabilish pkg as a module
This commit is contained in:
20
pkg/go.mod
Normal file
20
pkg/go.mod
Normal file
@@ -0,0 +1,20 @@
|
||||
module go.etcd.io/etcd/pkg/v3
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/coreos/go-systemd/v22 v22.0.0
|
||||
github.com/creack/pty v1.1.11
|
||||
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4
|
||||
github.com/spf13/pflag v1.0.1
|
||||
go.uber.org/zap v1.15.0
|
||||
golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634
|
||||
google.golang.org/grpc v1.26.0
|
||||
)
|
||||
|
||||
replace (
|
||||
go.etcd.io/etcd => ./FORBIDDEN_DEPENDENCY
|
||||
go.etcd.io/etcd/api/v3 => ./FORBIDDEN_DEPENDENCY
|
||||
go.etcd.io/etcd/tests/v3 => ./FORBIDDEN_DEPENDENCY
|
||||
go.etcd.io/etcd/v3 => ./FORBIDDEN_DEPENDENCY
|
||||
)
|
||||
Reference in New Issue
Block a user