diff options
author | Julien Dessaux | 2024-04-14 23:51:34 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-04-14 23:51:34 +0200 |
commit | 94024f2830d217a23e22214296e3e35672a3fa94 (patch) | |
tree | f5178c29323915c6b10a175a215c9ba3903c5764 | |
parent | added minecraft bedrock server on nixos blog article (diff) | |
download | www-94024f2830d217a23e22214296e3e35672a3fa94.tar.gz www-94024f2830d217a23e22214296e3e35672a3fa94.tar.bz2 www-94024f2830d217a23e22214296e3e35672a3fa94.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 e241362..1828e5a 100644 --- a/search/go.mod +++ b/search/go.mod @@ -1,6 +1,6 @@ module git.adyxax.org/adyxax/www/search -go 1.22.1 +go 1.22.2 require github.com/stretchr/testify v1.9.0 |