Skip to content

Commit 57af794

Browse files
Bump the go-deps group across 1 directory with 5 updates
Bumps the go-deps group with 4 updates in the / directory: [github.com/fluxcd/cli-utils](https://github.com/fluxcd/cli-utils), [github.com/fluxcd/pkg/auth](https://github.com/fluxcd/pkg), [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) and [github.com/google/cel-go](https://github.com/google/cel-go). Updates `github.com/fluxcd/cli-utils` from 0.37.2-flux.1 to 1.0.0 - [Release notes](https://github.com/fluxcd/cli-utils/releases) - [Commits](fluxcd/cli-utils@v0.37.2-flux.1...v1.0.0) Updates `github.com/fluxcd/pkg/auth` from 0.40.0 to 0.41.0 - [Commits](fluxcd/pkg@git/v0.40.0...git/v0.41.0) Updates `github.com/fluxcd/pkg/ssa` from 0.70.0 to 0.71.0 - [Commits](fluxcd/pkg@ssa/v0.70.0...ssa/v0.71.0) Updates `github.com/google/cel-go` from 0.26.1 to 0.28.0 - [Release notes](https://github.com/google/cel-go/releases) - [Commits](google/cel-go@v0.26.1...v0.28.0) Updates `golang.org/x/text` from 0.34.0 to 0.35.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: github.com/fluxcd/cli-utils dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: go-deps - dependency-name: github.com/fluxcd/pkg/auth dependency-version: 0.41.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.71.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/google/cel-go dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: golang.org/x/text dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ff9f17 commit 57af794

2 files changed

Lines changed: 70 additions & 75 deletions

File tree

go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ replace (
1919

2020
require (
2121
github.com/Masterminds/semver/v3 v3.4.0
22-
github.com/fluxcd/cli-utils v0.37.2-flux.1
22+
github.com/fluxcd/cli-utils v1.0.0
2323
github.com/fluxcd/helm-controller/api v1.5.0
2424
github.com/fluxcd/pkg/apis/acl v0.9.0
2525
github.com/fluxcd/pkg/apis/event v0.25.0
2626
github.com/fluxcd/pkg/apis/kustomize v1.16.0
2727
github.com/fluxcd/pkg/apis/meta v1.26.0
28-
github.com/fluxcd/pkg/auth v0.40.0
28+
github.com/fluxcd/pkg/auth v0.41.0
2929
github.com/fluxcd/pkg/cache v0.13.0
3030
github.com/fluxcd/pkg/chartutil v1.23.0
3131
github.com/fluxcd/pkg/runtime v0.103.0
32-
github.com/fluxcd/pkg/ssa v0.70.0
32+
github.com/fluxcd/pkg/ssa v0.71.0
3333
github.com/fluxcd/pkg/testserver v0.13.0
3434
github.com/fluxcd/source-controller/api v1.8.0
3535
github.com/go-logr/logr v1.4.3
36-
github.com/google/cel-go v0.26.1
36+
github.com/google/cel-go v0.28.0
3737
github.com/google/go-cmp v0.7.0
3838
github.com/hashicorp/go-retryablehttp v0.7.8
3939
github.com/mitchellh/copystructure v1.2.0
@@ -43,14 +43,14 @@ require (
4343
github.com/spf13/pflag v1.0.10
4444
github.com/wI2L/jsondiff v0.7.0
4545
go.uber.org/zap v1.27.1
46-
golang.org/x/text v0.34.0
46+
golang.org/x/text v0.35.0
4747
helm.sh/helm/v4 v4.1.3
48-
k8s.io/api v0.35.2
49-
k8s.io/apiextensions-apiserver v0.35.2
50-
k8s.io/apimachinery v0.35.2
51-
k8s.io/cli-runtime v0.35.2
52-
k8s.io/client-go v0.35.2
53-
k8s.io/kubectl v0.35.2
48+
k8s.io/api v0.35.3
49+
k8s.io/apiextensions-apiserver v0.35.3
50+
k8s.io/apimachinery v0.35.3
51+
k8s.io/cli-runtime v0.35.3
52+
k8s.io/client-go v0.35.3
53+
k8s.io/kubectl v0.35.3
5454
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
5555
sigs.k8s.io/controller-runtime v0.23.3
5656
sigs.k8s.io/kustomize/api v0.21.1
@@ -59,7 +59,7 @@ require (
5959
)
6060

6161
require (
62-
cel.dev/expr v0.24.0 // indirect
62+
cel.dev/expr v0.25.1 // indirect
6363
cloud.google.com/go/auth v0.18.0 // indirect
6464
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
6565
cloud.google.com/go/compute/metadata v0.9.0 // indirect
@@ -96,6 +96,7 @@ require (
9696
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.13 // indirect
9797
github.com/aws/aws-sdk-go-v2/service/sts v1.41.6 // indirect
9898
github.com/aws/smithy-go v1.24.0 // indirect
99+
github.com/aws/smithy-go/aws-http-auth v1.1.3 // indirect
99100
github.com/beorn7/perks v1.0.1 // indirect
100101
github.com/blang/semver/v4 v4.0.0 // indirect
101102
github.com/cespare/xxhash/v2 v2.3.0 // indirect
@@ -186,7 +187,6 @@ require (
186187
github.com/sirupsen/logrus v1.9.3 // indirect
187188
github.com/spf13/cast v1.7.0 // indirect
188189
github.com/spf13/cobra v1.10.2 // indirect
189-
github.com/stoewer/go-strcase v1.3.0 // indirect
190190
github.com/stretchr/testify v1.11.1 // indirect
191191
github.com/tetratelabs/wabin v0.0.0-20230304001439-f6f874872834 // indirect
192192
github.com/tetratelabs/wazero v1.11.0 // indirect
@@ -206,14 +206,14 @@ require (
206206
go.uber.org/multierr v1.11.0 // indirect
207207
go.yaml.in/yaml/v2 v2.4.3 // indirect
208208
go.yaml.in/yaml/v3 v3.0.4 // indirect
209-
golang.org/x/crypto v0.47.0 // indirect
209+
golang.org/x/crypto v0.49.0 // indirect
210210
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect
211-
golang.org/x/net v0.49.0 // indirect
212-
golang.org/x/oauth2 v0.34.0 // indirect
213-
golang.org/x/sync v0.19.0 // indirect
214-
golang.org/x/sys v0.40.0 // indirect
215-
golang.org/x/term v0.39.0 // indirect
216-
golang.org/x/time v0.14.0 // indirect
211+
golang.org/x/net v0.52.0 // indirect
212+
golang.org/x/oauth2 v0.36.0 // indirect
213+
golang.org/x/sync v0.20.0 // indirect
214+
golang.org/x/sys v0.42.0 // indirect
215+
golang.org/x/term v0.41.0 // indirect
216+
golang.org/x/time v0.15.0 // indirect
217217
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
218218
google.golang.org/api v0.261.0 // indirect
219219
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
@@ -224,8 +224,8 @@ require (
224224
gopkg.in/inf.v0 v0.9.1 // indirect
225225
gopkg.in/yaml.v3 v3.0.1 // indirect
226226
gotest.tools/v3 v3.4.0 // indirect
227-
k8s.io/apiserver v0.35.2 // indirect
228-
k8s.io/component-base v0.35.2 // indirect
227+
k8s.io/apiserver v0.35.3 // indirect
228+
k8s.io/component-base v0.35.3 // indirect
229229
k8s.io/klog/v2 v2.130.1 // indirect
230230
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
231231
oras.land/oras-go/v2 v2.6.0 // indirect

0 commit comments

Comments
 (0)