Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 2 additions & 25 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,13 @@ 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
github.com/prometheus/client_golang v1.11.1
github.com/sirupsen/logrus v1.6.0
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
)
Loading