Skip to content

Commit

Permalink
build(deps): bump github.com/cloudfoundry/cf-test-helpers/v2
Browse files Browse the repository at this point in the history
Bumps [github.com/cloudfoundry/cf-test-helpers/v2](https://github.com/cloudfoundry/cf-test-helpers) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/cloudfoundry/cf-test-helpers/releases)
- [Commits](cloudfoundry/cf-test-helpers@v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/cf-test-helpers/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ctlong committed Jan 16, 2024
1 parent 8d8e5a7 commit e0386bf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
code.cloudfoundry.org/go-log-cache/v2 v2.0.6
code.cloudfoundry.org/go-loggregator/v9 v9.1.0
code.cloudfoundry.org/tlsconfig v0.0.0-20220621140725-0e6fbd869921
github.com/cloudfoundry/cf-test-helpers/v2 v2.8.0
github.com/cloudfoundry/cf-test-helpers/v2 v2.9.0
github.com/cloudfoundry/noaa/v2 v2.3.0
github.com/cloudfoundry/sonde-go v0.0.0-20230710164515-a0a43d1dbbf8
github.com/mholt/archiver/v3 v3.5.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ github.com/apoydence/eachers v0.0.0-20181020210610-23942921fe77/go.mod h1:bXvGk6
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
github.com/cloudfoundry/cf-test-helpers/v2 v2.8.0 h1:aEuDiAhQdwwY2tu3ivfm4KHQBG0Kzp2m+qCNjaWDB+0=
github.com/cloudfoundry/cf-test-helpers/v2 v2.8.0/go.mod h1:wrmHE+cHE6J72feYGE98GmsyLkYEUbK9OOkD96XK7FA=
github.com/cloudfoundry/cf-test-helpers/v2 v2.9.0 h1:TxmjLDCIopHVo8mhp7WrwKvgnsescsDKV/R5ATr8jgI=
github.com/cloudfoundry/cf-test-helpers/v2 v2.9.0/go.mod h1:fESCQ1sbdTejVXy9l10zh15R+BhrslRbumYT6F+VtxI=
github.com/cloudfoundry/noaa/v2 v2.3.0 h1:+f//s7zTaiTtjz/Vf1LFKKfJb/6x2hRenTXlSb4dU5g=
github.com/cloudfoundry/noaa/v2 v2.3.0/go.mod h1:W9uqRvqZMmwLB8P4hFsUrb0jKKdWPhmCSeRhQaOawGk=
github.com/cloudfoundry/sonde-go v0.0.0-20230710164515-a0a43d1dbbf8 h1:IpMHKJul/Wr6Rae9VXO+1K0TuORVyhKFjpqkY5ClEAM=
Expand Down
6 changes: 3 additions & 3 deletions vendor/github.com/cloudfoundry/cf-test-helpers/v2/cf/push.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ code.cloudfoundry.org/tlsconfig/certtest
# github.com/andybalholm/brotli v1.0.1
## explicit; go 1.12
github.com/andybalholm/brotli
# github.com/cloudfoundry/cf-test-helpers/v2 v2.8.0
## explicit; go 1.18
# github.com/cloudfoundry/cf-test-helpers/v2 v2.9.0
## explicit; go 1.21
github.com/cloudfoundry/cf-test-helpers/v2/cf
github.com/cloudfoundry/cf-test-helpers/v2/commandreporter
github.com/cloudfoundry/cf-test-helpers/v2/commandstarter
Expand Down

0 comments on commit e0386bf

Please sign in to comment.