forked from thoughtworks/talisman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (18 loc) · 750 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module talisman
require (
github.com/Sirupsen/logrus v0.0.0-20151204141443-446d1c146faa
github.com/bmatcuk/doublestar v1.1.1
github.com/common-nighthawk/go-figure v0.0.0-20190529165535-67e0ed34491a
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/drhodes/golorem v0.0.0-20120624033213-6e38d8d5e455
github.com/fatih/color v1.7.0
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/gox v0.4.0 // indirect
github.com/mitchellh/iochan v1.0.0 // indirect
github.com/olekukonko/tablewriter v0.0.1
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.3
github.com/stretchr/testify v0.0.0-20151208002404-e3a8ff8ce365
gopkg.in/yaml.v2 v2.2.1
)