Skip to content

Commit

Permalink
Bump code.cloudfoundry.org/goshims from 0.31.0 to 0.32.0 (#152)
Browse files Browse the repository at this point in the history
Bumps [code.cloudfoundry.org/goshims](https://github.com/cloudfoundry/goshims) from 0.31.0 to 0.32.0.
- [Commits](cloudfoundry/goshims@v0.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: code.cloudfoundry.org/goshims
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 825da15 commit e0e21fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.1

require (
code.cloudfoundry.org/dockerdriver v0.0.0-20240213153304-5bf6621f54e1
code.cloudfoundry.org/goshims v0.31.0
code.cloudfoundry.org/goshims v0.32.0
code.cloudfoundry.org/lager/v3 v3.0.3
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
github.com/onsi/ginkgo/v2 v2.17.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ code.cloudfoundry.org/clock v1.1.0 h1:XLzC6W3Ah/Y7ht1rmZ6+QfPdt1iGWEAAtIZXgiaj57
code.cloudfoundry.org/clock v1.1.0/go.mod h1:yA3fxddT9RINQL2XHS7PS+OXxKCGhfrZmlNUCIM6AKo=
code.cloudfoundry.org/dockerdriver v0.0.0-20240213153304-5bf6621f54e1 h1:ekskzxMKaqSs72N8BSGi8LHHwWm9MDzbJwXt2S4XFBs=
code.cloudfoundry.org/dockerdriver v0.0.0-20240213153304-5bf6621f54e1/go.mod h1:tqB0l3zbTCHDEd5Pof0asPkXYuV5avhvf5g86aBhGao=
code.cloudfoundry.org/goshims v0.31.0 h1:muF3J/r8RYT+YD2K5BGWiIgzrnw8ih4JCVGBedeb5DE=
code.cloudfoundry.org/goshims v0.31.0/go.mod h1:ACKdB0vuZ7TvEZJpxDFqnW1nL8GhjcqfNg61GhCW5L0=
code.cloudfoundry.org/goshims v0.32.0 h1:ReUY/5C9L0u17arD5BRgEXkKftVELw0kufFRxWBcByU=
code.cloudfoundry.org/goshims v0.32.0/go.mod h1:hY7PQBfEWiZol5Y4ceJlWgTOueH/lzP8kXhRhlhAgpM=
code.cloudfoundry.org/lager/v3 v3.0.3 h1:/UTmadZfIaKuT/whEinSxK1mzRfNu1uPfvjFfGqiwzM=
code.cloudfoundry.org/lager/v3 v3.0.3/go.mod h1:Zn5q1SrIuuHjEUE7xerMKt3ztunrJQCZETAo7rV0CH8=
code.cloudfoundry.org/tlsconfig v0.0.0-20230320190829-8f91c367795b h1:FjTuGbVBKeaSyvW7WEATlIFCyb0uCpaiuTSaMQXjUyY=
code.cloudfoundry.org/tlsconfig v0.0.0-20230320190829-8f91c367795b/go.mod h1:C8SxvGRSutmgzV2FxH8Zwqz2Q8HsaAITQRQFKhlDzPw=
filippo.io/edwards25519 v1.0.0-rc.1 h1:m0VOOB23frXZvAOK44usCgLWvtsxIoMCTBGJZlpmGfU=
filippo.io/edwards25519 v1.0.0-rc.1/go.mod h1:N1IkdkCkiLB6tki+MYJoSx2JTY9NUlxZE7eHn5EwJns=
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f h1:gOO/tNZMjjvTKZWpY7YnXC72ULNLErRtp94LountVE8=
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f/go.mod h1:8rLXio+WjiTceGBHIoTvn60HIbs7Hm7bcHjyrSqYB9c=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ code.cloudfoundry.org/clock
## explicit; go 1.19
code.cloudfoundry.org/dockerdriver
code.cloudfoundry.org/dockerdriver/driverhttp
# code.cloudfoundry.org/goshims v0.31.0
# code.cloudfoundry.org/goshims v0.32.0
## explicit; go 1.20
code.cloudfoundry.org/goshims/bufioshim
code.cloudfoundry.org/goshims/bufioshim/bufio_fake
Expand Down

0 comments on commit e0e21fc

Please sign in to comment.