Skip to content

Commit

Permalink
Bump github.com/google/go-containerregistry
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Phelan committed Feb 10, 2022
1 parent a0dba51 commit e718883
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 49 deletions.
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ module github.com/pivotal/kpack
go 1.16

require (
cloud.google.com/go/kms v1.2.0 // indirect
github.com/BurntSushi/toml v0.4.1
github.com/Masterminds/semver/v3 v3.1.1
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
github.com/buildpacks/imgutil v0.0.0-20210818180451-66aea982d5dc
github.com/buildpacks/lifecycle v0.10.2
github.com/containerd/containerd v1.5.9 // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-openapi/spec v0.20.3
github.com/google/go-cmp v0.5.6
github.com/google/go-containerregistry v0.6.0
github.com/google/go-cmp v0.5.7
github.com/google/go-containerregistry v0.8.0
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20210610160139-c086c7f16d4e
github.com/jinzhu/gorm v1.9.12 // indirect
github.com/klauspost/compress v1.14.2 // indirect
Expand All @@ -34,8 +34,6 @@ require (
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
google.golang.org/genproto v0.0.0-20220202230416-2a053f022f0d // indirect
google.golang.org/grpc v1.44.0 // indirect
k8s.io/api v0.21.3
k8s.io/apimachinery v0.21.3
Expand Down
Loading

0 comments on commit e718883

Please sign in to comment.