summaryrefslogtreecommitdiff
path: root/go.mod
blob: a790a22cca9205cf88e58c345fec8e5ba00c9cb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
)