Skip to content

Commit ea1ca24

Browse files
[v8](go): Bump the dependencies group across 1 directory with 8 updates
Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [code.cloudfoundry.org/bytefmt](https://github.com/cloudfoundry/bytefmt) | `0.47.0` | `0.48.0` | | [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.43.0` | `1.45.0` | | [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) | `3.44.0` | `3.45.0` | | [code.cloudfoundry.org/tlsconfig](https://github.com/cloudfoundry/tlsconfig) | `0.33.0` | `0.34.0` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.33.4` | `0.34.0` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.33.4` | `0.34.0` | Updates `code.cloudfoundry.org/bytefmt` from 0.47.0 to 0.48.0 - [Release notes](https://github.com/cloudfoundry/bytefmt/releases) - [Commits](cloudfoundry/bytefmt@v0.47.0...v0.48.0) Updates `code.cloudfoundry.org/clock` from 1.43.0 to 1.45.0 - [Release notes](https://github.com/cloudfoundry/clock/releases) - [Commits](cloudfoundry/clock@v1.43.0...v1.45.0) Updates `code.cloudfoundry.org/lager/v3` from 3.44.0 to 3.45.0 - [Release notes](https://github.com/cloudfoundry/lager/releases) - [Commits](cloudfoundry/lager@v3.44.0...v3.45.0) Updates `code.cloudfoundry.org/tlsconfig` from 0.33.0 to 0.34.0 - [Release notes](https://github.com/cloudfoundry/tlsconfig/releases) - [Commits](cloudfoundry/tlsconfig@v0.33.0...v0.34.0) Updates `github.com/onsi/ginkgo/v2` from 2.24.0 to 2.25.1 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.24.0...v2.25.1) Updates `github.com/onsi/gomega` from 1.38.0 to 1.38.1 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.38.0...v1.38.1) Updates `k8s.io/apimachinery` from 0.33.4 to 0.34.0 - [Commits](kubernetes/apimachinery@v0.33.4...v0.34.0) Updates `k8s.io/client-go` from 0.33.4 to 0.34.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.33.4...v0.34.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/bytefmt dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: code.cloudfoundry.org/clock dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: code.cloudfoundry.org/lager/v3 dependency-version: 3.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: code.cloudfoundry.org/tlsconfig dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/onsi/gomega dependency-version: 1.38.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: k8s.io/apimachinery dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: k8s.io/client-go dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f2a431 commit ea1ca24

2 files changed

Lines changed: 67 additions & 63 deletions

File tree

go.mod

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ module code.cloudfoundry.org/cli
33
go 1.25.0
44

55
require (
6-
code.cloudfoundry.org/bytefmt v0.47.0
6+
code.cloudfoundry.org/bytefmt v0.48.0
77
code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6
88
code.cloudfoundry.org/cli-plugin-repo v0.0.0-20200304195157-af98c4be9b85
99
code.cloudfoundry.org/cli/integration/assets/hydrabroker v0.0.0-20201002233634-81722a1144e4
10-
code.cloudfoundry.org/clock v1.43.0
10+
code.cloudfoundry.org/clock v1.45.0
1111
code.cloudfoundry.org/diego-ssh v0.0.0-20230810200140-af9d79fe9c82
1212
code.cloudfoundry.org/go-log-cache/v2 v2.0.7
1313
code.cloudfoundry.org/go-loggregator/v9 v9.2.1
1414
code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f
1515
code.cloudfoundry.org/jsonry v1.1.4
16-
code.cloudfoundry.org/lager/v3 v3.44.0
17-
code.cloudfoundry.org/tlsconfig v0.33.0
16+
code.cloudfoundry.org/lager/v3 v3.45.0
17+
code.cloudfoundry.org/tlsconfig v0.34.0
1818
code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d
1919
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2
2020
github.com/blang/semver/v4 v4.0.0
@@ -32,8 +32,8 @@ require (
3232
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.3
3333
github.com/moby/term v0.5.2
3434
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
35-
github.com/onsi/ginkgo/v2 v2.24.0
36-
github.com/onsi/gomega v1.38.0
35+
github.com/onsi/ginkgo/v2 v2.25.1
36+
github.com/onsi/gomega v1.38.1
3737
github.com/pkg/errors v0.9.1
3838
github.com/sabhiram/go-gitignore v0.0.0-20171017070213-362f9845770f
3939
github.com/sajari/fuzzy v1.0.0
@@ -46,8 +46,8 @@ require (
4646
golang.org/x/text v0.28.0
4747
gopkg.in/cheggaaa/pb.v1 v1.0.28
4848
gopkg.in/yaml.v2 v2.4.0
49-
k8s.io/apimachinery v0.33.4
50-
k8s.io/client-go v0.33.4
49+
k8s.io/apimachinery v0.34.0
50+
k8s.io/client-go v0.34.0
5151
)
5252

5353
require (
@@ -61,25 +61,27 @@ require (
6161
github.com/cppforlife/go-patch v0.1.0 // indirect
6262
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6363
github.com/fsnotify/fsnotify v1.6.0 // indirect
64-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
64+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
6565
github.com/go-logr/logr v1.4.3 // indirect
6666
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
6767
github.com/gogo/protobuf v1.3.2 // indirect
6868
github.com/google/go-cmp v0.7.0 // indirect
69-
github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5 // indirect
69+
github.com/google/pprof v0.0.0-20250820193118-f64d9cf942d6 // indirect
7070
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
7171
github.com/json-iterator/go v1.1.12 // indirect
7272
github.com/kr/pty v1.1.8 // indirect
7373
github.com/mattn/go-isatty v0.0.20 // indirect
7474
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
75-
github.com/modern-go/reflect2 v1.0.2 // indirect
75+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
7676
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7777
github.com/opencontainers/go-digest v1.0.0 // indirect
7878
github.com/openzipkin/zipkin-go v0.4.3 // indirect
7979
github.com/rivo/uniseg v0.2.0 // indirect
80-
github.com/spf13/pflag v1.0.5 // indirect
80+
github.com/spf13/pflag v1.0.6 // indirect
8181
github.com/x448/float16 v0.8.4 // indirect
8282
go.uber.org/automaxprocs v1.6.0 // indirect
83+
go.yaml.in/yaml/v2 v2.4.2 // indirect
84+
go.yaml.in/yaml/v3 v3.0.4 // indirect
8385
golang.org/x/mod v0.27.0 // indirect
8486
golang.org/x/oauth2 v0.27.0 // indirect
8587
golang.org/x/sync v0.16.0 // indirect
@@ -90,13 +92,12 @@ require (
9092
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
9193
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
9294
google.golang.org/grpc v1.63.2 // indirect
93-
google.golang.org/protobuf v1.36.6 // indirect
95+
google.golang.org/protobuf v1.36.7 // indirect
9496
gopkg.in/inf.v0 v0.9.1 // indirect
95-
gopkg.in/yaml.v3 v3.0.1 // indirect
9697
k8s.io/klog/v2 v2.130.1 // indirect
97-
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
98-
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
98+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
99+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
99100
sigs.k8s.io/randfill v1.0.0 // indirect
100-
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
101-
sigs.k8s.io/yaml v1.4.0 // indirect
101+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
102+
sigs.k8s.io/yaml v1.6.0 // indirect
102103
)

0 commit comments

Comments
 (0)