forked from Apple-2-HW/Apple2-IO-RPi
453a644a0b
* Add tty support for shell * Update shell command
10 lines
242 B
Modula-2
10 lines
242 B
Modula-2
module github.com/tjboldt/Apple2-IO-RPi/RaspberryPi/apple2driver
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/creack/pty v1.1.17 // indirect
|
|
github.com/tjboldt/ProDOS-Utilities v0.0.0-20210607001541-fa0e76cf84c0
|
|
periph.io/x/periph v3.6.8+incompatible
|
|
)
|