File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/osbuild/bootc-image-builder/bib
2
2
3
- go 1.23.9
3
+ go 1.24
4
+
5
+ toolchain go1.24.4
4
6
5
7
require (
6
8
github.com/cheggaaa/pb/v3 v3.1.7
@@ -52,7 +54,7 @@ require (
52
54
github.com/gogo/protobuf v1.3.2 // indirect
53
55
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
54
56
github.com/golang/protobuf v1.5.4 // indirect
55
- github.com/google/go-containerregistry v0.20.3 // indirect
57
+ github.com/google/go-containerregistry v0.20.6 // indirect
56
58
github.com/google/go-intervals v0.0.2 // indirect
57
59
github.com/google/uuid v1.6.0 // indirect
58
60
github.com/gorilla/mux v1.8.1 // indirect
Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
122
122
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
123
123
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
124
124
github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
125
- github.com/google/go-containerregistry v0.20.3 h1:oNx7IdTI936V8CQRveCjaxOiegWwvM7kqkbXTpyiovI =
126
- github.com/google/go-containerregistry v0.20.3 /go.mod h1:w00pIgBRDVUDFM6bq+Qx8lwNWK+cxgCuX1vd3PIBDNI =
125
+ github.com/google/go-containerregistry v0.20.6 h1:cvWX87UxxLgaH76b4hIvya6Dzz9qHB31qAwjAohdSTU =
126
+ github.com/google/go-containerregistry v0.20.6 /go.mod h1:T0x8MuoAoKX/873bkeSfLD2FAkwCDf9/HZgsFJ02E2Y =
127
127
github.com/google/go-intervals v0.0.2 h1:FGrVEiUnTRKR8yE04qzXYaJMtnIYqobR5QbblK3ixcM =
128
128
github.com/google/go-intervals v0.0.2 /go.mod h1:MkaR3LNRfeKLPmqgJYs4E66z5InYjmCjbbr4TQlcT6Y =
129
129
github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
You can’t perform that action at this time.
0 commit comments