File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11module github.com/open-component-model/ocm-controller
22
3- go 1.22.7
3+ go 1.23.0
44
55toolchain go1.23.5
66
@@ -212,6 +212,7 @@ require (
212212 github.com/gowebpki/jcs v1.0.1 // indirect
213213 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
214214 github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 // indirect
215+ github.com/hashicorp/errwrap v1.1.0 // indirect
215216 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
216217 github.com/hashicorp/go-multierror v1.1.1 // indirect
217218 github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
Original file line number Diff line number Diff line change @@ -320,8 +320,8 @@ github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7 h1:lxmTCgmHE1G
320320github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7 /go.mod h1:GvWntX9qiTlOud0WkQ6ewFm0LPy5JUR1Xo0Ngbd1w6Y =
321321github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U =
322322github.com/dimchansky/utfbom v1.1.1 /go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE =
323- github.com/distribution/distribution/v3 v3.0.0-rc.2 h1:tTrzntanYMbd20SyvdeR83Ya1l/aBwDcA3NCIpmwemc =
324- github.com/distribution/distribution/v3 v3.0.0-rc.2 /go.mod h1:H2zIRRXS20ylnv2HTuKILAWuANjuA60GB7MLOsQag7Y =
323+ github.com/distribution/distribution/v3 v3.0.0-rc.1 h1:6M4ewmPBUhF7wtQ8URLOQ1W/PQuVKiD1u8ymwLDUGqQ =
324+ github.com/distribution/distribution/v3 v3.0.0-rc.1 /go.mod h1:tFjaPDeHCrLg28e4feBIy27cP+qmrc/mvkl6MFIfVi4 =
325325github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk =
326326github.com/distribution/reference v0.6.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
327327github.com/docker/cli v27.3.1+incompatible h1:qEGdFBF3Xu6SCvCYhc7CzaQTlBmqDuzxPDpigSyeKQQ =
You can’t perform that action at this time.
0 commit comments