Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/cloudfoundry-community/gautocloud from 1.3.0 to 1.4.0 #381

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/ArthurHlt/gominlog v0.0.0-20170402142412-72eebf980f46 // indirect
github.com/aws/aws-sdk-go v1.51.6
github.com/cloudfoundry-community/gautocloud v1.3.0
github.com/cloudfoundry-community/gautocloud v1.4.0
github.com/go-redis/redis/v8 v8.11.5
github.com/hashicorp/vault/api v1.9.2
github.com/hudl/fargo v1.4.0
Expand All @@ -19,11 +19,11 @@ require (
github.com/loafoe/go-eureka-client v0.0.0-20181122150342-305e9cc4dc71
github.com/minio/minio-go/v7 v7.0.62
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.32.0
github.com/onsi/gomega v1.33.1
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/philips-software/go-hsdp-api v0.81.0
github.com/segmentio/kafka-go v0.4.40
github.com/stretchr/testify v1.8.4
github.com/stretchr/testify v1.9.0
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
github.com/ttacon/libphonenumber v1.0.0 // indirect
)
Loading