mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2025-02-16 18:30:29 +00:00
12 lines
269 B
Modula-2
12 lines
269 B
Modula-2
module github.com/tjboldt/Apple2-IO-RPi/RaspberryPi/apple2driver
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/creack/pty v1.1.23
|
|
github.com/stianeikeland/go-rpio/v4 v4.6.0
|
|
github.com/tjboldt/ProDOS-Utilities v0.5.1
|
|
go.bug.st/serial v1.6.2
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
)
|