forked from curusarn/resh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 851 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/curusarn/resh
go 1.16
require (
github.com/BurntSushi/toml v0.4.1
github.com/awesome-gocui/gocui v1.0.0
github.com/coreos/go-semver v0.3.0
github.com/gdamore/tcell/v2 v2.4.0 // indirect
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mattn/go-shellwords v1.0.12
github.com/mb-14/gomarkov v0.0.0-20210216094942-a5b484cc0243
github.com/mitchellh/go-ps v1.0.0
github.com/schollz/progressbar v1.0.0
github.com/spf13/cobra v1.2.1
github.com/whilp/git-urls v1.0.0
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6
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
)