18 lines
580 B
Modula-2
18 lines
580 B
Modula-2
module go.jolheiser.com/gpm
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/AlecAivazis/survey/v2 v2.1.1
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
|
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
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
go.jolheiser.com/beaver v1.0.2
|
|
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
|
|
golang.org/x/sys v0.0.0-20201006155630-ac719f4daadf // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
)
|