Files
go-serial/go.mod
2020-09-22 00:20:59 +02: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-20200909081042-eff7692f9009
)