Update go.mod dependencies
index 87f9b792..a5a1a446 100644 @@ -1,25 +1,25 @@ module code.cloudfoundry.org/smbdriver
-go 1.25.8 +go 1.26.0
- code.cloudfoundry.org/debugserver v0.113.0
- code.cloudfoundry.org/dockerdriver v0.105.0
- code.cloudfoundry.org/goshims v0.112.0
- code.cloudfoundry.org/lager/v3 v3.85.0
- code.cloudfoundry.org/tlsconfig v0.65.0
- code.cloudfoundry.org/volume-mount-options v0.166.0
- code.cloudfoundry.org/volumedriver v0.189.0
- code.cloudfoundry.org/debugserver v0.114.0
- code.cloudfoundry.org/dockerdriver v0.106.0
- code.cloudfoundry.org/goshims v0.113.0
- code.cloudfoundry.org/lager/v3 v3.86.0
- code.cloudfoundry.org/tlsconfig v0.66.0
- code.cloudfoundry.org/volume-mount-options v0.167.0
- code.cloudfoundry.org/volumedriver v0.190.0 github.com/maxbrunsfeld/counterfeiter/v6 v6.9.0
- github.com/onsi/ginkgo/v2 v2.32.1
- github.com/onsi/ginkgo/v2 v2.32.2 github.com/onsi/gomega v1.43.0
- github.com/tedsuo/ifrit v0.0.0-20260813155221-94822c932811
- github.com/tedsuo/ifrit v0.0.0-20260908181113-dd353a7daa27 github.com/tedsuo/rata v1.0.0
// pin ifrit until https://github.com/tedsuo/ifrit/pull/48 is merged
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
SMB-Volume Release
This repository is a BOSH release for deploying smbbroker and smbdriver to provision preexisting shares and bind the shares to your applications for share file access.
For information on getting started with Cloud Foundry look at the docs for CF Deployment.
Docs
Contributing
See the Contributing.md for more information on how to contribute.
Working Group Charter
This repository is maintained by App Runtime Platform under
Volume Servicesarea.