diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
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 |