town/go.mod

9 lines
115 B
Modula-2

module git.tilde.town/tildetown/town
go 1.14
require (
github.com/spf13/cobra v1.5.0
gopkg.in/yaml.v3 v3.0.1
)