aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2024-08-23 22:14:47 +0200
committerJulien Dessaux2024-08-23 22:14:47 +0200
commit0c451a7a2ae41e50192e22ada25c0332a8d12064 (patch)
treeedafe8e666e015b43e2b680ec816cb73581a8841 /go.mod
parentchore(deps): updated dependencies (diff)
downloadgofunge98-master.tar.gz
gofunge98-master.tar.bz2
gofunge98-master.zip
chore(deps): updated dependenciesHEADmaster
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index bf656b8..87afb96 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module git.adyxax.org/adyxax/gofunge98
-go 1.22.5
+go 1.23.0
require github.com/stretchr/testify v1.9.0