-
Notifications
You must be signed in to change notification settings - Fork 29
/
go.mod
31 lines (27 loc) · 1004 Bytes
/
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
module github.com/cvmfs-contrib/cvmfs-csi
go 1.22.5
toolchain go1.23.1
require (
github.com/container-storage-interface/spec v1.10.0
github.com/kubernetes-csi/csi-lib-utils v0.19.0
github.com/moby/sys/mountinfo v0.7.2
google.golang.org/grpc v1.66.2
google.golang.org/protobuf v1.34.2
k8s.io/apimachinery v0.31.1
k8s.io/klog/v2 v2.130.1
k8s.io/mount-utils v0.31.1
)
require (
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/opencontainers/runc v1.1.14 // indirect
github.com/opencontainers/runtime-spec v1.2.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
k8s.io/utils v0.0.0-20240902221715-702e33fdd3c3 // indirect
)