fix(pkg/hub): changed import path for go-logger library

This commit is contained in:
2019-09-24 15:38:34 +02:00
parent 709faa97de
commit cfcfbdeee8
4 changed files with 14 additions and 4 deletions

View File

@ -10,8 +10,8 @@ import (
"strconv"
"strings"
"github.com/go-flucky/flucky/pkg/logger"
"github.com/volker-raschek/docker-hub-description-updater/pkg/types"
"github.com/volker-raschek/go-logger/pkg/logger"
)
var (

View File

@ -4,10 +4,10 @@ import (
"os"
"testing"
flogger "github.com/go-flucky/flucky/pkg/logger"
"github.com/stretchr/testify/require"
"github.com/volker-raschek/docker-hub-description-updater/pkg/hub"
"github.com/volker-raschek/docker-hub-description-updater/pkg/types"
flogger "github.com/volker-raschek/go-logger/pkg/logger"
)
func TestPatchRepository(t *testing.T) {