Some checks failed
ZeroDownTime/fuse-device-plugin/pipeline/pr-main There was a failure building this commit
22 lines
509 B
Modula-2
22 lines
509 B
Modula-2
module fuse-device-plugin
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.2
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.6.0
|
|
golang.org/x/net v0.38.0
|
|
google.golang.org/grpc v1.68.1
|
|
k8s.io/kubelet v0.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
|
|
google.golang.org/protobuf v1.36.5 // indirect
|
|
)
|