fix: import path

This commit is contained in:
2019-09-24 14:42:46 +02:00
parent c0a3bcf650
commit 8f0d5dd77f
5 changed files with 6 additions and 16 deletions

View File

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

View File

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