Skip to content

Commit

Permalink
Bump code.cloudfoundry.org/dockerdriver from v0.0.0-20240415151549-8a…
Browse files Browse the repository at this point in the history
…2e51b861b3 to v0.0.0-20240425154110-a68c794c8bb0 (#161)
  • Loading branch information
Cryogenics-CI committed Apr 29, 2024
1 parent b6d879f commit e96fb36
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 code.cloudfoundry.org/volumedriver
go 1.22.2

require (
code.cloudfoundry.org/dockerdriver v0.0.0-20240415151549-8a2e51b861b3
code.cloudfoundry.org/dockerdriver v0.0.0-20240425154110-a68c794c8bb0
code.cloudfoundry.org/goshims v0.34.0
code.cloudfoundry.org/lager/v3 v3.0.3
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ code.cloudfoundry.org/cfhttp v2.0.0+incompatible h1:Gk1oNYalXmkebrG9kgUtZ9+FPjQG
code.cloudfoundry.org/cfhttp v2.0.0+incompatible/go.mod h1:kwYQ8kChWl4AuUJG3vKtp1po2B91S7XoUWhoKElabmA=
code.cloudfoundry.org/clock v1.1.0 h1:XLzC6W3Ah/Y7ht1rmZ6+QfPdt1iGWEAAtIZXgiaj57c=
code.cloudfoundry.org/clock v1.1.0/go.mod h1:yA3fxddT9RINQL2XHS7PS+OXxKCGhfrZmlNUCIM6AKo=
code.cloudfoundry.org/dockerdriver v0.0.0-20240415151549-8a2e51b861b3 h1:YSTFgZIJcmC4MT5ZGYbYQ5JZysb+vP4//4mii9w/SjE=
code.cloudfoundry.org/dockerdriver v0.0.0-20240415151549-8a2e51b861b3/go.mod h1:VrOyJbn5y/OSxSchDYeAzZa2HJ/r0/rsacdV+iqVSY0=
code.cloudfoundry.org/dockerdriver v0.0.0-20240425154110-a68c794c8bb0 h1:LtXPi3kfkRv1v9r4Z1vrx8C4MrzTQOAD5UikJ2LnTBI=
code.cloudfoundry.org/dockerdriver v0.0.0-20240425154110-a68c794c8bb0/go.mod h1:MMEvnCuQXFE3x52RigbEEp8CGpqVWdSzEvnUseIPv/I=
code.cloudfoundry.org/goshims v0.34.0 h1:R0t2MLPOrcqVLO8JrKSvEtE9P7t5caF5MaLrb1i4xGk=
code.cloudfoundry.org/goshims v0.34.0/go.mod h1:yUG2P9BnyBLJICLuH5bdDDPiRcPkhZDpUmxkrecBvdU=
code.cloudfoundry.org/lager/v3 v3.0.3 h1:/UTmadZfIaKuT/whEinSxK1mzRfNu1uPfvjFfGqiwzM=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ code.cloudfoundry.org/cfhttp/unix_transport
# code.cloudfoundry.org/clock v1.1.0
## explicit; go 1.20
code.cloudfoundry.org/clock
# code.cloudfoundry.org/dockerdriver v0.0.0-20240415151549-8a2e51b861b3
# code.cloudfoundry.org/dockerdriver v0.0.0-20240425154110-a68c794c8bb0
## explicit; go 1.19
code.cloudfoundry.org/dockerdriver
code.cloudfoundry.org/dockerdriver/driverhttp
Expand Down

0 comments on commit e96fb36

Please sign in to comment.