Removing errant commented out replace line

This commit is contained in:
Danny Hermes 2020-12-15 12:05:26 -06:00 committed by GitHub
parent c899316fe8
commit 47dbeeb65a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,6 @@ replace (
go.etcd.io/etcd/pkg/v3 => ../pkg
go.etcd.io/etcd/raft/v3 => ../raft
go.etcd.io/etcd/server/v3 => ../server
// go.etcd.io/etcd/v3 => ../
)
// Bad imports are sometimes causing attempts to pull that code.