mirror of
https://github.com/snapp-incubator/pakhshi.git
synced 2025-09-26 20:21:13 +08:00
25 lines
841 B
Modula-2
25 lines
841 B
Modula-2
module github.com/snapp-incubator/pakhshi/example/cli
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.3.5
|
|
github.com/pterm/pterm v0.12.33
|
|
github.com/snapp-incubator/pakhshi v1.0.2
|
|
github.com/spf13/cobra v1.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/atomicgo/cursor v0.0.1 // indirect
|
|
github.com/gookit/color v1.4.2 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
|
|
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c // indirect
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
|
)
|