Skip to content

Commit

Permalink
Bump github.com/cloudfoundry-community/gautocloud from 1.1.5 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [github.com/cloudfoundry-community/gautocloud](https://github.com/cloudfoundry-community/gautocloud) from 1.1.5 to 1.2.0.
- [Release notes](https://github.com/cloudfoundry-community/gautocloud/releases)
- [Commits](cloudfoundry-community/gautocloud@v1.1.5...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry-community/gautocloud
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 20, 2023
1 parent 401edf1 commit 72f9aac
Show file tree
Hide file tree
Showing 2 changed files with 496 additions and 107 deletions.
38 changes: 20 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,31 @@ module github.com/loafoe/go-rabbitmq
go 1.19

require (
github.com/cloudfoundry-community/gautocloud v1.1.5
github.com/cloudfoundry-community/go-cfenv v1.17.0
github.com/cloudfoundry-community/gautocloud v1.2.0
github.com/cloudfoundry-community/go-cfenv v1.18.0
github.com/streadway/amqp v1.0.0
)

require (
github.com/azer/snakecase v1.0.0 // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/golang/mock v1.2.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/magiconair/properties v1.8.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/sirupsen/logrus v1.6.0 // indirect
github.com/spf13/afero v1.1.2 // indirect
github.com/spf13/cast v1.3.0 // indirect
github.com/spf13/jwalterweatherman v1.0.0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/spf13/viper v1.3.1 // indirect
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.8 // indirect
gopkg.in/yaml.v2 v2.2.4 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/spf13/afero v1.9.3 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.14.0 // indirect
github.com/subosito/gotenv v1.4.1 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 72f9aac

Please sign in to comment.