9 lines
199 B
Modula-2
Raw Normal View History

2021-05-30 07:18:39 -04:00
module github.com/tjboldt/Apple2-IO-RPi/RaspberryPi/apple2driver
go 1.16
2021-06-06 22:09:00 -04:00
require (
github.com/tjboldt/ProDOS-Utilities v0.0.0-20210607001541-fa0e76cf84c0
periph.io/x/periph v3.6.8+incompatible
)