mirror of
https://github.com/romychs/z80go.git
synced 2026-04-16 08:44:20 +03:00
11 lines
160 B
Modula-2
11 lines
160 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
|
|
)
|
|
|
|
require golang.org/x/sys v0.13.0 // indirect
|