mirror of
https://github.com/TencentCloud/tencentmeeting-cli.git
synced 2026-09-14 20:46:40 +08:00
23 lines
534 B
Modula-2
23 lines
534 B
Modula-2
module tmeet
|
|
|
|
go 1.22.0
|
|
|
|
require github.com/spf13/cobra v1.10.2
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.6.2
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/itchyny/gojq v0.12.17
|
|
github.com/spf13/pflag v1.0.10
|
|
github.com/zalando/go-keyring v0.2.8
|
|
golang.org/x/sys v0.30.0
|
|
google.golang.org/protobuf v1.34.2
|
|
)
|
|
|
|
require (
|
|
github.com/danieljoos/wincred v1.2.3 // indirect
|
|
github.com/godbus/dbus/v5 v5.2.2 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/itchyny/timefmt-go v0.1.6 // indirect
|
|
)
|