CobraV2/serial_read/go.mod
foglar 895f56c581 Created GUI window with output
- now you can see the serial output in the graphical user interface
- main and gui packages were updated
- readme edit
2024-02-11 12:01:56 +01:00

11 lines
193 B
Modula-2

module foglar/serial_read
go 1.20
require (
github.com/mitchellh/go-homedir v1.1.0
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
)
require golang.org/x/sys v0.17.0 // indirect