github.com/mhristof/go-stacks@v0.1.3/go.mod (about)

     1  module github.com/mhristof/go-stacks
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/MakeNowJust/heredoc v1.0.0
     7  	github.com/kr/text v0.2.0 // indirect
     8  	github.com/mhristof/go-update v0.1.1
     9  	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
    10  	github.com/pkg/errors v0.9.1
    11  	github.com/sirupsen/logrus v1.8.1
    12  	github.com/spf13/cobra v1.2.1
    13  	github.com/stretchr/testify v1.7.0
    14  	golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 // indirect
    15  	gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
    16  )