This commit is contained in:
CrazyMax
2020-06-07 22:04:31 +02:00
parent 29bd6e6e43
commit 7bff860650
58 changed files with 122 additions and 104 deletions

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"testing"
"github.com/crazy-max/diun/v3/pkg/registry"
"github.com/crazy-max/diun/v4/pkg/registry"
"github.com/stretchr/testify/assert"
)

View File

@@ -4,7 +4,7 @@ import (
"os"
"testing"
"github.com/crazy-max/diun/v3/pkg/registry"
"github.com/crazy-max/diun/v4/pkg/registry"
"github.com/stretchr/testify/assert"
)

View File

@@ -2,7 +2,7 @@ package registry
import (
"github.com/containers/image/v5/docker"
"github.com/crazy-max/diun/v3/pkg/utl"
"github.com/crazy-max/diun/v4/pkg/utl"
)
// Tags holds information about image tags.