Skip to content

Commit f391f5b

Browse files
build(deps): bump k8s.io/apimachinery from 0.24.1 to 0.26.2
Dependabot couldn't find the original pull request head commit, 08390df.
1 parent 40126a3 commit f391f5b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require (
66
github.com/Azure/azure-sdk-for-go v65.0.0+incompatible
77
github.com/Azure/go-autorest/autorest v0.11.28
88
github.com/Azure/go-autorest/autorest/adal v0.9.22
9+
github.com/alecthomas/kingpin/v2 v2.3.1
910
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
1011
github.com/apache/arrow/go/v10 v10.0.1
1112
github.com/apache/arrow/go/v8 v8.0.0-20220414050214-b61fb727fcc9
@@ -50,7 +51,6 @@ require (
5051
github.com/prometheus/common/sigv4 v0.1.0
5152
github.com/prometheus/exporter-toolkit v0.8.2
5253
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.12
53-
github.com/segmentio/parquet-go v0.0.0-20230216234451-674602166e6d
5454
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
5555
github.com/stretchr/testify v1.8.2
5656
github.com/thanos-io/objstore v0.0.0-20230303144913-af9531b2a2b7
@@ -80,7 +80,7 @@ require (
8080
gopkg.in/yaml.v2 v2.4.0
8181
gopkg.in/yaml.v3 v3.0.1
8282
k8s.io/api v0.26.1
83-
k8s.io/apimachinery v0.26.1
83+
k8s.io/apimachinery v0.26.2
8484
k8s.io/client-go v0.26.1
8585
k8s.io/klog v1.0.0
8686
k8s.io/klog/v2 v2.80.1
@@ -103,7 +103,6 @@ require (
103103
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
104104
github.com/Microsoft/go-winio v0.5.1 // indirect
105105
github.com/RoaringBitmap/roaring v0.9.4 // indirect
106-
github.com/alecthomas/kingpin/v2 v2.3.1 // indirect
107106
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
108107
github.com/andybalholm/brotli v1.0.5 // indirect
109108
github.com/apache/thrift v0.18.1 // indirect
@@ -193,6 +192,7 @@ require (
193192
github.com/prometheus/procfs v0.9.0 // indirect
194193
github.com/rivo/uniseg v0.4.4 // indirect
195194
github.com/segmentio/encoding v0.3.6 // indirect
195+
github.com/segmentio/parquet-go v0.0.0-20230216234451-674602166e6d // indirect
196196
github.com/sirupsen/logrus v1.9.0 // indirect
197197
github.com/spf13/pflag v1.0.5 // indirect
198198
github.com/tidwall/gjson v1.14.4 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,8 +1413,8 @@ honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9
14131413
honnef.co/go/tools v0.1.3/go.mod h1:NgwopIslSNH47DimFoV78dnkksY2EFtX0ajyb3K/las=
14141414
k8s.io/api v0.26.1 h1:f+SWYiPd/GsiWwVRz+NbFyCgvv75Pk9NK6dlkZgpCRQ=
14151415
k8s.io/api v0.26.1/go.mod h1:xd/GBNgR0f707+ATNyPmQ1oyKSgndzXij81FzWGsejg=
1416-
k8s.io/apimachinery v0.26.1 h1:8EZ/eGJL+hY/MYCNwhmDzVqq2lPl3N3Bo8rvweJwXUQ=
1417-
k8s.io/apimachinery v0.26.1/go.mod h1:tnPmbONNJ7ByJNz9+n9kMjNP8ON+1qoAIIC70lztu74=
1416+
k8s.io/apimachinery v0.26.2 h1:da1u3D5wfR5u2RpLhE/ZtZS2P7QvDgLZTi9wrNZl/tQ=
1417+
k8s.io/apimachinery v0.26.2/go.mod h1:ats7nN1LExKHvJ9TmwootT00Yz05MuYqPXEXaVeOy5I=
14181418
k8s.io/client-go v0.26.1 h1:87CXzYJnAMGaa/IDDfRdhTzxk/wzGZ+/HUQpqgVSZXU=
14191419
k8s.io/client-go v0.26.1/go.mod h1:IWNSglg+rQ3OcvDkhY6+QLeasV4OYHDjdqeWkDQZwGE=
14201420
k8s.io/kube-openapi v0.0.0-20221207184640-f3cff1453715 h1:tBEbstoM+K0FiBV5KGAKQ0kuvf54v/hwpldiJt69w1s=

0 commit comments

Comments
 (0)