diff options
Diffstat (limited to 'src/k8splugin/db/consul.go')
-rw-r--r-- | src/k8splugin/db/consul.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/k8splugin/db/consul.go b/src/k8splugin/db/consul.go index 686d9348..950eea34 100644 --- a/src/k8splugin/db/consul.go +++ b/src/k8splugin/db/consul.go @@ -14,9 +14,10 @@ limitations under the License. package db import ( + "os" + consulapi "github.com/hashicorp/consul/api" pkgerrors "github.com/pkg/errors" - "os" ) // ConsulDB is an implementation of the DatabaseConnection interface |