2020-02-20 19:09:56 +00:00
|
|
|
module go.jolheiser.com/gpm
|
2020-02-19 05:18:36 +00:00
|
|
|
|
2020-10-07 04:11:36 +00:00
|
|
|
go 1.15
|
2020-02-19 05:18:36 +00:00
|
|
|
|
|
|
|
require (
|
2021-02-17 05:19:29 +00:00
|
|
|
github.com/AlecAivazis/survey/v2 v2.2.7
|
2020-10-07 04:11:36 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
2021-02-17 05:19:29 +00:00
|
|
|
github.com/go-chi/chi v1.5.2
|
2020-10-07 04:11:36 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
|
|
|
github.com/pelletier/go-toml v1.8.1
|
2021-02-17 05:19:29 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
|
|
go.jolheiser.com/beaver v1.1.0
|
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210216224549-f992740a1bac // indirect
|
|
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
|
|
|
|
golang.org/x/text v0.3.5 // indirect
|
2020-02-19 05:18:36 +00:00
|
|
|
)
|