forked from alajmo/mani
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 792 Bytes
/
Copy pathgo.mod
File metadata and controls
23 lines (20 loc) · 792 Bytes
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/alajmo/mani
go 1.16
require (
github.com/fatih/color v1.13.0 // indirect
github.com/jedib0t/go-pretty/v6 v6.2.4
github.com/kr/pretty v0.2.1
github.com/kr/text v0.2.0 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/otiai10/copy v1.6.0
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/cobra v1.2.1
github.com/theckman/yacspin v0.8.0
golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
replace github.com/alajmo/goph v1.2.2 => ../forks/goph