github.com/section/sectionctl@v1.12.3/go.mod (about)

     1  module github.com/section/sectionctl
     2  
     3  go 1.15
     4  
     5  require (
     6  	github.com/alecthomas/kong v0.2.16
     7  	github.com/briandowns/spinner v1.15.0
     8  	github.com/fatih/color v1.12.0
     9  	github.com/go-git/go-git/v5 v5.3.0
    10  	github.com/hashicorp/go-version v1.2.1
    11  	github.com/logrusorgru/aurora v2.0.3+incompatible
    12  	github.com/mattn/go-colorable v0.1.8
    13  	github.com/olekukonko/tablewriter v0.0.5
    14  	github.com/posener/complete v1.2.3
    15  	github.com/rs/zerolog v1.22.0
    16  	github.com/stretchr/testify v1.7.0
    17  	github.com/tc-hib/go-winres v0.2.0 // indirect
    18  	github.com/willabides/kongplete v0.2.0
    19  	github.com/zalando/go-keyring v0.1.1
    20  	golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
    21  	golang.org/x/sys v0.0.0-20210601080250-7ecdf8ef093b // indirect
    22  )