Use go module instead of local folder

This commit is contained in:
CrazyMax
2020-06-08 00:45:53 +02:00
parent 7bff860650
commit 8c03c235cc
35 changed files with 640 additions and 8788 deletions

View File

@@ -5,9 +5,9 @@ import (
"fmt"
"os"
"github.com/containous/traefik/v2/pkg/config/env"
"github.com/containous/traefik/v2/pkg/config/file"
"github.com/crazy-max/diun/v4/internal/model"
"github.com/crazy-max/diun/v4/third_party/traefik/config/env"
"github.com/crazy-max/diun/v4/third_party/traefik/config/file"
"github.com/go-playground/validator/v10"
"github.com/pkg/errors"
)