diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +module deviceplugindemo + +go 1.20 + +require ( + github.com/fsnotify/fsnotify v1.6.0 + github.com/sirupsen/logrus v1.9.0 + golang.org/x/net v0.8.0 + google.golang.org/grpc v1.53.0 + k8s.io/kubelet v0.26.2 +) + +require ( + github.com/gogo/protobuf v1.3.2 // indirect + github.com/golang/protobuf v1.5.2 // indirect + golang.org/x/sys v0.6.0 // indirect + golang.org/x/text v0.8.0 // indirect + google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect + google.golang.org/protobuf v1.28.1 // indirect +) |
