Skip to content

Commit 5269ce8

Browse files
[main](go): Bump the dependencies group with 8 updates (#3330)
Bumps the dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [code.cloudfoundry.org/bytefmt](https://github.com/cloudfoundry/bytefmt) | `0.20.0` | `0.21.0` | | [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.23.0` | `1.24.0` | | [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) | `3.17.0` | `3.18.0` | | [code.cloudfoundry.org/tlsconfig](https://github.com/cloudfoundry/tlsconfig) | `0.11.0` | `0.12.0` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.36.0` | `1.36.1` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.30.0` | `0.31.0` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.31.3` | `0.32.0` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.3` | `0.32.0` | Updates `code.cloudfoundry.org/bytefmt` from 0.20.0 to 0.21.0 - [Release notes](https://github.com/cloudfoundry/bytefmt/releases) - [Commits](cloudfoundry/bytefmt@v0.20.0...v0.21.0) Updates `code.cloudfoundry.org/clock` from 1.23.0 to 1.24.0 - [Release notes](https://github.com/cloudfoundry/clock/releases) - [Commits](cloudfoundry/clock@v1.23.0...v1.24.0) Updates `code.cloudfoundry.org/lager/v3` from 3.17.0 to 3.18.0 - [Release notes](https://github.com/cloudfoundry/lager/releases) - [Commits](cloudfoundry/lager@v3.17.0...v3.18.0) Updates `code.cloudfoundry.org/tlsconfig` from 0.11.0 to 0.12.0 - [Release notes](https://github.com/cloudfoundry/tlsconfig/releases) - [Commits](cloudfoundry/tlsconfig@v0.11.0...v0.12.0) Updates `github.com/onsi/gomega` from 1.36.0 to 1.36.1 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.36.0...v1.36.1) Updates `golang.org/x/crypto` from 0.30.0 to 0.31.0 - [Commits](golang/crypto@v0.30.0...v0.31.0) Updates `k8s.io/apimachinery` from 0.31.3 to 0.32.0 - [Commits](kubernetes/apimachinery@v0.31.3...v0.32.0) Updates `k8s.io/client-go` from 0.31.3 to 0.32.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.31.3...v0.32.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/bytefmt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: code.cloudfoundry.org/clock dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: code.cloudfoundry.org/lager/v3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: code.cloudfoundry.org/tlsconfig dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: k8s.io/client-go 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 39da175 commit 5269ce8

File tree

2 files changed

+58
-59
lines changed

2 files changed

+58
-59
lines changed

go.mod

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

55
require (
6-
code.cloudfoundry.org/bytefmt v0.20.0
6+
code.cloudfoundry.org/bytefmt v0.21.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.23.0
10+
code.cloudfoundry.org/clock v1.24.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.17.0
17-
code.cloudfoundry.org/tlsconfig v0.11.0
16+
code.cloudfoundry.org/lager/v3 v3.18.0
17+
code.cloudfoundry.org/tlsconfig v0.12.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,21 +32,21 @@ require (
3232
github.com/moby/term v0.5.0
3333
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
3434
github.com/onsi/ginkgo/v2 v2.22.0
35-
github.com/onsi/gomega v1.36.0
35+
github.com/onsi/gomega v1.36.1
3636
github.com/pkg/errors v0.9.1
3737
github.com/sabhiram/go-gitignore v0.0.0-20171017070213-362f9845770f
3838
github.com/sajari/fuzzy v1.0.0
3939
github.com/sirupsen/logrus v1.9.3
4040
github.com/tedsuo/rata v1.0.1-0.20170830210128-07d200713958
4141
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec
42-
golang.org/x/crypto v0.30.0
42+
golang.org/x/crypto v0.31.0
4343
golang.org/x/net v0.32.0
4444
golang.org/x/term v0.27.0
4545
golang.org/x/text v0.21.0
4646
gopkg.in/cheggaaa/pb.v1 v1.0.28
4747
gopkg.in/yaml.v2 v2.4.0
48-
k8s.io/apimachinery v0.31.3
49-
k8s.io/client-go v0.31.3
48+
k8s.io/apimachinery v0.32.0
49+
k8s.io/client-go v0.32.0
5050
)
5151

5252
require (
@@ -65,25 +65,25 @@ require (
6565
github.com/gogo/protobuf v1.3.2 // indirect
6666
github.com/google/go-cmp v0.6.0 // indirect
6767
github.com/google/gofuzz v1.2.0 // indirect
68-
github.com/google/pprof v0.0.0-20241128161848-dc51965c6481 // indirect
68+
github.com/google/pprof v0.0.0-20241206021119-61a79c692802 // indirect
6969
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
70-
github.com/imdario/mergo v0.3.6 // indirect
7170
github.com/json-iterator/go v1.1.12 // indirect
7271
github.com/kr/pty v1.1.8 // indirect
7372
github.com/mattn/go-isatty v0.0.20 // indirect
7473
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7574
github.com/modern-go/reflect2 v1.0.2 // indirect
75+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7676
github.com/opencontainers/go-digest v1.0.0 // indirect
7777
github.com/openzipkin/zipkin-go v0.4.3 // indirect
7878
github.com/rivo/uniseg v0.2.0 // indirect
7979
github.com/spf13/pflag v1.0.5 // indirect
8080
github.com/x448/float16 v0.8.4 // indirect
8181
golang.org/x/mod v0.22.0 // indirect
82-
golang.org/x/oauth2 v0.21.0 // indirect
82+
golang.org/x/oauth2 v0.23.0 // indirect
8383
golang.org/x/sync v0.10.0 // indirect
8484
golang.org/x/sys v0.28.0 // indirect
85-
golang.org/x/time v0.3.0 // indirect
86-
golang.org/x/tools v0.27.0 // indirect
85+
golang.org/x/time v0.7.0 // indirect
86+
golang.org/x/tools v0.28.0 // indirect
8787
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
8888
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
8989
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
@@ -92,8 +92,8 @@ require (
9292
gopkg.in/inf.v0 v0.9.1 // indirect
9393
gopkg.in/yaml.v3 v3.0.1 // indirect
9494
k8s.io/klog/v2 v2.130.1 // indirect
95-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
96-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
97-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
95+
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
96+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
97+
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
9898
sigs.k8s.io/yaml v1.4.0 // indirect
9999
)

0 commit comments

Comments
 (0)