sim-modem/go.mod

15 lines
282 B
Modula-2
Raw Normal View History

2024-07-22 15:53:34 +00:00
module github.com/CGSG-2021-AE4/modem-test
2024-07-18 16:34:26 +00:00
go 1.22.5
require (
2024-07-21 13:05:09 +00:00
github.com/stianeikeland/go-rpio/v4 v4.6.0
2024-07-18 16:34:26 +00:00
go.bug.st/serial v1.6.2
)
require (
github.com/creack/goselect v0.1.2 // indirect
2024-07-21 13:05:09 +00:00
github.com/stretchr/testify v1.9.0 // indirect
2024-07-18 16:34:26 +00:00
golang.org/x/sys v0.18.0 // indirect
)