-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
34 lines (32 loc) · 1.61 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/akkeris/mongodb-broker
go 1.12
require (
github.com/ghodss/yaml v1.0.0 // indirect
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/btree v1.0.0 // indirect
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
github.com/googleapis/gnostic v0.2.0 // indirect
github.com/gorilla/mux v1.7.4
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/kubernetes/client-go v11.0.0+incompatible // indirect
github.com/lib/pq v1.3.0
github.com/onsi/gomega v0.0.0-20190113212917-5533ce8a0da3 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // 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 v0.9.4
github.com/shawn-hurley/osb-broker-k8s-lib v0.0.0-20180430125558-bed19ac36ffe
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/pflag v1.0.3 // indirect
github.com/stackimpact/stackimpact-go v2.3.10+incompatible
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
gopkg.in/inf.v0 v0.9.0 // indirect
k8s.io/api v0.0.0-20190503184017-f1b257a4ce96 // indirect
k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d // indirect
k8s.io/client-go v0.0.0-20190503184104-3ec0d5188431
k8s.io/kube-openapi v0.0.0-20190228160746-b3a7cee44a30 // indirect
)