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
|
2020-01-07 20:41:03 +02:00
|
|
|
github.com/fatih/color v1.9.0
|
2019-12-06 22:15:45 +02:00
|
|
|
github.com/fatih/structtag v1.2.0
|
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-06 03:11:14 +02:00
|
|
|
github.com/olekukonko/tablewriter v0.0.4
|
2020-01-16 02:31:19 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-08-21 22:01:42 +02:00
|
|
|
golang.org/x/tools v0.0.0-20200821182912-3509cdc6e916
|
2018-09-17 20:50:37 +02:00
|
|
|
)
|