Skip to content

Commit

Permalink
replaced github.com/docker/distribution => github.com/distribution/di…
Browse files Browse the repository at this point in the history
…stribution
  • Loading branch information
umar committed Jun 21, 2024
1 parent a644469 commit 5a94d1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,5 @@ require (
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/ini.v1 v1.63.2 // indirect
)

replace github.com/docker/distribution => github.com/distribution/distribution v2.8.3+incompatible
2 changes: 1 addition & 1 deletion pkg/helpers/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ import (

fileHelper "github.com/mudler/luet/pkg/helpers/file"

"github.com/distribution/reference"
"github.com/docker/cli/cli/trust"
"github.com/docker/distribution/reference"
registrytypes "github.com/docker/docker/api/types/registry"
"github.com/docker/docker/registry"
"github.com/google/go-containerregistry/pkg/authn"
Expand Down

0 comments on commit 5a94d1c

Please sign in to comment.