Skip to content

Commit

Permalink
Revert "Bump github.com/cloudfoundry/cf-test-helpers/v2 from 2.0.0 to…
Browse files Browse the repository at this point in the history
… 2.1.0"

This reverts commit 0318ea1.

That release introduces failures into CATs because certain isolation
segment tests can no longer set routes on apps they are pushing.
  • Loading branch information
ctlong committed Sep 29, 2022
1 parent 88b0a1c commit e77a550
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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.2
github.com/cloudfoundry/cf-test-helpers/v2 v2.1.0
github.com/cloudfoundry/cf-test-helpers/v2 v2.0.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.1.0 h1:aZc+9YhFTPeKpCeHP8lYanniJXc2Lg/gPfyK9ltIjkk=
github.com/cloudfoundry/cf-test-helpers/v2 v2.1.0/go.mod h1:sDswctyjeEVMZ0k9uWr1/6wGdAz0W4hHXcjRkrxsTAg=
github.com/cloudfoundry/cf-test-helpers/v2 v2.0.0 h1:FmaaMYZU56wQrJkLsfgTSUEJkFyX04JmEQyRINq5IcY=
github.com/cloudfoundry/cf-test-helpers/v2 v2.0.0/go.mod h1:FxXysTuXsSE/d6JcVoWQxKt+O1Zj9EE0K7dv+bFpeLU=
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
2 changes: 2 additions & 0 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.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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.1.0
# github.com/cloudfoundry/cf-test-helpers/v2 v2.0.0
## explicit; go 1.17
github.com/cloudfoundry/cf-test-helpers/v2/cf
github.com/cloudfoundry/cf-test-helpers/v2/commandreporter
Expand Down

0 comments on commit e77a550

Please sign in to comment.