-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
34 lines (32 loc) · 1.35 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
module github.com/Peripli/service-broker-proxy
go 1.14
require (
github.com/DATA-DOG/go-sqlmock v1.5.0 // indirect
github.com/Peripli/service-manager v0.23.2
github.com/antlr/antlr4 v0.0.0-20210202015141-4b649103f31e // indirect
github.com/cloudfoundry-community/go-cfenv v1.18.0 // indirect
github.com/coreos/go-oidc v2.2.1+incompatible // indirect
github.com/fatih/structs v1.1.0
github.com/gavv/httpexpect v0.0.0-20170820080527-c44a6d7bb636
github.com/gofrs/uuid v4.0.0+incompatible
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/jmoiron/sqlx v1.3.1 // indirect
github.com/kubernetes-sigs/go-open-service-broker-client v0.0.0-20200527163240-4406bd2cb6b8 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/onrik/logrus v0.8.0 // indirect
github.com/onsi/ginkgo v1.15.0
github.com/onsi/gomega v1.10.3
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cast v1.3.1
github.com/spf13/pflag v1.0.5
github.com/tidwall/gjson v1.9.3
github.com/tidwall/sjson v1.1.5
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/oauth2 v0.0.0-20210201163806-010130855d6c // indirect
k8s.io/klog/v2 v2.5.0 // indirect
)