2018-09-17 20:50:37 +02:00
|
|
|
module github.com/mgechev/revive
|
|
|
|
|
2019-08-18 17:03:16 +02:00
|
|
|
go 1.12
|
|
|
|
|
2018-09-17 20:50:37 +02:00
|
|
|
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
|
2019-12-02 21:46:48 +02:00
|
|
|
github.com/fatih/structtag v1.1.0
|
2019-06-04 01:10:43 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.2 // indirect
|
2019-08-18 17:03:16 +02:00
|
|
|
github.com/mattn/go-isatty v0.0.9 // indirect
|
2019-12-02 21:50:47 +02:00
|
|
|
github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81
|
2019-09-17 17:38:25 +02:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2019-12-02 21:46:33 +02:00
|
|
|
github.com/olekukonko/tablewriter v0.0.3
|
2019-09-17 17:38:25 +02:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-12-02 21:53:46 +02:00
|
|
|
golang.org/x/tools v0.0.0-20191202190120-aa29eadba215
|
2018-09-17 20:50:37 +02:00
|
|
|
)
|