Skip to content

Commit

Permalink
Bump code.cloudfoundry.org/goshims from 0.28.0 to 0.29.0
Browse files Browse the repository at this point in the history
Bumps [code.cloudfoundry.org/goshims](https://github.com/cloudfoundry/goshims) from 0.28.0 to 0.29.0.
- [Commits](cloudfoundry/goshims@v0.28.0...v0.29.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] committed Jan 15, 2024
1 parent 58775de commit 372eeb3
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 @@ -6,7 +6,7 @@ toolchain go1.21.0

require (
code.cloudfoundry.org/dockerdriver v0.0.0-20230406152506-76bff1bc51ef
code.cloudfoundry.org/goshims v0.28.0
code.cloudfoundry.org/goshims v0.29.0
code.cloudfoundry.org/lager/v3 v3.0.3
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
github.com/onsi/ginkgo/v2 v2.14.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ code.cloudfoundry.org/clock v1.0.0 h1:kFXWQM4bxYvdBw2X8BbBeXwQNgfoWv1vqAk2ZZyBN2
code.cloudfoundry.org/clock v1.0.0/go.mod h1:QD9Lzhd/ux6eNQVUDVRJX/RKTigpewimNYBi7ivZKY8=
code.cloudfoundry.org/dockerdriver v0.0.0-20230406152506-76bff1bc51ef h1:fpG3gyNb/st+mqmdz5bFrjTsfVfuqPIfrziKp/Oe/Hg=
code.cloudfoundry.org/dockerdriver v0.0.0-20230406152506-76bff1bc51ef/go.mod h1:LHp3o0peO3VemcRBZc8OqppAvEjauYfZuqx5Z0Y+sJ8=
code.cloudfoundry.org/goshims v0.28.0 h1:3c/1qdseReJ07XLVjQW7Lx0ekz3fG3rcCx4lQ3WsB5g=
code.cloudfoundry.org/goshims v0.28.0/go.mod h1:9t+jSJejcxqHoP2EFU4uerDNxtIOkE6LuISZVAs+Gy8=
code.cloudfoundry.org/goshims v0.29.0 h1:NeOJjLiU0JvvY3N26pORS0goRmHvgAxxPnB5z+Hr8fk=
code.cloudfoundry.org/goshims v0.29.0/go.mod h1:Jh/EFnOwyfLf92Eufmb6mhKat6StzyWxsMzxXjCS2X4=
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-20200131000646-bbe0f8da39b3 h1:2Qal+q+tw/DmDOoJBWwDCPE3lIJNj/1o7oMkkb2c5SI=
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
code.cloudfoundry.org/dockerdriver
code.cloudfoundry.org/dockerdriver/driverhttp
# code.cloudfoundry.org/goshims v0.28.0
# code.cloudfoundry.org/goshims v0.29.0
## explicit; go 1.20
code.cloudfoundry.org/goshims/bufioshim
code.cloudfoundry.org/goshims/bufioshim/bufio_fake
Expand Down

0 comments on commit 372eeb3

Please sign in to comment.