mirror of
https://github.com/SoarinFerret/trmm-lam.git
synced 2025-11-29 00:23:37 +00:00
27 lines
830 B
Modula-2
27 lines
830 B
Modula-2
module github.com/soarinferret/trmm-lam
|
|
|
|
go 1.22.6
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/pterm/pterm v0.12.80
|
|
github.com/spf13/cobra v1.9.1
|
|
)
|
|
|
|
require (
|
|
atomicgo.dev/cursor v0.2.0 // indirect
|
|
atomicgo.dev/keyboard v0.2.9 // indirect
|
|
atomicgo.dev/schedule v0.1.0 // indirect
|
|
github.com/containerd/console v1.0.3 // indirect
|
|
github.com/gookit/color v1.5.4 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/lithammer/fuzzysearch v1.1.8 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
golang.org/x/sys v0.27.0 // indirect
|
|
golang.org/x/term v0.26.0 // indirect
|
|
golang.org/x/text v0.20.0 // indirect
|
|
)
|