Ramkumar Chinchani
2022-08-21 01:18:50 +00:00
committed by Ramkumar Chinchani
parent ab9a20c1ae
commit 2ff8e8b7d2
9 changed files with 171 additions and 375 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
v1 "github.com/google/go-containerregistry/pkg/v1"
"github.com/google/go-containerregistry/pkg/v1/types"
notreg "github.com/notaryproject/notation/pkg/registry"
notreg "github.com/notaryproject/notation-go/registry"
godigest "github.com/opencontainers/go-digest"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
"zotregistry.io/zot/errors"
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"path"
"strings"
notreg "github.com/notaryproject/notation/pkg/registry"
notreg "github.com/notaryproject/notation-go/registry"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
artifactspec "github.com/oras-project/artifacts-spec/specs-go/v1"
"github.com/sigstore/cosign/pkg/oci/remote"
+2 -2
View File
@@ -23,8 +23,8 @@ import (
"testing"
"time"
"github.com/notaryproject/notation-go-lib"
notreg "github.com/notaryproject/notation/pkg/registry"
"github.com/notaryproject/notation-go"
notreg "github.com/notaryproject/notation-go/registry"
godigest "github.com/opencontainers/go-digest"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
artifactspec "github.com/oras-project/artifacts-spec/specs-go/v1"