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 @@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-provider-openstack
22
33go 1.22
44
5- toolchain go1.22.2
5+ toolchain go1.22.4
66
77require (
88 github.com/go-logr/logr v1.2.3
@@ -57,7 +57,7 @@ require (
5757 github.com/docker/go-connections v0.4.0 // indirect
5858 github.com/docker/go-units v0.4.0 // indirect
5959 github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
60- github.com/emicklei/go-restful/v3 v3.8 .0 // indirect
60+ github.com/emicklei/go-restful/v3 v3.10 .0 // indirect
6161 github.com/evanphx/json-patch v4.12.0+incompatible // indirect
6262 github.com/evanphx/json-patch/v5 v5.6.0 // indirect
6363 github.com/fsnotify/fsnotify v1.5.4 // indirect
Original file line number Diff line number Diff line change @@ -308,8 +308,8 @@ github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25Kn
308308github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153 /go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc =
309309github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 /go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs =
310310github.com/emicklei/go-restful v2.9.5+incompatible /go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs =
311- github.com/emicklei/go-restful/v3 v3.8 .0 h1:eCZ8ulSerjdAiaNpF7GxXIE7ZCMo1moN1qX+S609eVw =
312- github.com/emicklei/go-restful/v3 v3.8 .0 /go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc =
311+ github.com/emicklei/go-restful/v3 v3.10 .0 h1:X4gma4HM7hFm6WMeAsTfqA0GOfdNoCzBIkHGoRLGXuM =
312+ github.com/emicklei/go-restful/v3 v3.10 .0 /go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc =
313313github.com/envoyproxy/go-control-plane v0.9.0 /go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4 =
314314github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473 /go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4 =
315315github.com/envoyproxy/go-control-plane v0.9.4 /go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98 =
You can’t perform that action at this time.
0 commit comments