-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathgo.mod
38 lines (36 loc) · 1.78 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
module github.com/crunchydata/pgo-osb
go 1.15
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/expenv v1.2.0 // indirect
github.com/crunchydata/postgres-operator v0.0.0-20210915201756-97958bb30b66
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
github.com/emicklei/go-restful v2.10.0+incompatible // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-openapi/jsonreference v0.19.3 // indirect
github.com/go-openapi/spec v0.19.3 // indirect
github.com/gofrs/uuid v3.2.0+incompatible
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/google/btree v1.0.0 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c // indirect
github.com/jose-joye/osb-broker-k8s-lib v0.0.4 // indirect
github.com/juju/ratelimit v0.0.0-20171026090426-59fac5042749 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/lib/pq v1.2.0 // indirect
github.com/mailru/easyjson v0.7.0 // indirect
github.com/petar/GoLLRB v0.0.0-20190514000832-33fb24c13b99 // 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 v1.0.0
github.com/prometheus/common v0.7.0 // indirect
github.com/sirupsen/logrus v1.5.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/xdg/stringprep v1.0.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0
k8s.io/apimachinery v0.21.0
k8s.io/client-go v0.21.0
sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e // indirect
)