Skip to content

Commit 8b080e4

Browse files
build(deps): bump the gomod group across 1 directory with 5 updates
Bumps the gomod group with 3 updates in the / directory: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang), [github.com/spf13/pflag](https://github.com/spf13/pflag) and [github.com/spf13/viper](https://github.com/spf13/viper). Updates `github.com/prometheus/client_golang` from 1.23.0 to 1.23.2 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.23.0...v1.23.2) Updates `github.com/spf13/pflag` from 1.0.7 to 1.0.10 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.7...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/stretchr/testify` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.10.0...v1.11.1) Updates `google.golang.org/protobuf` from 1.36.7 to 1.36.8 --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/spf13/pflag dependency-version: 1.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/spf13/viper dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: google.golang.org/protobuf dependency-version: 1.36.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3504ac commit 8b080e4

File tree

2 files changed

+75
-64
lines changed

2 files changed

+75
-64
lines changed

go.mod

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ require (
2626
github.com/nais/liberator v0.0.0-20251031090239-7bc9cdcfda4c
2727
github.com/novln/docker-parser v1.0.0
2828
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0
29-
github.com/prometheus/client_golang v1.23.0
29+
github.com/prometheus/client_golang v1.23.2
3030
github.com/sirupsen/logrus v1.9.3
31-
github.com/spf13/pflag v1.0.7
32-
github.com/spf13/viper v1.20.1
33-
github.com/stretchr/testify v1.10.0
34-
google.golang.org/protobuf v1.36.7
31+
github.com/spf13/pflag v1.0.10
32+
github.com/spf13/viper v1.21.0
33+
github.com/stretchr/testify v1.11.1
34+
google.golang.org/protobuf v1.36.8
3535
gopkg.in/yaml.v2 v2.4.0
3636
k8s.io/api v0.33.0
3737
k8s.io/apimachinery v0.33.0
@@ -59,7 +59,7 @@ require (
5959
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
6060
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
6161
github.com/felixge/httpsnoop v1.0.4 // indirect
62-
github.com/fsnotify/fsnotify v1.8.0 // indirect
62+
github.com/fsnotify/fsnotify v1.9.0 // indirect
6363
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
6464
github.com/go-logr/stdr v1.2.2 // indirect
6565
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -88,19 +88,19 @@ require (
8888
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
8989
github.com/modern-go/reflect2 v1.0.2 // indirect
9090
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
91-
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
91+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
9292
github.com/pierrec/lz4/v4 v4.1.17 // indirect
9393
github.com/pkg/errors v0.9.1 // indirect
9494
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
9595
github.com/prometheus/client_model v0.6.2 // indirect
96-
github.com/prometheus/common v0.65.0 // indirect
96+
github.com/prometheus/common v0.66.1 // indirect
9797
github.com/prometheus/procfs v0.16.1 // indirect
9898
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
99-
github.com/sagikazarmark/locafero v0.7.0 // indirect
99+
github.com/sagikazarmark/locafero v0.11.0 // indirect
100100
github.com/securego/gosec/v2 v2.22.5 // indirect
101-
github.com/sourcegraph/conc v0.3.0 // indirect
102-
github.com/spf13/afero v1.12.0 // indirect
103-
github.com/spf13/cast v1.7.1 // indirect
101+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
102+
github.com/spf13/afero v1.15.0 // indirect
103+
github.com/spf13/cast v1.10.0 // indirect
104104
github.com/subosito/gotenv v1.6.0 // indirect
105105
github.com/x448/float16 v0.8.4 // indirect
106106
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
@@ -110,19 +110,22 @@ require (
110110
go.opentelemetry.io/otel v1.36.0 // indirect
111111
go.opentelemetry.io/otel/metric v1.36.0 // indirect
112112
go.opentelemetry.io/otel/trace v1.36.0 // indirect
113-
go.uber.org/multierr v1.11.0 // indirect
114-
golang.org/x/crypto v0.39.0 // indirect
113+
go.yaml.in/yaml/v2 v2.4.2 // indirect
114+
go.yaml.in/yaml/v3 v3.0.4 // indirect
115+
golang.org/x/crypto v0.41.0 // indirect
115116
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
116-
golang.org/x/mod v0.25.0 // indirect
117-
golang.org/x/net v0.41.0 // indirect
117+
golang.org/x/mod v0.26.0 // indirect
118+
golang.org/x/net v0.43.0 // indirect
118119
golang.org/x/oauth2 v0.30.0 // indirect
119-
golang.org/x/sync v0.15.0 // indirect
120-
golang.org/x/sys v0.33.0 // indirect
121-
golang.org/x/telemetry v0.0.0-20240522233618-39ace7a40ae7 // indirect
122-
golang.org/x/term v0.32.0 // indirect
123-
golang.org/x/text v0.26.0 // indirect
120+
golang.org/x/sync v0.16.0 // indirect
121+
golang.org/x/sys v0.35.0 // indirect
122+
golang.org/x/telemetry v0.0.0-20250710130107-8d8967aff50b // indirect
123+
golang.org/x/term v0.34.0 // indirect
124+
golang.org/x/text v0.28.0 // indirect
124125
golang.org/x/time v0.12.0 // indirect
125-
golang.org/x/tools v0.34.0 // indirect
126+
golang.org/x/tools v0.35.0 // indirect
127+
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
128+
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
126129
golang.org/x/vuln v1.1.4 // indirect
127130
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
128131
google.golang.org/api v0.237.0 // indirect

0 commit comments

Comments
 (0)