From b108b8aead31802adbcc1d0e02888b0e05d988c7 Mon Sep 17 00:00:00 2001 From: maddalax Date: Thu, 26 Sep 2024 15:40:17 -0500 Subject: [PATCH] dont update here --- cli/htmgo/tasks/downloadtemplate/main.go | 2 -- 1 file changed, 2 deletions(-) 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"}, }