You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
736 B
Modula-2
25 lines
736 B
Modula-2
module git.ruekov.eu/ruakij/webdav-csi-driver
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/container-storage-interface/spec v1.10.0
|
|
github.com/moby/sys/mountinfo v0.7.2
|
|
golang.org/x/sys v0.24.0
|
|
google.golang.org/grpc v1.65.0
|
|
google.golang.org/protobuf v1.34.2
|
|
k8s.io/klog/v2 v2.130.1
|
|
k8s.io/utils v0.0.0-20240821151609-f90d01438635
|
|
sigs.k8s.io/yaml v1.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
golang.org/x/net v0.28.0 // indirect
|
|
golang.org/x/text v0.17.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240823204242-4ba0660f739c // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|