Skip to content

Commit ea03d3f

Browse files
Bump the go-deps group across 1 directory with 9 updates
Bumps the go-deps group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/fluxcd/cli-utils](https://github.com/fluxcd/cli-utils) | `0.36.0-flux.15` | `0.37.0-flux.1` | | [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) | `1.23.0` | `1.24.0` | | [github.com/fluxcd/pkg/auth](https://github.com/fluxcd/pkg) | `0.33.0` | `0.34.0` | | [github.com/fluxcd/pkg/chartutil](https://github.com/fluxcd/pkg) | `1.17.0` | `1.19.0` | | [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.91.0` | `0.93.0` | | [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.61.0` | `0.62.0` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.38.2` | `1.39.0` | | [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.0` | `1.27.1` | | [golang.org/x/text](https://github.com/golang/text) | `0.31.0` | `0.32.0` | Updates `github.com/fluxcd/cli-utils` from 0.36.0-flux.15 to 0.37.0-flux.1 - [Commits](fluxcd/cli-utils@v0.36.0-flux.15...v0.37.0-flux.1) Updates `github.com/fluxcd/pkg/apis/meta` from 1.23.0 to 1.24.0 - [Commits](fluxcd/pkg@apis/meta/v1.23.0...apis/meta/v1.24.0) Updates `github.com/fluxcd/pkg/auth` from 0.33.0 to 0.34.0 - [Commits](fluxcd/pkg@git/v0.33.0...git/v0.34.0) Updates `github.com/fluxcd/pkg/chartutil` from 1.17.0 to 1.19.0 - [Commits](fluxcd/pkg@apis/meta/v1.17.0...apis/meta/v1.19.0) Updates `github.com/fluxcd/pkg/runtime` from 0.91.0 to 0.93.0 - [Commits](fluxcd/pkg@runtime/v0.91.0...runtime/v0.93.0) Updates `github.com/fluxcd/pkg/ssa` from 0.61.0 to 0.62.0 - [Commits](fluxcd/pkg@ssa/v0.61.0...ssa/v0.62.0) Updates `github.com/onsi/gomega` from 1.38.2 to 1.39.0 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.38.2...v1.39.0) Updates `go.uber.org/zap` from 1.27.0 to 1.27.1 - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](uber-go/zap@v1.27.0...v1.27.1) Updates `golang.org/x/text` from 0.31.0 to 0.32.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: github.com/fluxcd/cli-utils dependency-version: 0.37.0-flux.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/fluxcd/pkg/apis/meta dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/fluxcd/pkg/auth dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/fluxcd/pkg/chartutil dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/fluxcd/pkg/runtime dependency-version: 0.93.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/fluxcd/pkg/ssa dependency-version: 0.62.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/onsi/gomega dependency-version: 1.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: go.uber.org/zap dependency-version: 1.27.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: golang.org/x/text dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 865b5a6 commit ea03d3f

File tree

2 files changed

+77
-98
lines changed

2 files changed

+77
-98
lines changed

go.mod

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -16,38 +16,38 @@ replace (
1616

1717
require (
1818
github.com/Masterminds/semver/v3 v3.4.0
19-
github.com/fluxcd/cli-utils v0.36.0-flux.15
19+
github.com/fluxcd/cli-utils v0.37.0-flux.1
2020
github.com/fluxcd/helm-controller/api v1.4.0
2121
github.com/fluxcd/pkg/apis/acl v0.9.0
2222
github.com/fluxcd/pkg/apis/event v0.21.0
2323
github.com/fluxcd/pkg/apis/kustomize v1.14.0
24-
github.com/fluxcd/pkg/apis/meta v1.23.0
25-
github.com/fluxcd/pkg/auth v0.33.0
24+
github.com/fluxcd/pkg/apis/meta v1.24.0
25+
github.com/fluxcd/pkg/auth v0.34.0
2626
github.com/fluxcd/pkg/cache v0.12.0
27-
github.com/fluxcd/pkg/chartutil v1.17.0
28-
github.com/fluxcd/pkg/runtime v0.91.0
29-
github.com/fluxcd/pkg/ssa v0.61.0
27+
github.com/fluxcd/pkg/chartutil v1.19.0
28+
github.com/fluxcd/pkg/runtime v0.93.0
29+
github.com/fluxcd/pkg/ssa v0.62.0
3030
github.com/fluxcd/pkg/testserver v0.13.0
3131
github.com/fluxcd/source-controller/api v1.7.2
3232
github.com/go-logr/logr v1.4.3
3333
github.com/google/cel-go v0.26.1
3434
github.com/google/go-cmp v0.7.0
3535
github.com/hashicorp/go-retryablehttp v0.7.8
3636
github.com/mitchellh/copystructure v1.2.0
37-
github.com/onsi/gomega v1.38.2
37+
github.com/onsi/gomega v1.39.0
3838
github.com/opencontainers/go-digest v1.0.1-0.20231025023718-d50d2fec9c98
3939
github.com/opencontainers/go-digest/blake3 v0.0.0-20250116041648-1e56c6daea3b
4040
github.com/spf13/pflag v1.0.10
4141
github.com/wI2L/jsondiff v0.7.0
42-
go.uber.org/zap v1.27.0
43-
golang.org/x/text v0.31.0
42+
go.uber.org/zap v1.27.1
43+
golang.org/x/text v0.32.0
4444
helm.sh/helm/v3 v3.19.2
45-
k8s.io/api v0.34.2
46-
k8s.io/apiextensions-apiserver v0.34.2
47-
k8s.io/apimachinery v0.34.2
48-
k8s.io/cli-runtime v0.34.2
49-
k8s.io/client-go v0.34.2
50-
k8s.io/kubectl v0.34.2
45+
k8s.io/api v0.35.0
46+
k8s.io/apiextensions-apiserver v0.35.0
47+
k8s.io/apimachinery v0.35.0
48+
k8s.io/cli-runtime v0.35.0
49+
k8s.io/client-go v0.35.0
50+
k8s.io/kubectl v0.35.0
5151
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
5252
sigs.k8s.io/controller-runtime v0.22.4
5353
sigs.k8s.io/kustomize/api v0.21.0
@@ -107,7 +107,7 @@ require (
107107
github.com/evanphx/json-patch v5.9.11+incompatible // indirect
108108
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
109109
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
110-
github.com/fatih/color v1.16.0 // indirect
110+
github.com/fatih/color v1.18.0 // indirect
111111
github.com/felixge/httpsnoop v1.0.4 // indirect
112112
github.com/fsnotify/fsnotify v1.9.0 // indirect
113113
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
@@ -130,7 +130,6 @@ require (
130130
github.com/go-openapi/swag/typeutils v0.24.0 // indirect
131131
github.com/go-openapi/swag/yamlutils v0.24.0 // indirect
132132
github.com/gobwas/glob v0.2.3 // indirect
133-
github.com/gogo/protobuf v1.3.2 // indirect
134133
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
135134
github.com/google/btree v1.1.3 // indirect
136135
github.com/google/gnostic-models v0.7.0 // indirect
@@ -139,7 +138,6 @@ require (
139138
github.com/google/uuid v1.6.0 // indirect
140139
github.com/googleapis/enterprise-certificate-proxy v0.3.7 // indirect
141140
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
142-
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
143141
github.com/gosuri/uitable v0.0.4 // indirect
144142
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
145143
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -164,13 +162,11 @@ require (
164162
github.com/mitchellh/go-homedir v1.1.0 // indirect
165163
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
166164
github.com/mitchellh/reflectwalk v1.0.2 // indirect
167-
github.com/moby/spdystream v0.5.0 // indirect
168165
github.com/moby/term v0.5.2 // indirect
169166
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
170167
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
171168
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
172169
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
173-
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
174170
github.com/opencontainers/image-spec v1.1.1 // indirect
175171
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
176172
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
@@ -204,12 +200,12 @@ require (
204200
go.uber.org/multierr v1.11.0 // indirect
205201
go.yaml.in/yaml/v2 v2.4.3 // indirect
206202
go.yaml.in/yaml/v3 v3.0.4 // indirect
207-
golang.org/x/crypto v0.44.0 // indirect
203+
golang.org/x/crypto v0.45.0 // indirect
208204
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect
209205
golang.org/x/net v0.47.0 // indirect
210206
golang.org/x/oauth2 v0.33.0 // indirect
211-
golang.org/x/sync v0.18.0 // indirect
212-
golang.org/x/sys v0.38.0 // indirect
207+
golang.org/x/sync v0.19.0 // indirect
208+
golang.org/x/sys v0.39.0 // indirect
213209
golang.org/x/term v0.37.0 // indirect
214210
golang.org/x/time v0.14.0 // indirect
215211
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
@@ -222,10 +218,11 @@ require (
222218
gopkg.in/inf.v0 v0.9.1 // indirect
223219
gopkg.in/yaml.v3 v3.0.1 // indirect
224220
gotest.tools/v3 v3.4.0 // indirect
225-
k8s.io/apiserver v0.34.2 // indirect
226-
k8s.io/component-base v0.34.2 // indirect
221+
helm.sh/helm/v4 v4.0.4 // indirect
222+
k8s.io/apiserver v0.35.0 // indirect
223+
k8s.io/component-base v0.35.0 // indirect
227224
k8s.io/klog/v2 v2.130.1 // indirect
228-
k8s.io/kube-openapi v0.0.0-20250814151709-d7b6acb124c3 // indirect
225+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
229226
oras.land/oras-go/v2 v2.6.0 // indirect
230227
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
231228
sigs.k8s.io/randfill v1.0.0 // indirect

0 commit comments

Comments
 (0)