23 lines
661 B
Modula-2
23 lines
661 B
Modula-2
module github.com/NunoSempere/twitter-cli-display-tui
|
|
|
|
go 1.23.4
|
|
|
|
require (
|
|
github.com/gdamore/tcell/v2 v2.8.1
|
|
github.com/jackc/pgx/v5 v5.7.4
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/mattn/go-runewidth v0.0.16
|
|
)
|
|
|
|
require (
|
|
github.com/gdamore/encoding v1.0.1 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/term v0.28.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
)
|