Skip to content

Commit

Permalink
Pin back gomega to 1.7.0
Browse files Browse the repository at this point in the history
onsi/gomega#410 changd [the way gexec.Build
works](onsi/gomega@47c613f#diff-f868d960b07c27674436212c91b6468fa357ca1e09a8211d2b8d2c6fab36419aR200-R203)

This is causing an issue when we need to know the name of executable
e.g. sshd instead of sshd-123433
  • Loading branch information
Amin Jamali committed May 25, 2021
1 parent 60c0d27 commit 9b24022
Show file tree
Hide file tree
Showing 33 changed files with 257 additions and 1,172 deletions.
2 changes: 2 additions & 0 deletions src/code.cloudfoundry.org/go.mod
Expand Up @@ -28,6 +28,8 @@ replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.2.0

replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8

replace github.com/onsi/gomega => github.com/onsi/gomega v1.7.0

require (
code.cloudfoundry.org/archiver v0.0.0-20210513174409-5fc719cc9491
code.cloudfoundry.org/cf-routing-test-helpers v0.0.0-20200827173955-6ac4653025b4
Expand Down

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.

This file was deleted.

37 changes: 5 additions & 32 deletions src/code.cloudfoundry.org/vendor/github.com/onsi/gomega/Makefile

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

This file was deleted.

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

0 comments on commit 9b24022

Please sign in to comment.