diff options
author | Julien Dessaux | 2025-01-24 21:48:58 +0100 |
---|---|---|
committer | Julien Dessaux | 2025-01-24 21:48:58 +0100 |
commit | a9beeffa0b55f90cea8109b305f304efa31c98d4 (patch) | |
tree | e2b687bd1aada25b67154013f9de694ab625133a | |
parent | add nvidia device plugin blog article (diff) | |
download | www-a9beeffa0b55f90cea8109b305f304efa31c98d4.tar.gz www-a9beeffa0b55f90cea8109b305f304efa31c98d4.tar.bz2 www-a9beeffa0b55f90cea8109b305f304efa31c98d4.zip |
chore(deps): 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 8ed87a8..ed321ec 100644 --- a/search/go.mod +++ b/search/go.mod @@ -1,6 +1,6 @@ module git.adyxax.org/adyxax/www/search -go 1.23.4 +go 1.23.5 require github.com/stretchr/testify v1.10.0 |