-
Notifications
You must be signed in to change notification settings - Fork 37
/
go.mod
30 lines (27 loc) · 937 Bytes
/
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
module go.einride.tech/can
go 1.19
require (
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.17.0
github.com/golang/mock v1.6.0
github.com/mdlayher/netlink v1.7.2
github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041
go.uber.org/goleak v1.3.0
golang.org/x/net v0.25.0
golang.org/x/sync v0.7.0
golang.org/x/sys v0.20.0
golang.org/x/tools v0.21.0
gotest.tools/v3 v3.5.1
)
require (
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mdlayher/socket v0.4.1 // indirect
github.com/shurcooL/go v0.0.0-20190704215121-7189cc372560 // indirect
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
golang.org/x/mod v0.17.0 // indirect
)