Skip to content

Commit

Permalink
Bump code.cloudfoundry.org/goshims from 0.22.0 to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [code.cloudfoundry.org/goshims](https://github.com/cloudfoundry/goshims) from 0.22.0 to 0.24.0.
- [Commits](cloudfoundry/goshims@v0.22.0...v0.24.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 Oct 2, 2023
1 parent d338c72 commit 034ecb9
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.20

require (
code.cloudfoundry.org/goshims v0.22.0
code.cloudfoundry.org/goshims v0.24.0
github.com/benbjohnson/clock v1.3.5
github.com/google/go-cmp v0.5.9
github.com/onsi/ginkgo/v2 v2.12.1
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.22.0 h1:/xOo/0eJuoev/ta2/Nr3zA5zVBBSz/d1eGVUvqKU448=
code.cloudfoundry.org/goshims v0.22.0/go.mod h1:L2VBklGSlw0Vl/CIBJWunqiNEmhE1/CG3SqlBoqQzzk=
code.cloudfoundry.org/goshims v0.24.0 h1:smrYXrYA/AwLI3XC4cpMtRtc9muxdCLBXtEDsde/0jo=
code.cloudfoundry.org/goshims v0.24.0/go.mod h1:L2VBklGSlw0Vl/CIBJWunqiNEmhE1/CG3SqlBoqQzzk=
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.22.0
# code.cloudfoundry.org/goshims v0.24.0
## explicit; go 1.20
code.cloudfoundry.org/goshims/ioutilshim
code.cloudfoundry.org/goshims/ioutilshim/ioutil_fake
Expand Down

0 comments on commit 034ecb9

Please sign in to comment.