workon/go.mod

12 lines
224 B
Modula-2
Raw Normal View History

2020-04-13 10:29:56 -04:00
module github.com/walkah/workon
go 1.14
require (
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
2020-07-30 21:34:01 -04:00
github.com/spf13/viper v1.7.0
gopkg.in/yaml.v2 v2.3.0
2020-04-13 10:29:56 -04:00
)