mirror of
https://github.com/romychs/z80go.git
synced 2026-04-16 08:44:20 +03:00
9 lines
117 B
Modula-2
9 lines
117 B
Modula-2
module github.com/romychs/z80go
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.9.4
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|