1
0
forked from tildetown/town
town/go.mod
2022-07-30 13:45:37 +00:00

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
)