chore: fix dependabot alerts (#1893)

This commit is contained in:
Ramkumar Chinchani
2023-10-04 23:26:20 -07:00
committed by GitHub
parent b196369ea4
commit e6902b937f
3 changed files with 34 additions and 30 deletions
+1 -1
View File
@@ -14,11 +14,11 @@ import (
"github.com/containers/image/v5/copy"
"github.com/containers/image/v5/docker"
"github.com/containers/image/v5/docker/reference"
"github.com/containers/image/v5/manifest"
"github.com/containers/image/v5/pkg/blobinfocache/none"
"github.com/containers/image/v5/signature"
"github.com/containers/image/v5/types"
"github.com/docker/distribution/reference"
"github.com/opencontainers/go-digest"
ispec "github.com/opencontainers/image-spec/specs-go/v1"