Skip to content

Commit 4dbfc11

Browse files
authored
Bump go dependencies [v8] (#3620)
* Bump hydrabroker go dependencies * Bump golang version
1 parent c6f1077 commit 4dbfc11

File tree

3 files changed

+107
-112
lines changed

3 files changed

+107
-112
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module code.cloudfoundry.org/cli/v8
22

3-
go 1.25.0
3+
go 1.25.4
44

55
require (
66
code.cloudfoundry.org/bytefmt v0.55.0
Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,35 @@
11
module code.cloudfoundry.org/cli/integration/assets/hydrabroker
22

3-
go 1.13
3+
go 1.24.0
4+
5+
toolchain go1.24.10
46

57
require (
68
github.com/go-playground/validator/v10 v10.8.0
79
github.com/gorilla/mux v1.8.0
810
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
9-
github.com/onsi/ginkgo/v2 v2.1.4
10-
github.com/onsi/gomega v1.19.0
11-
github.com/pivotal-cf/brokerapi/v7 v7.5.0
11+
github.com/onsi/ginkgo/v2 v2.27.2
12+
github.com/onsi/gomega v1.38.2
13+
github.com/pivotal-cf/brokerapi/v7 v7.2.0
14+
)
15+
16+
require (
17+
code.cloudfoundry.org/lager v1.1.1-0.20191008172124-a9afc05ee5be // indirect
18+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
19+
github.com/go-logr/logr v1.4.3 // indirect
20+
github.com/go-playground/locales v0.13.0 // indirect
21+
github.com/go-playground/universal-translator v0.17.0 // indirect
22+
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
23+
github.com/google/go-cmp v0.7.0 // indirect
24+
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
25+
github.com/leodido/go-urn v1.2.1 // indirect
26+
github.com/pkg/errors v0.9.1 // indirect
27+
go.yaml.in/yaml/v3 v3.0.4 // indirect
28+
golang.org/x/crypto v0.41.0 // indirect
29+
golang.org/x/mod v0.27.0 // indirect
30+
golang.org/x/net v0.43.0 // indirect
31+
golang.org/x/sync v0.16.0 // indirect
32+
golang.org/x/sys v0.35.0 // indirect
33+
golang.org/x/text v0.28.0 // indirect
34+
golang.org/x/tools v0.36.0 // indirect
1235
)

0 commit comments

Comments
 (0)