diff options
author | Julien Dessaux | 2023-06-21 23:31:21 +0200 |
---|---|---|
committer | Julien Dessaux | 2023-06-21 23:31:21 +0200 |
commit | 01b9808b1daf8e63cbc7b185aa6f09d58c71040e (patch) | |
tree | d9f8e17d62dad226d431f26579f750e71e72a0c4 /go.mod | |
parent | Updated dependencies (diff) | |
download | gofunge98-01b9808b1daf8e63cbc7b185aa6f09d58c71040e.tar.gz gofunge98-01b9808b1daf8e63cbc7b185aa6f09d58c71040e.tar.bz2 gofunge98-01b9808b1daf8e63cbc7b185aa6f09d58c71040e.zip |
go 1.20
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module git.adyxax.org/adyxax/gofunge98 -go 1.17 +go 1.20 require github.com/stretchr/testify v1.8.4 |