@@ -4,26 +4,28 @@ go 1.15
44
55require (
66 github.com/abbot/go-http-auth v0.4.0 // indirect
7- github.com/aws/aws-sdk-go v1.32.7
7+ github.com/aws/aws-sdk-go v1.40.57
88 github.com/beorn7/perks v1.0.1 // indirect
9- github.com/go-errors/errors v1.1.1
10- github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
11- github.com/golang/protobuf v1.4.2 // indirect
12- github.com/gorilla/mux v1.7.4 // indirect
9+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
10+ github.com/go-errors/errors v1.4.1
11+ github.com/go-sql-driver/mysql v1.5.0 // indirect
12+ github.com/golang/glog v1.0.0
13+ github.com/golang/protobuf v1.5.2 // indirect
14+ github.com/gorilla/mux v1.8.0 // indirect
1315 github.com/jaymccon/osb-broker-lib v0.0.0-20180814224753-18f3aa144f18
1416 github.com/koding/cache v0.0.0-20161222233015-e8a81b0b3f20
1517 github.com/pmorie/go-open-service-broker-client v0.0.0-20180928143052-79b374a2302f
1618 github.com/pmorie/osb-broker-lib v0.0.0-20180516212803-87d71cfbf342
17- github.com/prometheus/client_golang v1.0 .0
18- github.com/prometheus/common v0.10.0 // indirect
19- github.com/prometheus/procfs v0.1 .3 // indirect
19+ github.com/prometheus/client_golang v1.11 .0
20+ github.com/prometheus/common v0.31.1 // indirect
21+ github.com/prometheus/procfs v0.7 .3 // indirect
2022 github.com/satori/go.uuid v1.2.0
21- github.com/stretchr/testify v1.6.1
22- golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
23- golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
24- golang.org/x/sys v0.0.0-20200622182413-4b0db7f3f76b // indirect
25- google.golang.org/protobuf v1.24.0 // indirect
23+ github.com/stretchr/testify v1.7.0
24+ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
25+ golang.org/x/net v0.0.0-20211005215030-d2e5035098b3 // indirect
26+ golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef // indirect
27+ google.golang.org/protobuf v1.27.1 // indirect
2628 gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
27- gopkg.in/yaml.v2 v2.3 .0
28- gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
29+ gopkg.in/yaml.v2 v2.4 .0
30+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
2931)
0 commit comments