Skip to content

Commit

Permalink
Fix the import statements in etcd.go
Browse files Browse the repository at this point in the history
Can't use this workaround
(etcd-io/etcd#11563 (comment))
if valkeyrie mixes go.etcd.io/etcd with github.com/coreos/etcd for some reason.
  • Loading branch information
Gaboose committed May 6, 2020
1 parent c20b35a commit e86edbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/etcd/v3/etcd.go
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/abronan/valkeyrie"
"github.com/abronan/valkeyrie/store"
etcd "github.com/coreos/etcd/clientv3"
"go.etcd.io/etcd/clientv3/concurrency"
"github.com/coreos/etcd/clientv3/concurrency"
)

const (
Expand Down

0 comments on commit e86edbe

Please sign in to comment.