Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump enterprise-contract/go-containerregistry #2089

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/enterprise-contract/ec-cli

go 1.22.7
go 1.23.0

toolchain go1.23.2

require (
cuelang.org/go v0.10.0
Expand Down Expand Up @@ -57,7 +59,7 @@ require (
)

// use forked version until we can get the fixes merged see https://github.com/enterprise-contract/go-containerregistry/blob/main/hack/ec-patches.sh for a list of patches we carry
replace github.com/google/go-containerregistry => github.com/enterprise-contract/go-containerregistry v0.20.3-0.20241007145100-b55a3c374bf0
replace github.com/google/go-containerregistry => github.com/enterprise-contract/go-containerregistry v0.20.3-0.20241021083714-3306800e7904

require (
cloud.google.com/go v0.115.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,8 @@ github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc
github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ=
github.com/enterprise-contract/enterprise-contract-controller/api v0.1.60 h1:5gfGknt2BEn5f6RtaPVVWzGhMDoJNo2TuOG/fUbpDOE=
github.com/enterprise-contract/enterprise-contract-controller/api v0.1.60/go.mod h1:R1eRwHUjcYWg4gJnv/zpEDog60J9wBqe2TIjlYFRUe8=
github.com/enterprise-contract/go-containerregistry v0.20.3-0.20241007145100-b55a3c374bf0 h1:NOJl3xiAa+oJjgiBxAm190oLv/3+4TbRekwyT64Rqn4=
github.com/enterprise-contract/go-containerregistry v0.20.3-0.20241007145100-b55a3c374bf0/go.mod h1:z38EKdKh4h7IP2gSfUUqEvalZBqs6AoLeWfUy34nQC8=
github.com/enterprise-contract/go-containerregistry v0.20.3-0.20241021083714-3306800e7904 h1:bys8rrk938geP5a2tdNKruk+zg8rXvwhOnfAWDk3wo8=
github.com/enterprise-contract/go-containerregistry v0.20.3-0.20241021083714-3306800e7904/go.mod h1:Hm7LPxmzn1nfbT+8S7dWwn8KoG8FHshBT+wFlFGpnfI=
github.com/enterprise-contract/go-gather v0.0.4-0.20241009163919-f9697d385bbb h1:xEAfm//zUlKMV33K2hzWTUAN0qBFaQ5h/UXZfYVe7/o=
github.com/enterprise-contract/go-gather v0.0.4-0.20241009163919-f9697d385bbb/go.mod h1:CCVO9+s9CM1varvgiIS2l4Scgo6x/XQVzWCVN0lWl0U=
github.com/enterprise-contract/go-gather/expander v0.0.1 h1:CRJX7crqNyuuo82DtFbyIpJB/2hV62zWof4t1dOmCC0=
Expand Down
Loading