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.
17 lines
648 B
17 lines
648 B
module github.com/curusarn/resh
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629
|
|
github.com/mattn/go-shellwords v1.0.6
|
|
github.com/mb-14/gomarkov v0.0.0-20190125094512-044dd0dcb5e7
|
|
github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
|
|
github.com/schollz/progressbar v1.0.0
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/wcharczuk/go-chart v2.0.1+incompatible
|
|
github.com/whilp/git-urls v0.0.0-20160530060445-31bac0d230fa
|
|
golang.org/x/image v0.0.0-20190902063713-cb417be4ba39 // indirect
|
|
)
|
|
|