diff --git a/cli/htmgo/tasks/downloadtemplate/main.go b/cli/htmgo/tasks/downloadtemplate/main.go index 6546034..16ccbdd 100644 --- a/cli/htmgo/tasks/downloadtemplate/main.go +++ b/cli/htmgo/tasks/downloadtemplate/main.go @@ -69,8 +69,6 @@ func DownloadTemplate(outPath string) { slog.Debug("current working dir", slog.String("cwd", process.GetWorkingDir())) commands := [][]string{ - {"go", "get", "github.com/maddalax/htmgo/framework@latest"}, - {"go", "get", "github.com/maddalax/htmgo/framework-ui@latest"}, {"git", "init"}, }