town/go.mod

11 lines
197 B
Modula-2
Raw Normal View History

2021-03-21 03:01:12 +00:00
module git.tilde.town/tildetown/town
2021-03-19 04:18:49 +00:00
go 1.14
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
)