Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed Feb 3, 2022
1 parent a828298 commit 7443e56
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ module github.com/google/ko

go 1.16

// TODO: remove
replace github.com/google/go-containerregistry => ../go-containerregistry

require (
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20211215200129-69c85dc22db6
github.com/chrismellard/docker-credential-acr-env v0.0.0-20220119192733-fe33c00cee21
Expand Down

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

3 changes: 2 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ github.com/google/go-cmp/cmp/internal/diff
github.com/google/go-cmp/cmp/internal/flags
github.com/google/go-cmp/cmp/internal/function
github.com/google/go-cmp/cmp/internal/value
# github.com/google/go-containerregistry v0.8.1-0.20220202214207-9c35968ef47e
# github.com/google/go-containerregistry v0.8.1-0.20220202214207-9c35968ef47e => ../go-containerregistry
## explicit
github.com/google/go-containerregistry/cmd/crane/cmd
github.com/google/go-containerregistry/internal/and
Expand Down Expand Up @@ -481,3 +481,4 @@ sigs.k8s.io/kind/pkg/internal/env
sigs.k8s.io/kind/pkg/log
# sigs.k8s.io/yaml v1.3.0
sigs.k8s.io/yaml
# github.com/google/go-containerregistry => ../go-containerregistry

0 comments on commit 7443e56

Please sign in to comment.