forked from tildetown/town
22 lines
679 B
Modula-2
22 lines
679 B
Modula-2
module git.tilde.town/tildetown/town
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/AlecAivazis/survey/v2 v2.3.5
|
|
github.com/charmbracelet/glamour v0.5.0
|
|
github.com/spf13/cobra v1.5.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/mattn/go-colorable v0.1.2 // indirect
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.14 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
|
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
|
|
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
)
|