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

@ -8,9 +8,9 @@ import (
"testing"
"time"
"github.com/containous/traefik/pkg/config/dynamic"
th "github.com/containous/traefik/pkg/testhelpers"
"github.com/containous/traefik/pkg/types"
"github.com/containous/traefik/v2/pkg/config/dynamic"
th "github.com/containous/traefik/v2/pkg/testhelpers"
"github.com/containous/traefik/v2/pkg/types"
"github.com/prometheus/client_golang/prometheus"
dto "github.com/prometheus/client_model/go"
"github.com/stretchr/testify/assert"