Skip to content

Commit a83803b

Browse files
Build(deps): bump the gomod-backward-compatible group across 1 directory with 8 updates
Bumps the gomod-backward-compatible group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.4.2` | `1.4.3` | | [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault) | `0.15.2` | `0.17.0` | | [github.com/operator-framework/operator-lib](https://github.com/operator-framework/operator-lib) | `0.17.0` | `0.18.0` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.32.3` | `0.33.1` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.3` | `0.33.1` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.20.4` | `0.21.0` | Updates `github.com/go-logr/logr` from 1.4.2 to 1.4.3 - [Release notes](https://github.com/go-logr/logr/releases) - [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md) - [Commits](go-logr/logr@v1.4.2...v1.4.3) Updates `github.com/hashicorp/vault/sdk` from 0.15.2 to 0.17.0 - [Release notes](https://github.com/hashicorp/vault/releases) - [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v1.10-v1.15.md) - [Commits](hashicorp/vault@sdk/v0.15.2...sdk/v0.17.0) Updates `github.com/operator-framework/operator-lib` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/operator-framework/operator-lib/releases) - [Commits](operator-framework/operator-lib@v0.17.0...v0.18.0) Updates `github.com/prometheus/client_golang` from 1.21.1 to 1.22.0 - [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.21.1...v1.22.0) Updates `k8s.io/api` from 0.32.3 to 0.33.1 - [Commits](kubernetes/api@v0.32.3...v0.33.1) Updates `k8s.io/apimachinery` from 0.32.3 to 0.33.1 - [Commits](kubernetes/apimachinery@v0.32.3...v0.33.1) Updates `k8s.io/client-go` from 0.32.3 to 0.33.1 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.32.3...v0.33.1) Updates `sigs.k8s.io/controller-runtime` from 0.20.4 to 0.21.0 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.20.4...v0.21.0) --- updated-dependencies: - dependency-name: github.com/go-logr/logr dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: github.com/hashicorp/vault/sdk dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: github.com/operator-framework/operator-lib dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: github.com/prometheus/client_golang dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: k8s.io/api dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: k8s.io/apimachinery dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: k8s.io/client-go dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0415137 commit a83803b

File tree

2 files changed

+93
-90
lines changed

2 files changed

+93
-90
lines changed

go.mod

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
module github.com/hashicorp/vault-k8s
22

3-
go 1.23.6
3+
go 1.24.0
44

55
toolchain go1.24.1
66

77
require (
88
github.com/cenkalti/backoff/v4 v4.3.0
99
github.com/evanphx/json-patch v5.9.11+incompatible
10-
github.com/go-logr/logr v1.4.2
10+
github.com/go-logr/logr v1.4.3
1111
github.com/hashicorp/go-hclog v1.6.3
1212
github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0
1313
github.com/hashicorp/go-secure-stdlib/tlsutil v0.1.3
14-
github.com/hashicorp/vault/sdk v0.15.2
14+
github.com/hashicorp/vault/sdk v0.18.0
1515
github.com/kelseyhightower/envconfig v1.4.0
1616
github.com/kr/text v0.2.0
1717
github.com/mitchellh/cli v1.1.5
18-
github.com/operator-framework/operator-lib v0.17.0
18+
github.com/operator-framework/operator-lib v0.18.0
1919
github.com/pkg/errors v0.9.1
20-
github.com/prometheus/client_golang v1.21.1
20+
github.com/prometheus/client_golang v1.22.0
2121
github.com/radovskyb/watcher v1.0.7
2222
github.com/stretchr/testify v1.10.0
23-
k8s.io/api v0.32.3
24-
k8s.io/apimachinery v0.32.3
25-
k8s.io/client-go v0.32.3
23+
k8s.io/api v0.33.1
24+
k8s.io/apimachinery v0.33.1
25+
k8s.io/client-go v0.33.1
2626
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
27-
sigs.k8s.io/controller-runtime v0.20.4
27+
sigs.k8s.io/controller-runtime v0.21.0
2828
)
2929

3030
require (
3131
github.com/Masterminds/goutils v1.1.1 // indirect
32-
github.com/Masterminds/semver/v3 v3.2.1 // indirect
32+
github.com/Masterminds/semver/v3 v3.3.1 // indirect
3333
github.com/Masterminds/sprig/v3 v3.2.1 // indirect
3434
github.com/armon/go-radix v1.0.0 // indirect
3535
github.com/beorn7/perks v1.0.1 // indirect
@@ -38,29 +38,26 @@ require (
3838
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3939
github.com/emicklei/go-restful/v3 v3.11.2 // indirect
4040
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
41-
github.com/fatih/color v1.17.0 // indirect
41+
github.com/fatih/color v1.18.0 // indirect
4242
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
4343
github.com/go-openapi/jsonpointer v0.21.0 // indirect
4444
github.com/go-openapi/jsonreference v0.20.4 // indirect
4545
github.com/go-openapi/swag v0.23.0 // indirect
4646
github.com/gogo/protobuf v1.3.2 // indirect
47-
github.com/golang/protobuf v1.5.4 // indirect
48-
github.com/google/gnostic-models v0.6.8 // indirect
49-
github.com/google/go-cmp v0.6.0 // indirect
50-
github.com/google/gofuzz v1.2.0 // indirect
47+
github.com/google/gnostic-models v0.6.9 // indirect
48+
github.com/google/go-cmp v0.7.0 // indirect
5149
github.com/google/uuid v1.6.0 // indirect
5250
github.com/hashicorp/errwrap v1.1.0 // indirect
5351
github.com/hashicorp/go-multierror v1.1.1 // indirect
5452
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
55-
github.com/hashicorp/go-sockaddr v1.0.6 // indirect
53+
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
5654
github.com/huandu/xstrings v1.3.2 // indirect
5755
github.com/imdario/mergo v0.3.16 // indirect
5856
github.com/josharian/intern v1.0.0 // indirect
5957
github.com/json-iterator/go v1.1.12 // indirect
60-
github.com/klauspost/compress v1.17.11 // indirect
6158
github.com/kylelemons/godebug v1.1.0 // indirect
6259
github.com/mailru/easyjson v0.7.7 // indirect
63-
github.com/mattn/go-colorable v0.1.13 // indirect
60+
github.com/mattn/go-colorable v0.1.14 // indirect
6461
github.com/mattn/go-isatty v0.0.20 // indirect
6562
github.com/mitchellh/copystructure v1.2.0 // indirect
6663
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -70,28 +67,29 @@ require (
7067
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7168
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
7269
github.com/posener/complete v1.2.1 // indirect
73-
github.com/prometheus/client_model v0.6.1 // indirect
70+
github.com/prometheus/client_model v0.6.2 // indirect
7471
github.com/prometheus/common v0.62.0 // indirect
7572
github.com/prometheus/procfs v0.15.1 // indirect
7673
github.com/ryanuber/go-glob v1.0.0 // indirect
7774
github.com/shopspring/decimal v1.4.0 // indirect
7875
github.com/spf13/cast v1.3.1 // indirect
79-
github.com/spf13/pflag v1.0.5 // indirect
76+
github.com/spf13/pflag v1.0.6 // indirect
8077
github.com/x448/float16 v0.8.4 // indirect
8178
golang.org/x/crypto v0.36.0 // indirect
8279
golang.org/x/net v0.38.0 // indirect
83-
golang.org/x/oauth2 v0.27.0 // indirect
84-
golang.org/x/sys v0.31.0 // indirect
80+
golang.org/x/oauth2 v0.28.0 // indirect
81+
golang.org/x/sys v0.32.0 // indirect
8582
golang.org/x/term v0.30.0 // indirect
8683
golang.org/x/text v0.23.0 // indirect
87-
golang.org/x/time v0.9.0 // indirect
88-
google.golang.org/protobuf v1.36.3 // indirect
84+
golang.org/x/time v0.10.0 // indirect
85+
google.golang.org/protobuf v1.36.6 // indirect
8986
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
9087
gopkg.in/inf.v0 v0.9.1 // indirect
9188
gopkg.in/yaml.v3 v3.0.1 // indirect
9289
k8s.io/klog/v2 v2.130.1 // indirect
93-
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
90+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
9491
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
95-
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
92+
sigs.k8s.io/randfill v1.0.0 // indirect
93+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
9694
sigs.k8s.io/yaml v1.4.0 // indirect
9795
)

0 commit comments

Comments
 (0)