github.com/xiaoxu5271/can-go@v1.0.1/go.mod (about)

     1  module github.com/xiaoxu5271/can-go
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/alecthomas/kingpin/v2 v2.3.2
     7  	github.com/davecgh/go-spew v1.1.1
     8  	github.com/fatih/color v1.15.0
     9  	github.com/golang/mock v1.6.0
    10  	github.com/mdlayher/netlink v1.7.2
    11  	github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041
    12  	go.uber.org/goleak v1.2.1
    13  	golang.org/x/net v0.11.0
    14  	golang.org/x/sync v0.3.0
    15  	golang.org/x/sys v0.9.0
    16  	golang.org/x/tools v0.10.0
    17  	gotest.tools/v3 v3.5.0
    18  )
    19  
    20  require (
    21  	github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
    22  	github.com/google/go-cmp v0.5.9 // indirect
    23  	github.com/josharian/native v1.1.0 // indirect
    24  	github.com/mattn/go-colorable v0.1.13 // indirect
    25  	github.com/mattn/go-isatty v0.0.17 // indirect
    26  	github.com/mdlayher/socket v0.4.1 // indirect
    27  	github.com/shurcooL/go v0.0.0-20190704215121-7189cc372560 // indirect
    28  	github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
    29  	golang.org/x/mod v0.11.0 // indirect
    30  )