-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
43 lines (41 loc) · 2.04 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
35
36
37
38
39
40
41
42
43
module github.com/srijanaravali/spinnaker-servicebroker
go 1.13
require (
github.com/Azure/open-service-broker-azure v1.8.3
github.com/beorn7/perks v1.0.1 // indirect
github.com/coreos/etcd v3.3.10+incompatible
github.com/cosiner/argv v0.0.1 // indirect
github.com/go-delve/delve v1.3.1 // indirect
github.com/go-redis/redis v6.15.6+incompatible
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/uuid v1.1.1
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/gorilla/mux v1.7.3 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kubernetes/client-go v6.0.0+incompatible // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/peterh/liner v1.1.0 // indirect
github.com/pmorie/go-open-service-broker-client v0.0.0-20180928143052-79b374a2302f
github.com/pmorie/osb-broker-lib v0.0.0-20180423193413-f4ca270ef323
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/common v0.7.0 // indirect
github.com/prometheus/procfs v0.0.5 // indirect
github.com/shawn-hurley/osb-broker-k8s-lib v0.0.0-20180430125558-bed19ac36ffe // indirect
github.com/spf13/cobra v0.0.5 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.starlark.net v0.0.0-20191016215632-c9eda478e54e // indirect
golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 // indirect
golang.org/x/net v0.0.0-20191009170851-d66e71096ffb // indirect
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
golang.org/x/time v0.0.0-20161028155119-f51c12702a4d // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/grpc v1.25.0 // indirect
k8s.io/api v0.0.0-20191010143144-fbf594f18f80 // indirect
k8s.io/client-go v11.0.0+incompatible // indirect
k8s.io/utils v0.0.0-20190221042446-c2654d5206da // indirect
)