Skip to content

Commit

Permalink
Merge pull request etcd-io#14380 from ahrtr/cleanup_etcdctl_mod
Browse files Browse the repository at this point in the history
Cleanup the go.mod for etcdctl
  • Loading branch information
ahrtr authored Aug 25, 2022
2 parents 7086a06 + 3196c2c commit 96a2669
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions etcdctl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,8 @@ require (
replace (
go.etcd.io/etcd/api/v3 => ../api
go.etcd.io/etcd/client/pkg/v3 => ../client/pkg
go.etcd.io/etcd/client/v2 => ../client/v2
go.etcd.io/etcd/client/v3 => ../client/v3
go.etcd.io/etcd/etcdutl/v3 => ../etcdutl
go.etcd.io/etcd/pkg/v3 => ../pkg
go.etcd.io/etcd/raft/v3 => ../raft
go.etcd.io/etcd/server/v3 => ../server
)

// Bad imports are sometimes causing attempts to pull that code.
Expand Down

0 comments on commit 96a2669

Please sign in to comment.