aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2024-11-27 23:07:50 +0100
committerJulien Dessaux2024-11-27 23:07:50 +0100
commit6d19c8c0c52ab6fd79293a5783f8b5fbdd40be48 (patch)
tree60df75bf5f402644f915e2ff32f89b74870a871d
parentchore(deps): updated dependencies (diff)
downloadgofunge98-6d19c8c0c52ab6fd79293a5783f8b5fbdd40be48.tar.gz
gofunge98-6d19c8c0c52ab6fd79293a5783f8b5fbdd40be48.tar.bz2
gofunge98-6d19c8c0c52ab6fd79293a5783f8b5fbdd40be48.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 87afb96..7cbab75 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module git.adyxax.org/adyxax/gofunge98
-go 1.23.0
+go 1.23.3
require github.com/stretchr/testify v1.9.0