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.
28 lines
913 B
28 lines
913 B
module github.com/curusarn/resh
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.4.1
|
|
github.com/awesome-gocui/gocui v1.0.0
|
|
github.com/mitchellh/go-ps v1.0.0
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/whilp/git-urls v1.0.0
|
|
go.uber.org/zap v1.21.0
|
|
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6
|
|
)
|
|
|
|
require (
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
|
github.com/gdamore/tcell/v2 v2.4.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.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
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|
|
|