From 98430896dd7e84f5c327fbbbdff5362e0a463363 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 23 Jan 2019 16:52:51 -0500 Subject: [PATCH] Fix build --- physical/etcd/etcd2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physical/etcd/etcd2.go b/physical/etcd/etcd2.go index 083d24f076..7cc2baf9ed 100644 --- a/physical/etcd/etcd2.go +++ b/physical/etcd/etcd2.go @@ -12,11 +12,11 @@ import ( "time" metrics "github.com/armon/go-metrics" - "github.com/coreos/etcd/pkg/transport" log "github.com/hashicorp/go-hclog" multierror "github.com/hashicorp/go-multierror" "github.com/hashicorp/vault/physical" "go.etcd.io/etcd/client" + "go.etcd.io/etcd/pkg/transport" ) const (