From f070a70c58e10085daa1dad59f8001134f15009c Mon Sep 17 00:00:00 2001 From: Will Ockelmann-Wagner Date: Sun, 25 Feb 2024 21:38:26 -0800 Subject: [PATCH] try 2-value version --- examples/templ/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/templ/go.mod b/examples/templ/go.mod index a044f0b..c767245 100644 --- a/examples/templ/go.mod +++ b/examples/templ/go.mod @@ -1,6 +1,6 @@ module github.com/will-wow/typed-htmx-go/examples/templ -go 1.22.0 +go 1.22 require ( github.com/a-h/templ v0.2.543