17 lines
483 B
Modula-2
17 lines
483 B
Modula-2
module go.jolheiser.com/tmpl
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/AlecAivazis/survey/v2 v2.2.2
|
|
github.com/go-git/go-git/v5 v5.2.0
|
|
github.com/huandu/xstrings v1.3.2
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/mholt/archiver/v3 v3.5.0
|
|
github.com/pelletier/go-toml v1.8.1
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
go.jolheiser.com/beaver v1.0.2
|
|
golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9 // indirect
|
|
golang.org/x/sys v0.0.0-20201113135734-0a15ea8d9b02 // indirect
|
|
)
|