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-06-03 14:36:28 +02:00
|
|
|
github.com/mgechev/dots v0.0.0-20190603122614-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-07-12 17:30:49 +02:00
|
|
|
golang.org/x/sys v0.0.0-20190712063909-fae7ac547cb7 // indirect
|
2019-07-16 16:43:18 +02:00
|
|
|
golang.org/x/tools v0.0.0-20190716023037-fefcef05abb1
|
2018-09-17 20:50:37 +02:00
|
|
|
)
|