diff --git a/bootstrap/go.mod b/bootstrap/go.mod index 17fd428..5ab6abc 100644 --- a/bootstrap/go.mod +++ b/bootstrap/go.mod @@ -3,7 +3,7 @@ module AABBCCDD go 1.22.4 // uncomment for local development on the superkit core. -replace github.com/anthdm/superkit => ../ +// replace github.com/anthdm/superkit => ../ require ( github.com/a-h/templ v0.2.707