You've already forked docker-hub-description-updater
fix: import path
This commit is contained in:
@ -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 (
|
||||
|
@ -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) {
|
||||
|
Reference in New Issue
Block a user