File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/openshift-metal3/dev-scripts/metal3-templater
2
2
3
- go 1.19
3
+ go 1.22.3
4
4
5
5
require (
6
6
github.com/apparentlymart/go-cidr v1.1.0
7
- github.com/openshift/installer v0.16.1
7
+ github.com/openshift/installer v1.4.17
8
8
)
9
9
10
10
require github.com/pkg/errors v0.9.1 // indirect
Original file line number Diff line number Diff line change 1
1
github.com/apparentlymart/go-cidr v1.1.0 h1:2mAhrMoF+nhXqxTzSZMUzDHkLjmIHC+Zzn4tdgBZjnU =
2
2
github.com/apparentlymart/go-cidr v1.1.0 /go.mod h1:EBcsNrHc3zQeuaeCeCtQruQm+n9/YjEn/vI25Lg7Gwc =
3
- github.com/openshift/installer v0.16.1 h1:PmjALN9x1NVNVi3SCqfz0ZwVCgOkQLQWo2nHYXREq/A =
4
- github.com/openshift/installer v0.16.1 /go.mod h1:VWGgpJgF8DGCKQjbccnigglhZnHtRLCZ6cxqkXN4Ck0 =
3
+ github.com/openshift/installer v1.4.17 h1:63iijBBgYqQX/p2+Q74gPqnfBN5VNSWX5LxQKuLlj6g =
4
+ github.com/openshift/installer v1.4.17 /go.mod h1:CtlMEGKJDVMZl4qVBC/xMUXM24YnleT6bakI+KXFAhk =
5
5
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
6
6
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
You can’t perform that action at this time.
0 commit comments