mirror of
https://github.com/onyx-and-iris/gobs-cli.git
synced 2025-06-30 15:30:31 +01:00
36 lines
1.4 KiB
Modula-2
36 lines
1.4 KiB
Modula-2
module github.com/onyx-and-iris/gobs-cli
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/alecthomas/kong v1.10.0
|
|
github.com/alecthomas/mango-kong v0.1.0
|
|
github.com/andreykaipov/goobs v1.5.6
|
|
github.com/charmbracelet/lipgloss v1.1.0
|
|
github.com/titusjaka/kong-dotenv-go v0.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
|
|
github.com/charmbracelet/x/ansi v0.8.0 // indirect
|
|
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
|
|
github.com/charmbracelet/x/term v0.2.1 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/hashicorp/logutils v1.0.0 // indirect
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/mmcloughlin/profile v0.1.1 // indirect
|
|
github.com/muesli/mango v0.1.1-0.20220205060214-77e2058169ab // indirect
|
|
github.com/muesli/roff v0.1.0 // indirect
|
|
github.com/muesli/termenv v0.16.0 // indirect
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
)
|