Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymccon committed Oct 6, 2021
1 parent ce13226 commit cfb2080
Show file tree
Hide file tree
Showing 2 changed files with 373 additions and 15 deletions.
32 changes: 17 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,28 @@ go 1.15

require (
github.com/abbot/go-http-auth v0.4.0 // indirect
github.com/aws/aws-sdk-go v1.32.7
github.com/aws/aws-sdk-go v1.40.57
github.com/beorn7/perks v1.0.1 // indirect
github.com/go-errors/errors v1.1.1
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.4.2 // indirect
github.com/gorilla/mux v1.7.4 // 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.0.0
github.com/prometheus/common v0.10.0 // indirect
github.com/prometheus/procfs v0.1.3 // indirect
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.6.1
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/sys v0.0.0-20200622182413-4b0db7f3f76b // indirect
google.golang.org/protobuf v1.24.0 // indirect
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.3.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading

0 comments on commit cfb2080

Please sign in to comment.