mirror of
https://github.com/onyx-and-iris/gobs-cli.git
synced 2025-05-20 16:10:26 +01:00
21 lines
637 B
Modula-2
21 lines
637 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
|
|
)
|
|
|
|
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/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
|
|
)
|