File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/philips-software/provider-hsdp
22
3- go 1.24
3+ go 1.24.0
44
55toolchain go1.24.2
66
@@ -13,7 +13,7 @@ require (
1313 github.com/philips-software/terraform-provider-hsdp v0.67.0
1414 github.com/pkg/errors v0.9.1
1515 gopkg.in/alecthomas/kingpin.v2 v2.2.6
16- k8s.io/apimachinery v0.32.3
16+ k8s.io/apimachinery v0.33.2
1717 k8s.io/client-go v0.32.3
1818 sigs.k8s.io/controller-runtime v0.19.0
1919 sigs.k8s.io/controller-tools v0.16.5
@@ -66,7 +66,6 @@ require (
6666 github.com/google/gnostic-models v0.6.9 // indirect
6767 github.com/google/go-cmp v0.7.0 // indirect
6868 github.com/google/go-querystring v1.1.0 // indirect
69- github.com/google/gofuzz v1.2.0 // indirect
7069 github.com/google/uuid v1.6.0 // indirect
7170 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
7271 github.com/hashicorp/go-cty v1.5.0 // indirect
Original file line number Diff line number Diff line change @@ -1089,8 +1089,8 @@ k8s.io/apiextensions-apiserver v0.17.3/go.mod h1:CJbCyMfkKftAd/X/V6OTHYhVn7zXnDd
10891089k8s.io/apiextensions-apiserver v0.32.3 h1:4D8vy+9GWerlErCwVIbcQjsWunF9SUGNu7O7hiQTyPY =
10901090k8s.io/apiextensions-apiserver v0.32.3 /go.mod h1:8YwcvVRMVzw0r1Stc7XfGAzB/SIVLunqApySV5V7Dss =
10911091k8s.io/apimachinery v0.17.3 /go.mod h1:gxLnyZcGNdZTCLnq3fgzyg2A5BVCHTNDFrw8AmuJ+0g =
1092- k8s.io/apimachinery v0.32.3 h1:JmDuDarhDmA/Li7j3aPrwhpNBA94Nvk5zLeOge9HH1U =
1093- k8s.io/apimachinery v0.32.3 /go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE =
1092+ k8s.io/apimachinery v0.33.2 h1:IHFVhqg59mb8PJWTLi8m1mAoepkUNYmptHsV+Z1m5jY =
1093+ k8s.io/apimachinery v0.33.2 /go.mod h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM =
10941094k8s.io/apiserver v0.17.3 /go.mod h1:iJtsPpu1ZpEnHaNawpSV0nYTGBhhX2dUlnn7/QS7QiY =
10951095k8s.io/client-go v0.17.3 /go.mod h1:cLXlTMtWHkuK4tD360KpWz2gG2KtdWEr/OT02i3emRQ =
10961096k8s.io/client-go v0.32.3 h1:RKPVltzopkSgHS7aS98QdscAgtgah/+zmpAogooIqVU =
You can’t perform that action at this time.
0 commit comments