aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2024-04-11 22:41:38 +0200
committerJulien Dessaux2024-04-11 22:41:38 +0200
commitc862a681e8b536d49b890b3f22437304610d046b (patch)
tree8aecb50699c15b1f7e49c611994532d4cd89bcdd
parentchore(deps): updated dependencies (diff)
downloadgofunge98-c862a681e8b536d49b890b3f22437304610d046b.tar.gz
gofunge98-c862a681e8b536d49b890b3f22437304610d046b.tar.bz2
gofunge98-c862a681e8b536d49b890b3f22437304610d046b.zip
chore(deps): updated dependenciesHEADmaster
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 675e781..2524580 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module git.adyxax.org/adyxax/gofunge98
-go 1.22.1
+go 1.22.2
require github.com/stretchr/testify v1.9.0