Skip to content

Commit

Permalink
Bump code.cloudfoundry.org/goshims from 0.31.0 to 0.32.0
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ctlong committed Mar 18, 2024
1 parent 6def5b0 commit 2c5f4ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cloudfoundry/uptimer
go 1.21

require (
code.cloudfoundry.org/goshims v0.31.0
code.cloudfoundry.org/goshims v0.32.0
github.com/benbjohnson/clock v1.3.5
github.com/google/go-cmp v0.6.0
github.com/onsi/ginkgo/v2 v2.16.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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=
github.com/benbjohnson/clock v1.3.5 h1:VvXlSJBzZpA/zum6Sj74hxwYI2DIxRWuNIoXAzHZz5o=
github.com/benbjohnson/clock v1.3.5/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# code.cloudfoundry.org/goshims v0.31.0
# code.cloudfoundry.org/goshims v0.32.0
## explicit; go 1.20
code.cloudfoundry.org/goshims/ioutilshim
code.cloudfoundry.org/goshims/ioutilshim/ioutil_fake
Expand Down

0 comments on commit 2c5f4ed

Please sign in to comment.