mirror of https://github.com/curusarn/resh
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
961 B
31 lines
961 B
module github.com/curusarn/resh
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.1
|
|
github.com/awesome-gocui/gocui v1.1.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/mattn/go-isatty v0.0.17
|
|
github.com/mitchellh/go-ps v1.0.0
|
|
github.com/spf13/cobra v1.6.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/whilp/git-urls v1.0.0
|
|
go.uber.org/zap v1.24.0
|
|
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2
|
|
)
|
|
|
|
require (
|
|
github.com/atotto/clipboard v0.1.4 // indirect
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
|
github.com/gdamore/tcell/v2 v2.6.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/multierr v1.9.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
golang.org/x/term v0.5.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
)
|
|
|