2018-09-17 20:50:37 +02:00
|
|
|
module github.com/mgechev/revive
|
|
|
|
|
|
|
|
require (
|
2019-06-04 09:17:44 +02:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2018-09-17 20:50:37 +02:00
|
|
|
github.com/fatih/color v1.7.0
|
|
|
|
github.com/fatih/structtag v1.0.0
|
2019-06-04 01:10:43 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.2 // indirect
|
2019-06-04 09:17:17 +02:00
|
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect
|
2019-08-17 18:38:54 +02:00
|
|
|
github.com/mgechev/dots v0.0.0-20181228164730-18fa4c4b71cc
|
2019-06-04 09:22:31 +02:00
|
|
|
github.com/olekukonko/tablewriter v0.0.1
|
2019-06-04 01:10:22 +02:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-08-14 17:29:30 -07:00
|
|
|
golang.org/x/sys v0.0.0-20190815002308-fde4db37ae7a // indirect
|
2019-08-16 14:19:37 -07:00
|
|
|
golang.org/x/tools v0.0.0-20190816203027-6889da9d5479
|
2018-09-17 20:50:37 +02:00
|
|
|
)
|