2020-02-20 19:09:56 +00:00
|
|
|
module go.jolheiser.com/gpm
|
2020-02-19 05:18:36 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/AlecAivazis/survey/v2 v2.0.5
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2020-02-20 05:46:44 +00:00
|
|
|
github.com/go-chi/chi v4.0.3+incompatible
|
2020-02-19 05:18:36 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
|
|
github.com/urfave/cli/v2 v2.1.1
|
2020-02-20 19:09:56 +00:00
|
|
|
go.jolheiser.com/beaver v1.0.1
|
2020-02-19 05:18:36 +00:00
|
|
|
)
|