Skip to content

Commit

Permalink
Merge pull request #16 from cloudfoundry-community/bump-dependacies
Browse files Browse the repository at this point in the history
bump-dependacies
  • Loading branch information
fredga authored Jun 30, 2023
2 parents f43a454 + 0e5b890 commit c778800
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 54 deletions.
30 changes: 15 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ require (
github.com/cloudfoundry-community/go-cfenv v1.18.0
github.com/denisenkom/go-mssqldb v0.12.3
github.com/go-redis/redis/v7 v7.4.1
github.com/go-sql-driver/mysql v1.7.0
github.com/go-sql-driver/mysql v1.7.1
github.com/goamz/goamz v0.0.0-20180131231218-8b901b531db8
github.com/golang/mock v1.6.0
github.com/jinzhu/gorm v1.9.16
github.com/lib/pq v1.10.7
github.com/lib/pq v1.10.9
github.com/minio/minio-go v6.0.14+incompatible
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.27.6
github.com/onsi/gomega v1.27.8
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.9.0
github.com/spf13/viper v1.15.0
github.com/streadway/amqp v1.0.0
github.com/urfave/cli v1.22.12
golang.org/x/oauth2 v0.6.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/viper v1.16.0
github.com/streadway/amqp v1.1.0
github.com/urfave/cli v1.22.14
golang.org/x/oauth2 v0.9.0
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
)

Expand All @@ -40,20 +40,20 @@ require (
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.4.2 // indirect
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/crypto v0.10.0 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.30.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit c778800

Please sign in to comment.