This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
39 lines (36 loc) · 1.49 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module code.cloudfoundry.org/nfsv3driver
require (
code.cloudfoundry.org/debugserver v0.0.0-20240605172147-3433a40ea1bc
code.cloudfoundry.org/dockerdriver v0.0.0-20240425154110-a68c794c8bb0
code.cloudfoundry.org/goshims v0.35.0
code.cloudfoundry.org/lager/v3 v3.0.3
code.cloudfoundry.org/tlsconfig v0.0.0-20240510172918-c1e19801fe80
code.cloudfoundry.org/volume-mount-options v0.91.0
code.cloudfoundry.org/volumedriver v0.96.0
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
github.com/onsi/ginkgo/v2 v2.19.0
github.com/onsi/gomega v1.33.1
github.com/tedsuo/ifrit v0.0.0-20230516164442-7862c310ad26
github.com/tedsuo/rata v1.0.0
gopkg.in/ldap.v2 v2.5.1
)
require (
code.cloudfoundry.org/cfhttp v2.0.0+incompatible // indirect
code.cloudfoundry.org/clock v1.1.0 // indirect
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20240528025155-186aa0362fba // indirect
github.com/openzipkin/zipkin-go v0.4.3 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/tools v0.22.0 // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
go 1.22.4