Bump containers/image v5 (#35)

This commit is contained in:
CrazyMax
2020-02-17 19:29:38 +01:00
committed by GitHub
parent 64f5e6c835
commit bac975009a
7 changed files with 60 additions and 95 deletions

View File

@@ -4,7 +4,7 @@ package registry
import (
"fmt"
"github.com/containers/image/docker/reference"
"github.com/containers/image/v5/docker/reference"
digest "github.com/opencontainers/go-digest"
)

View File

@@ -3,7 +3,7 @@ package registry
import (
"time"
"github.com/containers/image/manifest"
"github.com/containers/image/v5/manifest"
"github.com/opencontainers/go-digest"
)

View File

@@ -6,8 +6,8 @@ import (
"strings"
"time"
"github.com/containers/image/docker"
"github.com/containers/image/types"
"github.com/containers/image/v5/docker"
"github.com/containers/image/v5/types"
)
// Client represents an active docker registry object

View File

@@ -1,7 +1,7 @@
package registry
import (
"github.com/containers/image/docker"
"github.com/containers/image/v5/docker"
"github.com/crazy-max/diun/pkg/utl"
)