-
Notifications
You must be signed in to change notification settings - Fork 131
/
go.mod
31 lines (29 loc) · 1.32 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
module github.com/awslabs/aws-servicebroker
go 1.15
require (
github.com/abbot/go-http-auth v0.4.0 // indirect
github.com/aws/aws-sdk-go v1.40.57
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/go-errors/errors v1.4.1
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/golang/glog v1.0.0
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/jaymccon/osb-broker-lib v0.0.0-20180814224753-18f3aa144f18
github.com/koding/cache v0.0.0-20161222233015-e8a81b0b3f20
github.com/pmorie/go-open-service-broker-client v0.0.0-20180928143052-79b374a2302f
github.com/pmorie/osb-broker-lib v0.0.0-20180516212803-87d71cfbf342
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.31.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20211005215030-d2e5035098b3 // indirect
golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)