about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorAlan Pearce2025-03-11 19:32:51 +0100
committerAlan Pearce2025-03-11 19:32:51 +0100
commitfd19126c36267a65c0f3b5b5e27009a2b7899368 (patch)
treec221c281202d73d7b44110a8f55093f35c0ec5b2 /go.mod
parentcb37af4c87525bffc9b6f045b85e78aab18bf49d (diff)
downloadsearchix-fd19126c36267a65c0f3b5b5e27009a2b7899368.tar.lz
searchix-fd19126c36267a65c0f3b5b5e27009a2b7899368.tar.zst
searchix-fd19126c36267a65c0f3b5b5e27009a2b7899368.zip
chore: update flake inputs, go and templ
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 9ecf80a..538a3f3 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,10 @@
 module go.alanpearce.eu/searchix
 
-go 1.22.3
+go 1.23.6
 
 require (
 	badc0de.net/pkg/flagutil v1.0.1
-	github.com/a-h/templ v0.2.793
+	github.com/a-h/templ v0.3.833
 	github.com/andybalholm/brotli v1.1.1
 	github.com/bcicen/jstream v1.0.1
 	github.com/blevesearch/bleve/v2 v2.4.4