Home

tmpl @cae16cdbdc6ec5ee3def0755aeb1959f1d20f7de - refs - log -
-
https://git.jolheiser.com/tmpl.git
Template automation
tmpl / go.mod
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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/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
)