Files
go-serial/go.mod
2021-02-26 12:24:20 +01:00

10 lines
170 B
Modula-2

module go.bug.st/serial
go 1.13
require (
github.com/creack/goselect v0.1.2
github.com/stretchr/testify v1.4.0
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009
)