forked from einride/can-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (27 loc) · 954 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/davecgh/go-spew v1.1.1
github.com/fatih/color v1.13.0
github.com/golang/mock v1.6.0
github.com/mdlayher/netlink v1.7.0
github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041
go.uber.org/goleak v1.2.0
golang.org/x/net v0.2.0
golang.org/x/sync v0.1.0
golang.org/x/sys v0.2.0
golang.org/x/tools v0.3.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gotest.tools/v3 v3.4.0
)
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/josharian/native v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mdlayher/socket v0.4.0 // indirect
github.com/shurcooL/go v0.0.0-20190704215121-7189cc372560 // indirect
golang.org/x/mod v0.7.0 // indirect
)