File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11module github.com/operator-framework/operator-registry
22
33go 1.23.3
4-
5- toolchain go1.23.6
4+ toolchain go1.24.1
65
76require (
87 github.com/akrylysov/pogreb v0.10.2
@@ -11,7 +10,7 @@ require (
1110 github.com/containerd/errdefs v1.0.0
1211 github.com/containers/common v0.63.0
1312 github.com/containers/image/v5 v5.35.0
14- github.com/distribution/distribution/v3 v3.0.0-rc.3
13+ github.com/distribution/distribution/v3 v3.0.0
1514 github.com/distribution/reference v0.6.0
1615 github.com/docker/cli v28.1.1+incompatible
1716 github.com/golang-migrate/migrate/v4 v4.18.2
Original file line number Diff line number Diff line change @@ -97,8 +97,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
9797github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
9898github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78 =
9999github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f /go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc =
100- github.com/distribution/distribution/v3 v3.0.0-rc.3 h1:JRJso9IVLoooKX76oWR+DWCCdZlK5m4nRtDWvzB1ITg =
101- github.com/distribution/distribution/v3 v3.0.0-rc.3 /go.mod h1:offoOgrnYs+CFwis8nE0hyzYZqRCZj5EFc5kgfszwiE =
100+ github.com/distribution/distribution/v3 v3.0.0 h1:q4R8wemdRQDClzoNNStftB2ZAfqOiN6UX90KJc4HjyM =
101+ github.com/distribution/distribution/v3 v3.0.0 /go.mod h1:tRNuFoZsUdyRVegq8xGNeds4KLjwLCRin/tTo6i1DhU =
102102github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk =
103103github.com/distribution/reference v0.6.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
104104github.com/docker/cli v28.1.1+incompatible h1:eyUemzeI45DY7eDPuwUcmDyDj1pM98oD5MdSpiItp8k =
You can’t perform that action at this time.
0 commit comments