aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2021-09-24 10:09:10 +0200
committerJulien Dessaux2021-09-24 10:09:33 +0200
commit4cb1cfbef58b6acac9f198e75cb2053f278bcd5d (patch)
treedd419b91aa4b714503faa4cb9013b92c6c77b3d7 /go.mod
parentMade the interpreter pass most of the mycology test suite (diff)
downloadgofunge98-4cb1cfbef58b6acac9f198e75cb2053f278bcd5d.tar.gz
gofunge98-4cb1cfbef58b6acac9f198e75cb2053f278bcd5d.tar.bz2
gofunge98-4cb1cfbef58b6acac9f198e75cb2053f278bcd5d.zip
Renamed project since I do not intend to support over funge variants
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 718a815..b84a449 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module git.adyxax.org/adyxax/gofunge
+module git.adyxax.org/adyxax/gofunge98
go 1.17