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
@@ -31,7 +31,7 @@ import (
"github.com/gorilla/mux"
"github.com/mitchellh/mapstructure"
vldap "github.com/nmcclain/ldap"
notreg "github.com/notaryproject/notation/pkg/registry"
notreg "github.com/notaryproject/notation-go/registry"
distext "github.com/opencontainers/distribution-spec/specs-go/v1/extensions"
godigest "github.com/opencontainers/go-digest"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
+2 -2
View File
@@ -25,7 +25,7 @@ import (
"github.com/gorilla/mux"
jsoniter "github.com/json-iterator/go"
notreg "github.com/notaryproject/notation/pkg/registry"
notreg "github.com/notaryproject/notation-go/registry"
"github.com/opencontainers/distribution-spec/specs-go/v1/extensions"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
artifactspec "github.com/oras-project/artifacts-spec/specs-go/v1"
@@ -35,7 +35,7 @@ import (
ext "zotregistry.io/zot/pkg/extensions"
"zotregistry.io/zot/pkg/log"
"zotregistry.io/zot/pkg/storage"
"zotregistry.io/zot/pkg/test" // nolint: goimports
"zotregistry.io/zot/pkg/test" // nolint:goimports
// as required by swaggo.
_ "zotregistry.io/zot/swagger"
)