github.com/machinebox/remoto@v0.1.2-0.20191024144331-eff21a7d321f/go.mod (about)

     1  module github.com/machinebox/remoto
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/gobuffalo/helpers v0.4.0 // indirect
     7  	github.com/gobuffalo/plush v3.8.3+incompatible
     8  	github.com/markbates/inflect v1.0.4
     9  	github.com/matryer/is v1.2.0
    10  	github.com/pkg/errors v0.8.1
    11  	github.com/spf13/cobra v0.0.5
    12  )