mirror of
https://github.com/eeeXun/GTT.git
synced 2025-05-18 08:40:35 -07:00
21 lines
612 B
Modula-2
21 lines
612 B
Modula-2
module gtt
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1
|
|
github.com/hajimehoshi/go-mp3 v0.3.3
|
|
github.com/hajimehoshi/oto/v2 v2.3.1
|
|
github.com/rivo/tview v0.0.0-20220911190240-55965cf21d8e
|
|
)
|
|
|
|
require (
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/rivo/uniseg v0.4.2 // indirect
|
|
golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e // indirect
|
|
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|