tui/go.mod
Eggactyl.bot 530a37e631 Update go.mod
Signed-off-by: Eggactyl.bot <noreply@eggactyl.cloud>
2024-07-16 18:59:04 +02:00

13 lines
227 B
Modula-2

module git.shadowhosting.xyz/Eggactyl/tui/v1
go 1.22.5
require (
github.com/nicksnyder/go-i18n/v2 v2.4.0
golang.org/x/term v0.22.0
)
require (
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
)