1
0
mirror of https://github.com/containous/traefik.git synced 2025-10-03 01:44:23 +03:00

chore: go module

This commit is contained in:
Fernandez Ludovic
2019-08-03 03:58:23 +02:00
committed by Traefiker Bot
parent f327b7b499
commit 4c5e7a238d
276 changed files with 1555 additions and 738 deletions

View File

@@ -14,7 +14,7 @@ import (
"testing"
"text/template"
"github.com/containous/traefik/pkg/log"
"github.com/containous/traefik/v2/pkg/log"
"github.com/fatih/structs"
"github.com/go-check/check"
compose "github.com/libkermit/compose/check"