From 6d41e4f041ef4b0a8c57a8477e5d6eb5d6edcfe7 Mon Sep 17 00:00:00 2001 From: anthdm Date: Fri, 21 Jun 2024 15:03:57 +0200 Subject: [PATCH] comment replace in go.mod --- bootstrap/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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