Skip to content

Commit f83065e

Browse files
committed
Fix hydrbroker dependencies
1 parent d814c18 commit f83065e

File tree

2 files changed

+108
-86
lines changed

2 files changed

+108
-86
lines changed

integration/assets/hydrabroker/go.mod

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,28 @@ require (
88
github.com/go-playground/validator/v10 v10.8.0
99
github.com/gorilla/mux v1.8.0
1010
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
11+
github.com/onsi/ginkgo/v2 v2.27.2
12+
github.com/onsi/gomega v1.38.2
1113
github.com/pivotal-cf/brokerapi/v7 v7.2.0
1214
)
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
35+
)

0 commit comments

Comments
 (0)