|
1 | 1 | module code.cloudfoundry.org/cli/integration/assets/hydrabroker |
2 | 2 |
|
3 | | -go 1.13 |
| 3 | +go 1.24.0 |
| 4 | + |
| 5 | +toolchain go1.24.10 |
4 | 6 |
|
5 | 7 | require ( |
6 | 8 | github.com/go-playground/validator/v10 v10.8.0 |
7 | 9 | github.com/gorilla/mux v1.8.0 |
8 | 10 | 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 |
12 | 35 | ) |
0 commit comments