mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2024-11-22 17:33:22 +00:00
10 lines
234 B
Modula-2
10 lines
234 B
Modula-2
module github.com/tjboldt/Apple2-IO-RPi/RaspberryPi/apple2driver
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/creack/pty v1.1.17
|
|
github.com/stianeikeland/go-rpio/v4 v4.6.0
|
|
github.com/tjboldt/ProDOS-Utilities v0.0.0-20210607001541-fa0e76cf84c0
|
|
)
|