diff options
author | Julien Dessaux | 2025-02-15 23:52:43 +0100 |
---|---|---|
committer | Julien Dessaux | 2025-02-28 23:28:45 +0100 |
commit | 1db6c646658a858f1b65fc4b56cba9f36ef8e6e0 (patch) | |
tree | 9564225eee5ad5dd743764b34ea2ddfdaf1fca77 | |
parent | add YAML input validation blog article (diff) | |
download | www-1db6c646658a858f1b65fc4b56cba9f36ef8e6e0.tar.gz www-1db6c646658a858f1b65fc4b56cba9f36ef8e6e0.tar.bz2 www-1db6c646658a858f1b65fc4b56cba9f36ef8e6e0.zip |
chore(deps): update dependencies
-rw-r--r-- | search/go.mod | 2 |
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 |