Skip to content

Commit 54074ca

Browse files
🌱 Bump the all-go-mod-patch-and-minor group across 3 directories with 4 updates
Bumps the all-go-mod-patch-and-minor group with 2 updates in the / directory: [github.com/spf13/pflag](https://github.com/spf13/pflag) and [github.com/spf13/viper](https://github.com/spf13/viper). Bumps the all-go-mod-patch-and-minor group with 2 updates in the /hack/tools directory: [github.com/spf13/viper](https://github.com/spf13/viper) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client). Bumps the all-go-mod-patch-and-minor group with 2 updates in the /test directory: [github.com/spf13/pflag](https://github.com/spf13/pflag) and [github.com/spf13/viper](https://github.com/spf13/viper). Updates `github.com/spf13/pflag` from 1.0.9 to 1.0.10 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.9...v1.0.10) Updates `github.com/spf13/viper` from 1.20.1 to 1.21.0 - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.20.1...v1.21.0) Updates `github.com/spf13/viper` from 1.20.1 to 1.21.0 - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.20.1...v1.21.0) Updates `google.golang.org/api` from 0.248.0 to 0.249.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.248.0...v0.249.0) Updates `google.golang.org/grpc` from 1.74.2 to 1.75.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.74.2...v1.75.0) Updates `github.com/spf13/pflag` from 1.0.9 to 1.0.10 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.9...v1.0.10) Updates `github.com/spf13/viper` from 1.20.1 to 1.21.0 - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.20.1...v1.21.0) --- updated-dependencies: - dependency-name: github.com/spf13/pflag dependency-version: 1.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/spf13/viper dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/spf13/viper dependency-version: 1.21.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: google.golang.org/api dependency-version: 0.249.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: google.golang.org/grpc dependency-version: 1.75.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/spf13/pflag dependency-version: 1.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/spf13/viper dependency-version: 1.21.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b09176 commit 54074ca

File tree

6 files changed

+98
-95
lines changed

6 files changed

+98
-95
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ require (
2727
github.com/pkg/errors v0.9.1
2828
github.com/prometheus/client_golang v1.22.0
2929
github.com/spf13/cobra v1.10.1
30-
github.com/spf13/pflag v1.0.9
31-
github.com/spf13/viper v1.20.1
30+
github.com/spf13/pflag v1.0.10
31+
github.com/spf13/viper v1.21.0
3232
github.com/valyala/fastjson v1.6.4
3333
go.etcd.io/etcd/api/v3 v3.6.4
3434
go.etcd.io/etcd/client/pkg/v3 v3.6.4
@@ -110,17 +110,17 @@ require (
110110
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
111111
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
112112
github.com/opencontainers/go-digest v1.0.0 // indirect
113-
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
113+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
114114
github.com/pmezard/go-difflib v1.0.0 // indirect
115115
github.com/prometheus/client_model v0.6.1 // indirect
116116
github.com/prometheus/common v0.62.0 // indirect
117117
github.com/prometheus/procfs v0.15.1 // indirect
118118
github.com/rivo/uniseg v0.4.2 // indirect
119-
github.com/sagikazarmark/locafero v0.7.0 // indirect
119+
github.com/sagikazarmark/locafero v0.11.0 // indirect
120120
github.com/shopspring/decimal v1.4.0 // indirect
121-
github.com/sourcegraph/conc v0.3.0 // indirect
122-
github.com/spf13/afero v1.12.0 // indirect
123-
github.com/spf13/cast v1.7.1 // indirect
121+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
122+
github.com/spf13/afero v1.15.0 // indirect
123+
github.com/spf13/cast v1.10.0 // indirect
124124
github.com/stoewer/go-strcase v1.3.0 // indirect
125125
github.com/subosito/gotenv v1.6.0 // indirect
126126
github.com/vincent-petithory/dataurl v1.0.0 // indirect

go.sum

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ github.com/onsi/gomega v1.38.2/go.mod h1:W2MJcYxRGV63b418Ai34Ud0hEdTVXq9NW9+Sx6u
256256
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
257257
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
258258
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c/go.mod h1:VyrYX9gd7irzKovcSS6BIIEwPRkP2Wm2m9ufcdFSJ34=
259-
github.com/pelletier/go-toml/v2 v2.2.3 h1:YmeHyLY8mFWbdkNWwpr+qIL2bEqT0o95WSdkNHvL12M=
260-
github.com/pelletier/go-toml/v2 v2.2.3/go.mod h1:MfCQTFTvCcUyyvvwm1+G6H/jORL20Xlb6rzQu9GuUkc=
259+
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=
260+
github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
261261
github.com/pin/tftp v2.1.0+incompatible/go.mod h1:xVpZOMCXTy+A5QMjEVN0Glwa1sUvaJhFXbr/aAxuxGY=
262262
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
263263
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
@@ -282,26 +282,27 @@ github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR
282282
github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o=
283283
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
284284
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd/go.mod h1:hPqNNc0+uJM6H+SuU8sEs5K5IQeKccPqeSjfgcKGgPk=
285-
github.com/sagikazarmark/locafero v0.7.0 h1:5MqpDsTGNDhY8sGp0Aowyf0qKsPrhewaLSsFaodPcyo=
286-
github.com/sagikazarmark/locafero v0.7.0/go.mod h1:2za3Cg5rMaTMoG/2Ulr9AwtFaIppKXTRYnozin4aB5k=
285+
github.com/sagikazarmark/locafero v0.11.0 h1:1iurJgmM9G3PA/I+wWYIOw/5SyBtxapeHDcg+AAIFXc=
286+
github.com/sagikazarmark/locafero v0.11.0/go.mod h1:nVIGvgyzw595SUSUE6tvCp3YYTeHs15MvlmU87WwIik=
287287
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
288288
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
289289
github.com/sigma/bdoor v0.0.0-20160202064022-babf2a4017b0/go.mod h1:WBu7REWbxC/s/J06jsk//d+9DOz9BbsmcIrimuGRFbs=
290290
github.com/sigma/vmw-guestinfo v0.0.0-20160204083807-95dd4126d6e8/go.mod h1:JrRFFC0veyh0cibh0DAhriSY7/gV3kDdNaVUOmfx01U=
291291
github.com/smartystreets/assertions v1.2.0/go.mod h1:tcbTF8ujkAEcZ8TElKY+i30BzYlVhC/LOxJk7iOWnoo=
292292
github.com/smartystreets/goconvey v1.7.2/go.mod h1:Vw0tHAZW6lzCRk3xgdin6fKYcG+G3Pg9vgXWeJpQFMM=
293-
github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=
294-
github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0=
295-
github.com/spf13/afero v1.12.0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs=
296-
github.com/spf13/afero v1.12.0/go.mod h1:ZTlWwG4/ahT8W7T0WQ5uYmjI9duaLQGy3Q2OAl4sk/4=
297-
github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=
298-
github.com/spf13/cast v1.7.1/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
293+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 h1:+jumHNA0Wrelhe64i8F6HNlS8pkoyMv5sreGx2Ry5Rw=
294+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8/go.mod h1:3n1Cwaq1E1/1lhQhtRK2ts/ZwZEhjcQeJQ1RuC6Q/8U=
295+
github.com/spf13/afero v1.15.0 h1:b/YBCLWAJdFWJTN9cLhiXXcD7mzKn9Dm86dNnfyQw1I=
296+
github.com/spf13/afero v1.15.0/go.mod h1:NC2ByUVxtQs4b3sIUphxK0NioZnmxgyCrfzeuq8lxMg=
297+
github.com/spf13/cast v1.10.0 h1:h2x0u2shc1QuLHfxi+cTJvs30+ZAHOGRic8uyGTDWxY=
298+
github.com/spf13/cast v1.10.0/go.mod h1:jNfB8QC9IA6ZuY2ZjDp0KtFO2LZZlg4S/7bzP6qqeHo=
299299
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
300300
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
301-
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
302301
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
303-
github.com/spf13/viper v1.20.1 h1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4=
304-
github.com/spf13/viper v1.20.1/go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4=
302+
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
303+
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
304+
github.com/spf13/viper v1.21.0 h1:x5S+0EU27Lbphp4UKm1C+1oQO+rKx36vfCoaVebLFSU=
305+
github.com/spf13/viper v1.21.0/go.mod h1:P0lhsswPGWD/1lZJ9ny3fYnVqxiegrlNrEmgLjbTCAY=
305306
github.com/stoewer/go-strcase v1.3.0 h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs=
306307
github.com/stoewer/go-strcase v1.3.0/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo=
307308
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
@@ -315,8 +316,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
315316
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
316317
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
317318
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
318-
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
319-
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
319+
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
320+
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
320321
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
321322
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
322323
github.com/valyala/fastjson v1.6.4 h1:uAUNq9Z6ymTgGhcm0UynUAB6tlbakBrz6CQFax3BXVQ=

hack/tools/go.mod

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/spf13/pflag v1.0.10
1717
github.com/valyala/fastjson v1.6.4
1818
golang.org/x/oauth2 v0.31.0
19-
google.golang.org/api v0.248.0
19+
google.golang.org/api v0.249.0
2020
k8s.io/api v0.34.0
2121
k8s.io/apiextensions-apiserver v0.34.0
2222
k8s.io/apimachinery v0.34.0
@@ -38,7 +38,7 @@ require (
3838
cloud.google.com/go/auth v0.16.5 // indirect
3939
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
4040
cloud.google.com/go/monitoring v1.24.2 // indirect
41-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
41+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 // indirect
4242
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0 // indirect
4343
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
4444
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
@@ -47,7 +47,7 @@ require (
4747
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
4848
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
4949
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
50-
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
50+
github.com/go-jose/go-jose/v4 v4.1.1 // indirect
5151
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
5252
github.com/google/btree v1.1.3 // indirect
5353
github.com/moby/docker-image-spec v1.3.1 // indirect
@@ -59,8 +59,8 @@ require (
5959
github.com/zeebo/errs v1.4.0 // indirect
6060
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
6161
go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect
62-
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
63-
go.opentelemetry.io/otel/sdk/metric v1.36.0 // indirect
62+
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
63+
go.opentelemetry.io/otel/sdk/metric v1.37.0 // indirect
6464
go.yaml.in/yaml/v2 v2.4.2 // indirect
6565
go.yaml.in/yaml/v3 v3.0.4 // indirect
6666
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
@@ -129,30 +129,29 @@ require (
129129
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect
130130
github.com/opencontainers/go-digest v1.0.0 // indirect
131131
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
132-
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
132+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
133133
github.com/pjbgf/sha1cd v0.3.0 // indirect
134134
github.com/prometheus/client_golang v1.22.0 // indirect
135135
github.com/prometheus/client_model v0.6.1 // indirect
136136
github.com/prometheus/common v0.62.0 // indirect
137137
github.com/prometheus/procfs v0.15.1 // indirect
138138
github.com/rivo/uniseg v0.4.4 // indirect
139-
github.com/sagikazarmark/locafero v0.7.0 // indirect
139+
github.com/sagikazarmark/locafero v0.11.0 // indirect
140140
github.com/saschagrunert/go-modiff v1.3.5 // indirect
141141
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
142142
github.com/sirupsen/logrus v1.9.3 // indirect
143143
github.com/skeema/knownhosts v1.2.2 // indirect
144-
github.com/sourcegraph/conc v0.3.0 // indirect
145-
github.com/spf13/afero v1.12.0 // indirect
146-
github.com/spf13/cast v1.7.1 // indirect
147-
github.com/spf13/viper v1.20.1 // indirect
144+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
145+
github.com/spf13/afero v1.15.0 // indirect
146+
github.com/spf13/cast v1.10.0 // indirect
147+
github.com/spf13/viper v1.21.0 // indirect
148148
github.com/subosito/gotenv v1.6.0 // indirect
149149
github.com/xanzy/ssh-agent v0.3.3 // indirect
150150
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
151151
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
152-
go.opentelemetry.io/otel v1.36.0 // indirect
153-
go.opentelemetry.io/otel/metric v1.36.0 // indirect
154-
go.opentelemetry.io/otel/trace v1.36.0 // indirect
155-
go.uber.org/multierr v1.11.0 // indirect
152+
go.opentelemetry.io/otel v1.37.0 // indirect
153+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
154+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
156155
golang.org/x/crypto v0.41.0 // indirect
157156
golang.org/x/mod v0.27.0 // indirect
158157
golang.org/x/net v0.43.0 // indirect
@@ -166,8 +165,8 @@ require (
166165
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
167166
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
168167
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect
169-
google.golang.org/grpc v1.74.2 // indirect
170-
google.golang.org/protobuf v1.36.7 // indirect
168+
google.golang.org/grpc v1.75.0 // indirect
169+
google.golang.org/protobuf v1.36.8 // indirect
171170
gopkg.in/inf.v0 v0.9.1 // indirect
172171
gopkg.in/warnings.v0 v0.1.2 // indirect
173172
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)