fuse-device-plugin/src/go.mod
Stefan Reimer dc23e0323a
All checks were successful
ZeroDownTime/fuse-device-plugin/pipeline/tag This commit looks good
ZeroDownTime/fuse-device-plugin/pipeline/head This commit looks good
Use updated GO dependencies and fixes from https://github.com/cox96de/fuse-device-plugin.git
2023-09-27 17:56:58 +00:00

20 lines
487 B
Modula-2

module fuse-device-plugin
go 1.20
require (
github.com/fsnotify/fsnotify v1.6.0
golang.org/x/net v0.13.0
google.golang.org/grpc v1.54.0
k8s.io/kubelet v0.28.1
)
require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)