mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
13 lines
368 B
Modula-2
13 lines
368 B
Modula-2
module github.com/jorenchik/mdemory/src/mdemory-app-qt
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/jorenchik/mdemory/src/compiler v0.0.0-00010101000000-000000000000
|
|
github.com/therecipe/qt v0.0.0-20200904063919-c0c124a5770d
|
|
)
|
|
|
|
require github.com/gopherjs/gopherjs v0.0.0-20190411002643-bd77b112433e // indirect
|
|
|
|
replace github.com/jorenchik/mdemory/src/compiler => ../compiler
|