2018-09-17 20:50:37 +02:00
|
|
|
module github.com/mgechev/revive
|
|
|
|
|
2019-08-18 08:03:16 -07:00
|
|
|
go 1.12
|
|
|
|
|
2018-09-17 20:50:37 +02:00
|
|
|
require (
|
2020-10-29 14:11:52 +01:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2021-04-05 19:00:03 -07:00
|
|
|
github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
|
2021-05-25 15:09:42 -07:00
|
|
|
github.com/fatih/color v1.12.0
|
2019-12-06 12:15:45 -08:00
|
|
|
github.com/fatih/structtag v1.2.0
|
2019-12-02 11:50:47 -08:00
|
|
|
github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81
|
2019-09-17 08:38:25 -07:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2021-02-12 16:47:56 -08:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
2020-01-15 16:31:19 -08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-06-25 11:02:58 -07:00
|
|
|
golang.org/x/tools v0.1.4
|
2018-09-17 20:50:37 +02:00
|
|
|
)
|