aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2023-06-21 23:31:21 +0200
committerJulien Dessaux2023-06-21 23:31:21 +0200
commit01b9808b1daf8e63cbc7b185aa6f09d58c71040e (patch)
treed9f8e17d62dad226d431f26579f750e71e72a0c4 /go.mod
parentUpdated dependencies (diff)
downloadgofunge98-01b9808b1daf8e63cbc7b185aa6f09d58c71040e.tar.gz
gofunge98-01b9808b1daf8e63cbc7b185aa6f09d58c71040e.tar.bz2
gofunge98-01b9808b1daf8e63cbc7b185aa6f09d58c71040e.zip
go 1.20
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 2e84f7b..5e84f16 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module git.adyxax.org/adyxax/gofunge98
-go 1.17
+go 1.20
require github.com/stretchr/testify v1.8.4