mirror of
https://github.com/onyx-and-iris/gobs-cli.git
synced 2025-06-10 05:30:34 +01:00
28 lines
990 B
Modula-2
28 lines
990 B
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/aquasecurity/table v1.10.0
|
|
github.com/titusjaka/kong-dotenv-go v0.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/buger/jsonparser v1.1.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/mattn/go-runewidth v0.0.13 // 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/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
|
|
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
|
|
)
|