diff options
author | Julien Dessaux | 2024-06-08 21:41:56 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-06-08 21:41:56 +0200 |
commit | a744ae85e845071d864d7f31074330cad29562ce (patch) | |
tree | c9f9f2cb5c0d2d368aa46db356b2d4fa634ae3c6 | |
parent | small fixes (diff) | |
download | www-a744ae85e845071d864d7f31074330cad29562ce.tar.gz www-a744ae85e845071d864d7f31074330cad29562ce.tar.bz2 www-a744ae85e845071d864d7f31074330cad29562ce.zip |
Updated 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 1828e5a..af84411 100644 --- a/search/go.mod +++ b/search/go.mod @@ -1,6 +1,6 @@ module git.adyxax.org/adyxax/www/search -go 1.22.2 +go 1.22.3 require github.com/stretchr/testify v1.9.0 |