github.com/Johnny2210/revive@v1.0.8-0.20210625134200-febf37ccd0f5/go.mod (about)

     1  module github.com/Johnny2210/revive
     2  
     3  go 1.12
     4  
     5  require (
     6  	github.com/BurntSushi/toml v0.3.1
     7  	github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
     8  	github.com/fatih/color v1.12.0
     9  	github.com/fatih/structtag v1.2.0
    10  	github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81
    11  	github.com/mitchellh/go-homedir v1.1.0
    12  	github.com/olekukonko/tablewriter v0.0.5
    13  	github.com/pkg/errors v0.9.1
    14  	golang.org/x/tools v0.1.3
    15  )