Skip to content

Commit 8e8ef0d

Browse files
[main](go): Bump the dependencies group across 1 directory with 9 updates (#3597)
Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [code.cloudfoundry.org/bytefmt](https://github.com/cloudfoundry/bytefmt) | `0.52.0` | `0.54.0` | | [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.49.0` | `1.51.0` | | [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) | `3.49.0` | `3.51.0` | | [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.17` | `0.0.19` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.42.0` | `0.43.0` | Updates `code.cloudfoundry.org/bytefmt` from 0.52.0 to 0.54.0 - [Release notes](https://github.com/cloudfoundry/bytefmt/releases) - [Commits](cloudfoundry/bytefmt@v0.52.0...v0.54.0) Updates `code.cloudfoundry.org/clock` from 1.49.0 to 1.51.0 - [Release notes](https://github.com/cloudfoundry/clock/releases) - [Commits](cloudfoundry/clock@v1.49.0...v1.51.0) Updates `code.cloudfoundry.org/lager/v3` from 3.49.0 to 3.51.0 - [Release notes](https://github.com/cloudfoundry/lager/releases) - [Commits](cloudfoundry/lager@v3.49.0...v3.51.0) Updates `github.com/mattn/go-runewidth` from 0.0.17 to 0.0.19 - [Commits](mattn/go-runewidth@v0.0.17...v0.0.19) Updates `github.com/onsi/ginkgo/v2` from 2.25.3 to 2.26.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.25.3...v2.26.0) Updates `golang.org/x/crypto` from 0.42.0 to 0.43.0 - [Commits](golang/crypto@v0.42.0...v0.43.0) Updates `golang.org/x/net` from 0.44.0 to 0.45.0 - [Commits](golang/net@v0.44.0...v0.45.0) Updates `golang.org/x/term` from 0.35.0 to 0.36.0 - [Commits](golang/term@v0.35.0...v0.36.0) Updates `golang.org/x/text` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/bytefmt dependency-version: 0.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: code.cloudfoundry.org/clock dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: code.cloudfoundry.org/lager/v3 dependency-version: 3.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/mattn/go-runewidth dependency-version: 0.0.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/crypto dependency-version: 0.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/net dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/term dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/text dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7346ab0 commit 8e8ef0d

File tree

2 files changed

+58
-36
lines changed

2 files changed

+58
-36
lines changed

go.mod

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

55
require (
6-
code.cloudfoundry.org/bytefmt v0.52.0
6+
code.cloudfoundry.org/bytefmt v0.54.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.49.0
10+
code.cloudfoundry.org/clock v1.51.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.49.0
16+
code.cloudfoundry.org/lager/v3 v3.51.0
1717
code.cloudfoundry.org/tlsconfig v0.35.0
1818
code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d
1919
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2
@@ -28,22 +28,22 @@ require (
2828
github.com/jessevdk/go-flags v1.6.1
2929
github.com/lunixbochs/vtclean v1.0.0
3030
github.com/mattn/go-colorable v0.1.14
31-
github.com/mattn/go-runewidth v0.0.17
31+
github.com/mattn/go-runewidth v0.0.19
3232
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.0
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.25.3
35+
github.com/onsi/ginkgo/v2 v2.26.0
3636
github.com/onsi/gomega v1.38.2
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
4040
github.com/sirupsen/logrus v1.9.3
4141
github.com/tedsuo/rata v1.0.1-0.20170830210128-07d200713958
4242
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec
43-
golang.org/x/crypto v0.42.0
44-
golang.org/x/net v0.44.0
45-
golang.org/x/term v0.35.0
46-
golang.org/x/text v0.29.0
43+
golang.org/x/crypto v0.43.0
44+
golang.org/x/net v0.45.0
45+
golang.org/x/term v0.36.0
46+
golang.org/x/text v0.30.0
4747
gopkg.in/cheggaaa/pb.v1 v1.0.28
4848
gopkg.in/yaml.v2 v2.4.0
4949
k8s.io/apimachinery v0.34.1
@@ -57,6 +57,7 @@ require (
5757
github.com/bmatcuk/doublestar v1.3.4 // indirect
5858
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40 // indirect
5959
github.com/charlievieth/fs v0.0.3 // indirect
60+
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
6061
github.com/cloudfoundry/bosh-utils v0.0.397 // indirect
6162
github.com/cppforlife/go-patch v0.1.0 // indirect
6263
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -66,7 +67,7 @@ require (
6667
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
6768
github.com/gogo/protobuf v1.3.2 // indirect
6869
github.com/google/go-cmp v0.7.0 // indirect
69-
github.com/google/pprof v0.0.0-20250919162441-8b542baf5bcf // indirect
70+
github.com/google/pprof v0.0.0-20251002213607-436353cc1ee6 // indirect
7071
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
7172
github.com/json-iterator/go v1.1.12 // indirect
7273
github.com/kr/pty v1.1.8 // indirect
@@ -76,7 +77,6 @@ require (
7677
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7778
github.com/opencontainers/go-digest v1.0.0 // indirect
7879
github.com/openzipkin/zipkin-go v0.4.3 // indirect
79-
github.com/rivo/uniseg v0.2.0 // indirect
8080
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
@@ -85,7 +85,7 @@ require (
8585
golang.org/x/mod v0.28.0 // indirect
8686
golang.org/x/oauth2 v0.27.0 // indirect
8787
golang.org/x/sync v0.17.0 // indirect
88-
golang.org/x/sys v0.36.0 // indirect
88+
golang.org/x/sys v0.37.0 // indirect
8989
golang.org/x/time v0.9.0 // indirect
9090
golang.org/x/tools v0.37.0 // indirect
9191
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect

0 commit comments

Comments
 (0)