Applies new goimports recommendations.

This commit is contained in:
Ludovic Fernandez
2019-02-18 07:50:03 +01:00
committed by Traefiker Bot
parent 443902a0f0
commit 373040f552
10 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ import (
"github.com/abronan/valkeyrie"
"github.com/abronan/valkeyrie/store"
"github.com/abronan/valkeyrie/store/etcd/v3"
etcdv3 "github.com/abronan/valkeyrie/store/etcd/v3"
"github.com/containous/traefik/integration/try"
"github.com/go-check/check"