github.com/songshiyun/revive@v1.1.5-0.20220323112655-f8433a19b3c5/go.mod (about)

     1  module github.com/songshiyun/revive
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/BurntSushi/toml v1.0.0
     7  	github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
     8  	github.com/fatih/color v1.13.0
     9  	github.com/fatih/structtag v1.2.0
    10  	github.com/go-git/go-git/v5 v5.4.2 // indirect
    11  	github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
    12  	github.com/mitchellh/go-homedir v1.1.0
    13  	github.com/olekukonko/tablewriter v0.0.5
    14  	github.com/pkg/errors v0.9.1
    15  	golang.org/x/tools v0.1.10
    16  )