Skip to content

Commit

Permalink
fix(deps): update ginkgo updates to v2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 26, 2024
1 parent 4fff710 commit bbd6815
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cf 8.7.9
concourse 7.11.2
direnv 2.34.0
gcloud 467.0.0
ginkgo 2.16.0
ginkgo 2.17.1
golang 1.21.4
golangci-lint 1.56.1
java temurin-17.0.10+7
Expand Down
2 changes: 1 addition & 1 deletion src/acceptance/assets/app/go_app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
github.com/mitchellh/mapstructure v1.5.0
github.com/ogen-go/ogen v1.0.0
github.com/onsi/ginkgo/v2 v2.16.0
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.31.1
github.com/prometheus/procfs v0.13.0
github.com/steinfletcher/apitest v1.5.15
Expand Down
2 changes: 1 addition & 1 deletion src/autoscaler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/ogen-go/ogen v1.0.0
github.com/onsi/ginkgo/v2 v2.17.0
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pivotal-cf/brokerapi/v10 v10.2.0
Expand Down

0 comments on commit bbd6815

Please sign in to comment.