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 (
|
2022-01-19 12:59:08 -08:00
|
|
|
github.com/BurntSushi/toml v1.0.0
|
2021-04-05 19:00:03 -07:00
|
|
|
github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
|
2021-09-22 12:13:54 -07:00
|
|
|
github.com/fatih/color v1.13.0
|
2019-12-06 12:15:45 -08:00
|
|
|
github.com/fatih/structtag v1.2.0
|
2021-09-22 16:15:23 -07:00
|
|
|
github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
|
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
|
2022-01-28 09:28:57 -08:00
|
|
|
golang.org/x/tools v0.1.9
|
2018-09-17 20:50:37 +02:00
|
|
|
)
|