1
0
mirror of https://github.com/containous/traefik.git synced 2025-10-22 19:33:20 +03:00

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

@@ -4,7 +4,7 @@ import (
"time"
"github.com/containous/flaeg"
"github.com/containous/traefik-extra-service-fabric"
servicefabric "github.com/containous/traefik-extra-service-fabric"
"github.com/containous/traefik/api"
"github.com/containous/traefik/configuration"
"github.com/containous/traefik/middlewares/accesslog"