0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00

build(deps): go run github.com/daixiang0/gci@latest write .

Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de>
This commit is contained in:
Jan-Otto Kröpke 2024-07-23 09:39:39 +02:00
parent b582a8fe27
commit 5bf8c42e1f
No known key found for this signature in database
223 changed files with 18 additions and 229 deletions

View file

@ -19,7 +19,6 @@ import (
imeta "github.com/opencontainers/image-spec/specs-go"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
"gopkg.in/resty.v1"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/common"
)

View file

@ -6,7 +6,6 @@ import (
distspec "github.com/opencontainers/distribution-spec/specs-go"
"github.com/rs/zerolog/log"
"github.com/spf13/cobra"
"zotregistry.dev/zot/pkg/api/config"
)

View file

@ -4,7 +4,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
)

View file

@ -20,7 +20,6 @@ import (
jsoniter "github.com/json-iterator/go"
godigest "github.com/opencontainers/go-digest"
"gopkg.in/resty.v1"
"zotregistry.dev/zot/pkg/api/constants"
)

View file

@ -7,7 +7,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
cli "zotregistry.dev/zot/pkg/cli/client"

View file

@ -4,7 +4,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
cli "zotregistry.dev/zot/pkg/cli/server"

View file

@ -30,7 +30,6 @@ import (
"golang.org/x/crypto/bcrypt"
"golang.org/x/oauth2"
githubOAuth "golang.org/x/oauth2/github"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/api/constants"

View file

@ -20,7 +20,6 @@ import (
"github.com/project-zot/mockoidc"
. "github.com/smartystreets/goconvey/convey"
"gopkg.in/resty.v1"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/api/constants"

View file

@ -6,7 +6,6 @@ import (
glob "github.com/bmatcuk/doublestar/v4"
"github.com/gorilla/mux"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/api/constants"
"zotregistry.dev/zot/pkg/common"

View file

@ -6,7 +6,6 @@ import (
"time"
distspec "github.com/opencontainers/distribution-spec/specs-go"
extconf "zotregistry.dev/zot/pkg/extensions/config"
storageConstants "zotregistry.dev/zot/pkg/storage/constants"
)

View file

@ -8,7 +8,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/api/config"
)

View file

@ -5,7 +5,6 @@ import (
"time"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/api/config"
)

View file

@ -16,7 +16,6 @@ import (
"github.com/gorilla/mux"
"github.com/zitadel/oidc/pkg/client/rp"
"zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/common"

View file

@ -46,7 +46,6 @@ import (
"github.com/stretchr/testify/assert"
"go.etcd.io/bbolt"
"gopkg.in/resty.v1"
"zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"

View file

@ -13,7 +13,6 @@ import (
"github.com/gorilla/securecookie"
"github.com/gorilla/sessions"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/scheduler"
"zotregistry.dev/zot/pkg/storage"

View file

@ -4,7 +4,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
apiErr "zotregistry.dev/zot/pkg/api/errors"
)

View file

@ -10,7 +10,6 @@ import (
"time"
"github.com/go-ldap/ldap/v3"
"zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/log"
)

View file

@ -9,7 +9,6 @@ import (
"net/http"
"github.com/gorilla/mux"
"zotregistry.dev/zot/pkg/api/constants"
"zotregistry.dev/zot/pkg/cluster"
"zotregistry.dev/zot/pkg/common"

View file

@ -7,7 +7,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/api"
)

View file

@ -6,7 +6,6 @@ import (
"runtime"
"github.com/gorilla/mux"
"zotregistry.dev/zot/pkg/log"
)

View file

@ -31,7 +31,6 @@ import (
ispec "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/zitadel/oidc/pkg/client/rp"
"github.com/zitadel/oidc/pkg/oidc"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/api/constants"

View file

@ -22,7 +22,6 @@ import (
"github.com/zitadel/oidc/pkg/client/rp"
"github.com/zitadel/oidc/pkg/oidc"
"golang.org/x/oauth2"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"

View file

@ -9,7 +9,6 @@ import (
"github.com/didip/tollbooth/v6"
"github.com/gorilla/mux"
"zotregistry.dev/zot/pkg/extensions/monitoring"
"zotregistry.dev/zot/pkg/log"
)

View file

@ -18,7 +18,6 @@ import (
ispec "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/sigstore/cosign/v2/pkg/oci/remote"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/common"
)

View file

@ -15,7 +15,6 @@ import (
. "github.com/smartystreets/goconvey/convey"
"gopkg.in/resty.v1"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/api/constants"

View file

@ -14,7 +14,6 @@ import (
jsoniter "github.com/json-iterator/go"
"github.com/spf13/cobra"
zerr "zotregistry.dev/zot/errors"
)

View file

@ -12,7 +12,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/cli/client"
)

View file

@ -15,7 +15,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"

View file

@ -21,7 +21,6 @@ import (
godigest "github.com/opencontainers/go-digest"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
. "github.com/smartystreets/goconvey/convey"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"

View file

@ -8,7 +8,6 @@ import (
"strings"
"github.com/spf13/cobra"
zerr "zotregistry.dev/zot/errors"
zcommon "zotregistry.dev/zot/pkg/common"
)

View file

@ -8,7 +8,6 @@ import (
"fmt"
distext "github.com/opencontainers/distribution-spec/specs-go/v1/extensions"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/api/constants"
zcommon "zotregistry.dev/zot/pkg/common"

View file

@ -15,7 +15,6 @@ import (
. "github.com/smartystreets/goconvey/convey"
"gopkg.in/resty.v1"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/api/constants"

View file

@ -7,7 +7,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
. "zotregistry.dev/zot/pkg/cli/client"
gql_gen "zotregistry.dev/zot/pkg/extensions/search/gql_generated"
)

View file

@ -8,7 +8,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/cli/client"

View file

@ -21,7 +21,6 @@ import (
godigest "github.com/opencontainers/go-digest"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
. "github.com/smartystreets/goconvey/convey"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"

View file

@ -22,7 +22,6 @@ import (
"github.com/sigstore/cosign/v2/cmd/cosign/cli/sign"
. "github.com/smartystreets/goconvey/convey"
"gopkg.in/resty.v1"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/cli/client"

View file

@ -7,7 +7,6 @@ import (
"fmt"
"github.com/spf13/cobra"
zerr "zotregistry.dev/zot/errors"
zcommon "zotregistry.dev/zot/pkg/common"
)

View file

@ -12,7 +12,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/cli/client"

View file

@ -7,7 +7,6 @@ import (
distspec "github.com/opencontainers/distribution-spec/specs-go"
"github.com/rs/zerolog/log"
"github.com/spf13/cobra"
"zotregistry.dev/zot/pkg/api/config"
)

View file

@ -8,7 +8,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/cli/client"
)

View file

@ -12,7 +12,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
extconf "zotregistry.dev/zot/pkg/extensions/config"

View file

@ -14,7 +14,6 @@ import (
ispec "github.com/opencontainers/image-spec/specs-go/v1"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/cli/client"

View file

@ -20,7 +20,6 @@ import (
ispec "github.com/opencontainers/image-spec/specs-go/v1"
. "github.com/smartystreets/goconvey/convey"
"github.com/spf13/cobra"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/common"
)

View file

@ -7,7 +7,6 @@ import (
"fmt"
"github.com/spf13/cobra"
zerr "zotregistry.dev/zot/errors"
zcommon "zotregistry.dev/zot/pkg/common"
)

View file

@ -12,7 +12,6 @@ import (
"github.com/spf13/cobra"
"gopkg.in/yaml.v2"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/api/constants"
)

View file

@ -13,7 +13,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"

View file

@ -19,7 +19,6 @@ import (
godigest "github.com/opencontainers/go-digest"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
"gopkg.in/yaml.v2"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/api/constants"
"zotregistry.dev/zot/pkg/common"

View file

@ -15,7 +15,6 @@ import (
"github.com/briandowns/spinner"
"github.com/spf13/cobra"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/api/constants"
)

View file

@ -16,7 +16,6 @@ import (
godigest "github.com/opencontainers/go-digest"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
. "github.com/smartystreets/goconvey/convey"
test "zotregistry.dev/zot/pkg/test/common"
)

View file

@ -8,7 +8,6 @@ import (
"github.com/fsnotify/fsnotify"
"github.com/rs/zerolog/log"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
)

View file

@ -11,7 +11,6 @@ import (
"time"
. "github.com/smartystreets/goconvey/convey"
cli "zotregistry.dev/zot/pkg/cli/server"
test "zotregistry.dev/zot/pkg/test/common"
)

View file

@ -12,7 +12,6 @@ import (
. "github.com/smartystreets/goconvey/convey"
"gopkg.in/resty.v1"
"zotregistry.dev/zot/pkg/api/config"
cli "zotregistry.dev/zot/pkg/cli/server"
. "zotregistry.dev/zot/pkg/test/common"

View file

@ -20,7 +20,6 @@ import (
"github.com/rs/zerolog/log"
"github.com/spf13/cobra"
"github.com/spf13/viper"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"

View file

@ -10,7 +10,6 @@ import (
"time"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
cli "zotregistry.dev/zot/pkg/cli/server"

View file

@ -13,7 +13,6 @@ import (
"time"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
cli "zotregistry.dev/zot/pkg/cli/server"

View file

@ -4,7 +4,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/cluster"
)

View file

@ -8,7 +8,6 @@ import (
notreg "github.com/notaryproject/notation-go/registry"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/common"
)

View file

@ -8,7 +8,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/common"
test "zotregistry.dev/zot/pkg/test/common"
)

View file

@ -9,7 +9,6 @@ import (
"github.com/gorilla/mux"
jsoniter "github.com/json-iterator/go"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/api/constants"
apiErr "zotregistry.dev/zot/pkg/api/errors"

View file

@ -6,7 +6,6 @@ import (
"github.com/opencontainers/go-digest"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
zerr "zotregistry.dev/zot/errors"
)

View file

@ -4,7 +4,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/common"
)

View file

@ -18,7 +18,6 @@ import (
. "github.com/smartystreets/goconvey/convey"
"github.com/smartystreets/goconvey/convey/reporting"
"gopkg.in/resty.v1"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/constants"
"zotregistry.dev/zot/pkg/compliance"

View file

@ -8,7 +8,6 @@ import (
"time"
"gopkg.in/resty.v1"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/compliance"

View file

@ -9,7 +9,6 @@ import (
"net/http"
"github.com/gorilla/mux"
"zotregistry.dev/zot/pkg/api/constants"
debugCst "zotregistry.dev/zot/pkg/debug/constants"
"zotregistry.dev/zot/pkg/log"

View file

@ -5,7 +5,6 @@ package debug
import (
"github.com/gorilla/mux"
"zotregistry.dev/zot/pkg/log"
"zotregistry.dev/zot/pkg/storage"
)

View file

@ -16,7 +16,6 @@ import (
"strings"
"github.com/gorilla/mux"
"zotregistry.dev/zot/pkg/api/config"
registryConst "zotregistry.dev/zot/pkg/api/constants"
zcommon "zotregistry.dev/zot/pkg/common"

View file

@ -5,7 +5,6 @@ package pprof
import (
"github.com/gorilla/mux"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/log" //nolint:goimports
)

View file

@ -10,7 +10,6 @@ import (
. "github.com/smartystreets/goconvey/convey"
"gopkg.in/resty.v1"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/api/constants"

View file

@ -10,7 +10,6 @@ package debug
import (
"github.com/gorilla/mux"
httpSwagger "github.com/swaggo/http-swagger"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/log" //nolint:goimports
// as required by swaggo.

View file

@ -9,7 +9,6 @@ package debug
import (
"github.com/gorilla/mux"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/log"
)

View file

@ -21,7 +21,6 @@ import (
dto "github.com/prometheus/client_model/go"
. "github.com/smartystreets/goconvey/convey"
"gopkg.in/resty.v1"
zotapi "zotregistry.dev/zot/pkg/api"
zotcfg "zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/exporter/api"

View file

@ -14,7 +14,6 @@ import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
"zotregistry.dev/zot/pkg/extensions/monitoring"
"zotregistry.dev/zot/pkg/log"
)

View file

@ -8,7 +8,6 @@ import (
"github.com/rs/zerolog/log"
"github.com/spf13/cobra"
"github.com/spf13/viper"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/exporter/api"
)

View file

@ -8,7 +8,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/exporter/cli"
)

View file

@ -10,7 +10,6 @@ import (
"time"
"github.com/gorilla/mux"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/api/constants"

View file

@ -5,7 +5,6 @@ package extensions
import (
"github.com/gorilla/mux"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/log"
mTypes "zotregistry.dev/zot/pkg/meta/types"

View file

@ -7,7 +7,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
extconf "zotregistry.dev/zot/pkg/extensions/config"

View file

@ -22,7 +22,6 @@ import (
"github.com/sigstore/cosign/v2/cmd/cosign/cli/sign"
. "github.com/smartystreets/goconvey/convey"
"gopkg.in/resty.v1"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/api/constants"

View file

@ -6,7 +6,6 @@ package extensions
import (
"github.com/gorilla/mux"
"github.com/prometheus/client_golang/prometheus/promhttp"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/extensions/monitoring"
"zotregistry.dev/zot/pkg/log"

View file

@ -7,7 +7,6 @@ import (
"net/http"
"github.com/gorilla/mux"
"zotregistry.dev/zot/pkg/api/config"
zcommon "zotregistry.dev/zot/pkg/common"
"zotregistry.dev/zot/pkg/extensions/monitoring"

View file

@ -8,7 +8,6 @@ import (
"net/http"
"github.com/gorilla/mux"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/api/constants"
zcommon "zotregistry.dev/zot/pkg/common"

View file

@ -5,7 +5,6 @@ package extensions
import (
"github.com/gorilla/mux"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/log"
)

View file

@ -9,7 +9,6 @@ import (
gqlHandler "github.com/99designs/gqlgen/graphql/handler"
"github.com/gorilla/mux"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/api/constants"
zcommon "zotregistry.dev/zot/pkg/common"

View file

@ -5,7 +5,6 @@ package extensions
import (
"github.com/gorilla/mux"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/log"
mTypes "zotregistry.dev/zot/pkg/meta/types"

View file

@ -10,7 +10,6 @@ import (
"strings"
"github.com/gorilla/mux"
"zotregistry.dev/zot/pkg/api/config"
zcommon "zotregistry.dev/zot/pkg/common"
"zotregistry.dev/zot/pkg/log"

View file

@ -5,7 +5,6 @@ package extensions
import (
"github.com/gorilla/mux"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/log"
)

View file

@ -12,7 +12,6 @@ import (
. "github.com/smartystreets/goconvey/convey"
"gopkg.in/resty.v1"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
extconf "zotregistry.dev/zot/pkg/extensions/config"

View file

@ -8,7 +8,6 @@ import (
"net/http"
"github.com/gorilla/mux"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/api/constants"

View file

@ -5,7 +5,6 @@ package extensions
import (
"github.com/gorilla/mux"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/log"
mTypes "zotregistry.dev/zot/pkg/meta/types"

View file

@ -14,7 +14,6 @@ import (
"github.com/gorilla/mux"
. "github.com/smartystreets/goconvey/convey"
"gopkg.in/resty.v1"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"

View file

@ -14,7 +14,6 @@ import (
. "github.com/smartystreets/goconvey/convey"
"gopkg.in/resty.v1"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/api/constants"

View file

@ -2,7 +2,6 @@ package extensions
import (
distext "github.com/opencontainers/distribution-spec/specs-go/v1/extensions"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/api/constants"
"zotregistry.dev/zot/pkg/log"

View file

@ -10,7 +10,6 @@ import (
distext "github.com/opencontainers/distribution-spec/specs-go/v1/extensions"
. "github.com/smartystreets/goconvey/convey"
"gopkg.in/resty.v1"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"
"zotregistry.dev/zot/pkg/api/constants"

View file

@ -21,7 +21,6 @@ import (
"github.com/sigstore/sigstore/pkg/cryptoutils"
sigstoreSigs "github.com/sigstore/sigstore/pkg/signature"
"github.com/sigstore/sigstore/pkg/signature/options"
zerr "zotregistry.dev/zot/errors"
)

View file

@ -21,7 +21,6 @@ import (
smithy "github.com/aws/smithy-go"
godigest "github.com/opencontainers/go-digest"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
zerr "zotregistry.dev/zot/errors"
zcommon "zotregistry.dev/zot/pkg/common"
"zotregistry.dev/zot/pkg/log"

View file

@ -7,7 +7,6 @@ import (
"time"
godigest "github.com/opencontainers/go-digest"
mTypes "zotregistry.dev/zot/pkg/meta/types"
)

View file

@ -8,7 +8,6 @@ import (
"testing"
. "github.com/smartystreets/goconvey/convey"
"zotregistry.dev/zot/pkg/extensions/imagetrust"
. "zotregistry.dev/zot/pkg/test/image-utils"
)

View file

@ -32,7 +32,6 @@ import (
"github.com/sigstore/cosign/v2/cmd/cosign/cli/sign"
. "github.com/smartystreets/goconvey/convey"
"gopkg.in/resty.v1"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/api"
"zotregistry.dev/zot/pkg/api/config"

View file

@ -30,7 +30,6 @@ import (
"github.com/notaryproject/notation-go/verifier/truststore"
godigest "github.com/opencontainers/go-digest"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
zerr "zotregistry.dev/zot/errors"
)

View file

@ -9,7 +9,6 @@ import (
godigest "github.com/opencontainers/go-digest"
ispec "github.com/opencontainers/image-spec/specs-go/v1"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/extensions/config"
"zotregistry.dev/zot/pkg/log"

Some files were not shown because too many files have changed in this diff Show more