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 (
|
2019-06-04 09:17:44 +02:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2020-01-07 10:41:03 -08:00
|
|
|
github.com/fatih/color v1.9.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
|
2019-12-05 17:11:14 -08:00
|
|
|
github.com/olekukonko/tablewriter v0.0.4
|
2020-01-15 16:31:19 -08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-03-24 16:31:54 -07:00
|
|
|
golang.org/x/tools v0.0.0-20200324201824-1fc30e1f4ccc
|
2019-12-18 11:50:29 -08:00
|
|
|
k8s.io/klog v1.0.0
|
2018-09-17 20:50:37 +02:00
|
|
|
)
|