2024-08-20 12:14:10 +00:00
|
|
|
module display-test
|
|
|
|
|
|
|
|
go 1.22.5
|
|
|
|
|
|
|
|
require (
|
2024-08-21 16:07:29 +00:00
|
|
|
gitea.unprism.ru/KRBL/sim-modem v0.1.7
|
|
|
|
github.com/stianeikeland/go-rpio/v4 v4.6.0
|
|
|
|
golang.org/x/image v0.19.0
|
2024-08-20 12:14:10 +00:00
|
|
|
periph.io/x/conn/v3 v3.7.1
|
|
|
|
periph.io/x/devices/v3 v3.7.1
|
|
|
|
periph.io/x/host/v3 v3.8.2
|
|
|
|
)
|
2024-08-21 16:07:29 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/creack/goselect v0.1.2 // indirect
|
|
|
|
go.bug.st/serial v1.6.2 // indirect
|
|
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
|
|
)
|