Files
go-serial/go.mod
2019-12-02 19:51:36 +01:00

10 lines
170 B
Modula-2

module go.bug.st/serial
go 1.13
require (
github.com/creack/goselect v0.1.1
github.com/stretchr/testify v1.4.0
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9
)