mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-24 09:18:27 +00:00
15 lines
307 B
Modula-2
15 lines
307 B
Modula-2
module github.com/wavetermdev/waveterm/tsunami
|
|
|
|
go 1.25.6
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/outrigdev/goid v0.3.0
|
|
github.com/spf13/cobra v1.10.1
|
|
golang.org/x/mod v0.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
|
)
|