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
|
|
|
|
2021-02-28 04:20:14 +00:00
|
|
|
replace go.jolheiser.com/gpm/go-gpm => ./go-gpm
|
|
|
|
|
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
|
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
|
2021-02-28 04:20:14 +00:00
|
|
|
go.etcd.io/bbolt v1.3.5
|
|
|
|
go.jolheiser.com/beaver v1.1.1
|
|
|
|
go.jolheiser.com/gpm/go-gpm v0.0.0-00010101000000-000000000000
|
2021-02-17 05:19:29 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
2021-02-28 04:20:14 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073 // indirect
|
2021-02-17 05:19:29 +00:00
|
|
|
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
|
|
|
)
|