diff options
author | Julien Dessaux | 2024-07-06 23:34:47 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-07-06 23:34:47 +0200 |
commit | 03f9f689eb12b3c0352e057004b4a73a4d58498f (patch) | |
tree | 80d69feaeee7c149cebac8af5a40e455c6d3b4b0 /go.mod | |
parent | chore(deps): updated dependencies (diff) | |
download | gofunge98-03f9f689eb12b3c0352e057004b4a73a4d58498f.tar.gz gofunge98-03f9f689eb12b3c0352e057004b4a73a4d58498f.tar.bz2 gofunge98-03f9f689eb12b3c0352e057004b4a73a4d58498f.zip |
chore(deps): updated dependencies
Diffstat (limited to '')
-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.2 +go 1.22.5 require github.com/stretchr/testify v1.9.0 |