mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2024-11-25 06:31:22 +00:00
10 lines
206 B
Modula-2
10 lines
206 B
Modula-2
module github.com/tjboldt/Apple2-IO-RPi/RaspberryPi/apple2driver
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/creack/pty v1.1.18
|
|
github.com/stianeikeland/go-rpio/v4 v4.6.0
|
|
github.com/tjboldt/ProDOS-Utilities v0.4.5
|
|
)
|