Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
psycofdj committed Jan 22, 2021
1 parent a800f3d commit 8365bf8
Show file tree
Hide file tree
Showing 276 changed files with 16,047 additions and 6,910 deletions.
26 changes: 14 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,28 @@ go 1.15
require (
code.cloudfoundry.org/lager v1.1.1-0.20191008172124-a9afc05ee5be
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/gobuffalo/packr/v2 v2.8.0
github.com/google/uuid v1.1.2
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
github.com/gobuffalo/packr/v2 v2.8.1
github.com/google/uuid v1.1.5
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/jinzhu/gorm v1.9.16
github.com/karrick/godirwalk v1.16.1 // indirect
github.com/lib/pq v1.8.0 // indirect
github.com/mattn/go-sqlite3 v1.14.4 // indirect
github.com/lib/pq v1.9.0 // indirect
github.com/mattn/go-sqlite3 v1.14.6 // indirect
github.com/pborman/uuid v1.2.1 // indirect
github.com/pivotal-cf/brokerapi/v7 v7.4.0
github.com/prometheus/client_golang v1.7.1
github.com/pivotal-cf/brokerapi/v7 v7.5.0
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.14.0
github.com/prometheus/procfs v0.2.0 // indirect
github.com/prometheus/common v0.15.0
github.com/prometheus/procfs v0.3.0 // indirect
github.com/rogpeppe/go-internal v1.6.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1
github.com/russross/blackfriday/v2 v2.1.0
github.com/sirupsen/logrus v1.7.0
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
golang.org/x/sys v0.0.0-20201007082116-8445cc04cbdf // indirect
golang.org/x/sys v0.0.0-20210122093101-04d7465088b8 // indirect
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v2 v2.4.0
)
62 changes: 42 additions & 20 deletions go.sum

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions vendor/github.com/alecthomas/units/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

194 changes: 2 additions & 192 deletions vendor/github.com/gobuffalo/packr/v2/SHOULDERS.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/gobuffalo/packr/v2/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/gobuffalo/packr/v2/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/gobuffalo/packr/v2/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/golang/protobuf/proto/text_decode.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/google/uuid/hash.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/google/uuid/sql.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions vendor/github.com/google/uuid/uuid.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/lib/pq/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/github.com/lib/pq/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8365bf8

Please sign in to comment.