diff options
author | Julien Dessaux | 2024-08-23 22:14:47 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-08-23 22:14:47 +0200 |
commit | 0c451a7a2ae41e50192e22ada25c0332a8d12064 (patch) | |
tree | edafe8e666e015b43e2b680ec816cb73581a8841 /go.mod | |
parent | chore(deps): updated dependencies (diff) | |
download | gofunge98-master.tar.gz gofunge98-master.tar.bz2 gofunge98-master.zip |
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.22.5 +go 1.23.0 require github.com/stretchr/testify v1.9.0 |