2021-03-21 03:01:12 +00:00
|
|
|
module git.tilde.town/tildetown/town
|
|
|
|
|
2022-07-31 13:43:40 +00:00
|
|
|
go 1.18
|
2022-07-30 13:45:37 +00:00
|
|
|
|
|
|
|
require (
|
2022-07-31 12:05:43 +00:00
|
|
|
github.com/AlecAivazis/survey/v2 v2.3.5
|
|
|
|
github.com/charmbracelet/glamour v0.5.0
|
2022-07-30 13:45:37 +00:00
|
|
|
github.com/spf13/cobra v1.5.0
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
)
|