diff --git a/go.mod b/go.mod index c5725e9..eaf6cfa 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 3aa355a..e9703ad 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/vendor/modules.txt b/vendor/modules.txt index e74f2ed..8fbcf19 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -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