Skip to content

Commit

Permalink
Change github.com/docker/distribution dep to github.com/distribution
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Doherty <[email protected]>
  • Loading branch information
chrisdoherty4 committed Jan 12, 2024
1 parent f295c9a commit 73d7ce1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.21.4

require (
github.com/avast/retry-go v3.0.0+incompatible
github.com/docker/distribution v2.8.3+incompatible
github.com/distribution/reference v0.5.0
github.com/docker/docker v24.0.7+incompatible
github.com/equinix-labs/otel-init-go v0.0.9
github.com/go-logr/logr v1.4.1
Expand Down Expand Up @@ -55,7 +55,7 @@ require (
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/docker/distribution v2.8.3+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
Expand Down Expand Up @@ -130,6 +130,3 @@ require (
// package. This is a known issue with buf and is fixed in the latest version of buf.
// This fix was found in https://github.com/aws-observability/aws-otel-collector/issues/926#issuecomment-1263065587
replace cloud.google.com/go => cloud.google.com/go v0.107.0

// 2.8.0+incompatible has incorrect checksums in the public sumdb.
exclude github.com/docker/distributions v2.8.0+incompatible
2 changes: 1 addition & 1 deletion internal/workflow/template_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"text/template"

"github.com/docker/distribution/reference"
"github.com/distribution/reference"
"github.com/pkg/errors"
"gopkg.in/yaml.v2"
)
Expand Down

0 comments on commit 73d7ce1

Please sign in to comment.