-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
39 lines (34 loc) · 1.11 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module github.com/roffe/gocan
go 1.23
require (
github.com/albenik/bcd v0.0.0-20170831201648-635201416bc7
github.com/bendikro/dl v0.0.0-20190410215913-e41fdb9069d4
github.com/fatih/color v1.18.0
github.com/google/gousb v1.1.3
go.bug.st/serial v1.6.2
go.einride.tech/can v0.5.4
golang.org/x/sync v0.8.0
google.golang.org/grpc v1.69.4
google.golang.org/protobuf v1.35.1
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/stretchr/testify v1.8.0 // indirect
golang.org/x/text v0.19.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
)
require (
github.com/golang/mock v1.6.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/josharian/native v1.0.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mdlayher/netlink v1.7.1 // indirect
github.com/mdlayher/socket v0.4.0 // indirect
golang.org/x/mod v0.17.0
golang.org/x/net v0.30.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
)
require (
github.com/creack/goselect v0.1.2 // indirect
golang.org/x/sys v0.27.0
)