2024-08-28 11:14:55 +00:00
|
|
|
module gitea.unprism.ru/yotia/display-test
|
2024-08-20 12:14:10 +00:00
|
|
|
|
|
|
|
go 1.22.5
|
|
|
|
|
|
|
|
require (
|
2024-09-29 18:09:59 +00:00
|
|
|
gitea.unprism.ru/KRBL/mpu v0.1.0
|
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
|
2024-09-15 17:21:57 +00:00
|
|
|
golang.org/x/text v0.17.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
|
2024-09-29 18:09:59 +00:00
|
|
|
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
|
2024-08-21 16:07:29 +00:00
|
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
|
|
)
|