Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed Jan 19, 2022
1 parent 6aaca0f commit 5524e75
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 7 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/tektoncd/pipeline

go 1.13

replace github.com/chrismellard/docker-credential-acr-env => github.com/imjasonh/docker-credential-acr-env v0.0.0-20220118143555-ae1381a0efb2
replace github.com/google/go-containerregistry/pkg/authn/k8schain => github.com/imjasonh/go-containerregistry/pkg/authn/k8schain v0.0.0-20220119194151-b5af5f560612

require (
github.com/cloudevents/sdk-go/v2 v2.5.0
Expand Down Expand Up @@ -39,8 +39,7 @@ require (
github.com/aws/aws-sdk-go-v2/config v1.13.0 // indirect
github.com/aws/aws-sdk-go-v2/service/ecr v1.14.0 // indirect
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.11.0 // indirect
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20211215200129-69c85dc22db6
github.com/chrismellard/docker-credential-acr-env v0.0.0-20210203204924-09e2b5a8ac86 // indirect
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20211215200129-69c85dc22db6 // indirect
github.com/emicklei/go-restful v2.15.0+incompatible // indirect
github.com/go-logr/logr v1.2.2 // indirect
github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20220114205711-890d5b362eb8 // indirect
Expand Down
22 changes: 22 additions & 0 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5524e75

Please sign in to comment.