gpm/go.mod

12 lines
231 B
Modula-2

module gitea.com/gpm/cli
go 1.13
require (
gitea.com/jolheiser/beaver v1.0.0
github.com/AlecAivazis/survey/v2 v2.0.5
github.com/BurntSushi/toml v0.3.1
github.com/mitchellh/go-homedir v1.1.0
github.com/urfave/cli/v2 v2.1.1
)