github.com/vishnupahwa/lakctl@v0.0.2-alpha/go.mod (about)

     1  module github.com/vishnupahwa/lakctl
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/mitchellh/go-ps v1.0.0
     7  	github.com/spf13/cobra v0.0.6
     8  	github.com/spf13/pflag v1.0.5 // indirect
     9  )