Applies new goimports recommendations.

This commit is contained in:
Ludovic Fernandez 2019-02-18 07:52:03 +01:00 committed by Traefiker Bot
parent 6451b47621
commit c2c6aee18a
11 changed files with 11 additions and 11 deletions

View file

@ -30,7 +30,7 @@ import (
"github.com/containous/traefik/tracing/jaeger"
"github.com/containous/traefik/tracing/zipkin"
"github.com/containous/traefik/types"
"github.com/elazarl/go-bindata-assetfs"
assetfs "github.com/elazarl/go-bindata-assetfs"
jaegercli "github.com/uber/jaeger-client-go"
"github.com/xenolf/lego/challenge/dns01"
)