Skip to content

Commit

Permalink
Bump github.com/cloudfoundry/cf-test-helpers/v2 from 2.2.0 to 2.3.0
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.2.0 to 2.3.0.
- [Release notes](https://github.com/cloudfoundry/cf-test-helpers/releases)
- [Commits](cloudfoundry/cf-test-helpers@v2.2.0...v2.3.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 Nov 26, 2022
1 parent 479c585 commit 785fd92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
code.cloudfoundry.org/archiver v0.0.0-20150428205605-f598990ddfed
code.cloudfoundry.org/go-loggregator/v9 v9.0.3
github.com/cloudfoundry/cf-test-helpers/v2 v2.2.0
github.com/cloudfoundry/cf-test-helpers/v2 v2.3.0
github.com/cloudfoundry/noaa/v2 v2.2.0
github.com/cloudfoundry/sonde-go v0.0.0-20220627221915-ff36de9c3435
github.com/mholt/archiver v3.1.1+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWR
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/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cloudfoundry/cf-test-helpers/v2 v2.2.0 h1:rTCae5qST0DQCuFo8EtMlwglTh21cMAr5lzXt30NFgU=
github.com/cloudfoundry/cf-test-helpers/v2 v2.2.0/go.mod h1:sDswctyjeEVMZ0k9uWr1/6wGdAz0W4hHXcjRkrxsTAg=
github.com/cloudfoundry/cf-test-helpers/v2 v2.3.0 h1:ZK9su3BS5qBSl5/U+kre+OB/57rgCQPU953VosxpB44=
github.com/cloudfoundry/cf-test-helpers/v2 v2.3.0/go.mod h1:VXxqQ3k7t12i/BpZXGwKw2AsAxZf4PvPvPiJUgfzxBs=
github.com/cloudfoundry/noaa/v2 v2.2.0 h1:IGQdK3HixMc1DdAalZ1q8yE4FwkbWgXDNZcdTMB80J4=
github.com/cloudfoundry/noaa/v2 v2.2.0/go.mod h1:s35aUr+66FRbQCxc191Y0ewMUVOADE3lAkLpAPDpPK0=
github.com/cloudfoundry/sonde-go v0.0.0-20220627221915-ff36de9c3435 h1:xDsJBppu1bIny3d5CqbOZuCzezFbKhnrmrNucWLpNOk=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ code.cloudfoundry.org/go-loggregator/v9/rpc/loggregator_v2
# code.cloudfoundry.org/tlsconfig v0.0.0-20211123175040-23cc9f05b6b3
## explicit; go 1.16
code.cloudfoundry.org/tlsconfig
# github.com/cloudfoundry/cf-test-helpers/v2 v2.2.0
## explicit; go 1.17
# github.com/cloudfoundry/cf-test-helpers/v2 v2.3.0
## explicit; go 1.18
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 785fd92

Please sign in to comment.