aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2025-02-15 23:52:43 +0100
committerJulien Dessaux2025-02-15 23:52:43 +0100
commit74ccfac72f018e7905f55cb185831c9b4732e0ca (patch)
tree48aa176ac52771ecfb33810dceb5a20fb6ca5e32
parentadd YAML input validation blog article (diff)
downloadwww-74ccfac72f018e7905f55cb185831c9b4732e0ca.tar.gz
www-74ccfac72f018e7905f55cb185831c9b4732e0ca.tar.bz2
www-74ccfac72f018e7905f55cb185831c9b4732e0ca.zip
chore(deps): update dependenciesHEADmaster
Diffstat (limited to '')
-rw-r--r--search/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/go.mod b/search/go.mod
index ed321ec..12c7930 100644
--- a/search/go.mod
+++ b/search/go.mod
@@ -1,6 +1,6 @@
module git.adyxax.org/adyxax/www/search
-go 1.23.5
+go 1.23.6
require github.com/stretchr/testify v1.10.0