2024-11-11 22:36:22 +01:00
|
|
|
module egtyl.xyz/omnibill/tui
|
2024-11-01 21:04:01 +01:00
|
|
|
|
|
|
|
go 1.23.2
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/nicksnyder/go-i18n/v2 v2.4.1
|
2024-11-11 22:36:22 +01:00
|
|
|
golang.org/x/term v0.26.0
|
2024-11-01 21:04:01 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-12-03 14:43:48 +01:00
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
2024-11-11 22:36:22 +01:00
|
|
|
golang.org/x/sys v0.27.0 // indirect
|
2024-11-01 21:04:01 +01:00
|
|
|
golang.org/x/text v0.19.0 // indirect
|
|
|
|
)
|