Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Bump code.cloudfoundry.org/goshims from 0.37.0 to 0.38.0 #337

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/smbdriver
require (
code.cloudfoundry.org/debugserver v0.0.0-20240708175632-eff029929d18
code.cloudfoundry.org/dockerdriver v0.0.0-20240620154825-441e44b5dbb3
code.cloudfoundry.org/goshims v0.37.0
code.cloudfoundry.org/goshims v0.38.0
code.cloudfoundry.org/lager/v3 v3.0.3
code.cloudfoundry.org/tlsconfig v0.0.0-20240522170710-79df114af82a
code.cloudfoundry.org/volume-mount-options v0.91.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,8 @@ code.cloudfoundry.org/debugserver v0.0.0-20240708175632-eff029929d18 h1:P71FtJ7y
code.cloudfoundry.org/debugserver v0.0.0-20240708175632-eff029929d18/go.mod h1:riVXk5Oz1jVDj/XbjkTx5xkojNWhzfg9v9VEyEwh2C8=
code.cloudfoundry.org/dockerdriver v0.0.0-20240620154825-441e44b5dbb3 h1:PPP8BJ3JxK4KXGobSYfNKhV/29iDx5uRixtidEUN01A=
code.cloudfoundry.org/dockerdriver v0.0.0-20240620154825-441e44b5dbb3/go.mod h1:1hSkBpDKv3ZqaShY0o1Qs1AmRDGJISFOTVxEC2VnDoU=
code.cloudfoundry.org/goshims v0.37.0 h1:qdn8SoZrTGU4IoKJK2bXmBDjGmRpMrDjbxWnAZXUdtk=
code.cloudfoundry.org/goshims v0.37.0/go.mod h1:nc0zfEFi2frXJ9XUjqNHUrFILe9sNdfSSpfOn1mvUNY=
code.cloudfoundry.org/goshims v0.38.0 h1:ai4bb1cdTbMAVFkrKwTu7ZjuwWrSIeU8CMuUonP0x+E=
code.cloudfoundry.org/goshims v0.38.0/go.mod h1:UgJ7F+5ShYhlBWHI2h1Srt5356QUM+sd7Nui8ODFibo=
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-20240522170710-79df114af82a h1:yWneME1ZPxsWkZT1R9e0n6CymukD5pU/ceEYo4ZVMak=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ code.cloudfoundry.org/debugserver
## explicit; go 1.19
code.cloudfoundry.org/dockerdriver
code.cloudfoundry.org/dockerdriver/driverhttp
# code.cloudfoundry.org/goshims v0.37.0
# code.cloudfoundry.org/goshims v0.38.0
## explicit; go 1.20
code.cloudfoundry.org/goshims/bufioshim
code.cloudfoundry.org/goshims/filepathshim
Expand Down
Loading