File tree 2 files changed +4
-5
lines changed 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/operator-framework/operator-registry
2
2
3
3
go 1.23.3
4
-
5
- toolchain go1.23.6
4
+ toolchain go1.24.1
6
5
7
6
require (
8
7
github.com/akrylysov/pogreb v0.10.2
@@ -11,7 +10,7 @@ require (
11
10
github.com/containerd/errdefs v1.0.0
12
11
github.com/containers/common v0.63.0
13
12
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
15
14
github.com/distribution/reference v0.6.0
16
15
github.com/docker/cli v28.1.1+incompatible
17
16
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
97
97
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
98
98
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78 =
99
99
github.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 =
102
102
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk =
103
103
github.com/distribution/reference v0.6.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
104
104
github.com/docker/cli v28.1.1+incompatible h1:eyUemzeI45DY7eDPuwUcmDyDj1pM98oD5MdSpiItp8k =
You can’t perform that action at this time.
0 commit comments