github.com/blueinnovationsgroup/can-go@v0.0.0-20230518195432-d0567cda0028/go.mod (about)

     1  module github.com/blueinnovationsgroup/can-go
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/davecgh/go-spew v1.1.1
     7  	github.com/fatih/color v1.14.1
     8  	github.com/golang/mock v1.6.0
     9  	github.com/mdlayher/netlink v1.7.1
    10  	github.com/shurcooL/go-goon v1.0.0
    11  	go.uber.org/goleak v1.2.1
    12  	golang.org/x/net v0.7.0
    13  	golang.org/x/sync v0.1.0
    14  	golang.org/x/sys v0.5.0
    15  	golang.org/x/tools v0.6.0
    16  	gopkg.in/alecthomas/kingpin.v2 v2.2.6
    17  	gotest.tools/v3 v3.4.0
    18  )
    19  
    20  require (
    21  	github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
    22  	github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
    23  	github.com/google/go-cmp v0.5.9 // indirect
    24  	github.com/josharian/native v1.1.0 // indirect
    25  	github.com/mattn/go-colorable v0.1.13 // indirect
    26  	github.com/mattn/go-isatty v0.0.17 // indirect
    27  	github.com/mdlayher/socket v0.4.0 // indirect
    28  	github.com/shurcooL/go v0.0.0-20200502201357-93f07166e636 // indirect
    29  	golang.org/x/mod v0.8.0 // indirect
    30  )