mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 09:07:20 +00:00
11 lines
306 B
Modula-2
11 lines
306 B
Modula-2
module acore-compose/statusdash
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/gizak/termui/v3 v3.1.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.2 // indirect
|
|
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
|
|
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect
|
|
)
|