Skip to content

Commit b72cb7f

Browse files
committed
bump dependencies
1 parent b2cefd2 commit b72cb7f

File tree

2 files changed

+376
-214
lines changed

2 files changed

+376
-214
lines changed

go.mod

Lines changed: 20 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,49 +5,42 @@ go 1.15
55
require (
66
code.cloudfoundry.org/lager v2.0.0+incompatible
77
github.com/ArthurHlt/grok v1.0.4
8-
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
8+
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
99
github.com/cloudfoundry-community/gautocloud v1.1.6
1010
github.com/cloudfoundry-community/go-cfenv v1.18.0 // indirect
11-
github.com/denisenkom/go-mssqldb v0.9.0 // indirect
11+
github.com/denisenkom/go-mssqldb v0.10.0 // indirect
1212
github.com/drewolson/testflight v1.0.0 // indirect
13-
github.com/fsnotify/fsnotify v1.4.9 // indirect
13+
github.com/go-sql-driver/mysql v1.6.0 // indirect
14+
github.com/gobuffalo/logger v1.0.4 // indirect
1415
github.com/gobuffalo/packr/v2 v2.8.1
15-
github.com/golang/mock v1.4.4 // indirect
16-
github.com/google/uuid v1.1.5 // indirect
16+
github.com/golang/mock v1.6.0 // indirect
17+
github.com/google/uuid v1.2.0 // indirect
1718
github.com/gorilla/mux v1.8.0
1819
github.com/hashicorp/errwrap v1.1.0 // indirect
19-
github.com/hashicorp/go-multierror v1.1.0
20+
github.com/hashicorp/go-multierror v1.1.1
2021
github.com/influxdata/go-syslog/v3 v3.0.0
2122
github.com/jinzhu/gorm v1.9.16
2223
github.com/karrick/godirwalk v1.16.1 // indirect
23-
github.com/lib/pq v1.9.0 // indirect
24-
github.com/magiconair/properties v1.8.4 // indirect
24+
github.com/lib/pq v1.10.2 // indirect
2525
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
2626
github.com/maxbrunsfeld/counterfeiter/v6 v6.3.0
27-
github.com/mitchellh/mapstructure v1.4.1 // indirect
2827
github.com/o1egl/gormrus v0.0.0-20190416211302-fde1f6a23457
29-
github.com/onsi/ginkgo v1.12.1
30-
github.com/onsi/gomega v1.10.5
28+
github.com/onsi/ginkgo v1.16.4
29+
github.com/onsi/gomega v1.13.0
3130
github.com/pborman/uuid v1.2.1 // indirect
32-
github.com/pelletier/go-toml v1.8.1 // indirect
3331
github.com/pivotal-cf/brokerapi v6.4.2+incompatible
34-
github.com/prometheus/client_golang v1.9.0
35-
github.com/prometheus/common v0.15.0
36-
github.com/prometheus/procfs v0.3.0 // indirect
32+
github.com/prometheus/client_golang v1.11.0
33+
github.com/prometheus/common v0.29.0
34+
github.com/prometheus/procfs v0.7.0 // indirect
3735
github.com/russross/blackfriday/v2 v2.1.0
38-
github.com/sirupsen/logrus v1.7.0
39-
github.com/spf13/afero v1.5.1 // indirect
36+
github.com/sirupsen/logrus v1.8.1
4037
github.com/spf13/cast v1.3.1
41-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
42-
github.com/spf13/pflag v1.0.5 // indirect
43-
github.com/spf13/viper v1.7.1 // indirect
44-
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
45-
golang.org/x/sys v0.0.0-20210122093101-04d7465088b8 // indirect
46-
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
47-
golang.org/x/text v0.3.5 // indirect
48-
google.golang.org/protobuf v1.25.0 // indirect
38+
github.com/spf13/viper v1.8.1 // indirect
39+
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
40+
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
41+
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
42+
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
43+
google.golang.org/protobuf v1.27.1 // indirect
4944
gopkg.in/alecthomas/kingpin.v2 v2.2.6
5045
gopkg.in/gormigrate.v1 v1.6.0
51-
gopkg.in/ini.v1 v1.62.0 // indirect
52-
gopkg.in/yaml.v2 v2.4.0 // indirect
5346
)

0 commit comments

Comments
 (0)