workon/go.mod

14 lines
326 B
Modula-2
Raw Normal View History

2020-04-13 10:29:56 -04:00
module github.com/walkah/workon
2021-08-02 17:41:17 -04:00
go 1.16
2020-04-13 10:29:56 -04:00
require (
github.com/mitchellh/go-homedir v1.1.0
2021-08-02 17:41:17 -04:00
github.com/spf13/cast v1.4.0 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/text v0.3.6 // indirect
2020-12-29 18:15:57 -05:00
gopkg.in/yaml.v2 v2.4.0
2020-04-13 10:29:56 -04:00
)