12 lines
224 B
Modula-2
12 lines
224 B
Modula-2
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
|
|
github.com/spf13/viper v1.4.0
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|