diff options
author | Julien Dessaux | 2024-11-27 23:07:50 +0100 |
---|---|---|
committer | Julien Dessaux | 2024-11-27 23:07:50 +0100 |
commit | 6d19c8c0c52ab6fd79293a5783f8b5fbdd40be48 (patch) | |
tree | 60df75bf5f402644f915e2ff32f89b74870a871d | |
parent | chore(deps): updated dependencies (diff) | |
download | gofunge98-6d19c8c0c52ab6fd79293a5783f8b5fbdd40be48.tar.gz gofunge98-6d19c8c0c52ab6fd79293a5783f8b5fbdd40be48.tar.bz2 gofunge98-6d19c8c0c52ab6fd79293a5783f8b5fbdd40be48.zip |
-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.23.0 +go 1.23.3 require github.com/stretchr/testify v1.9.0 |