diff options
author | Alan Pearce | 2025-03-11 19:32:51 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-11 19:32:51 +0100 |
commit | fd19126c36267a65c0f3b5b5e27009a2b7899368 (patch) | |
tree | c221c281202d73d7b44110a8f55093f35c0ec5b2 /go.mod | |
parent | cb37af4c87525bffc9b6f045b85e78aab18bf49d (diff) | |
download | searchix-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.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 |