diff options
author | Julien Dessaux | 2025-02-01 23:54:23 +0100 |
---|---|---|
committer | Julien Dessaux | 2025-02-01 23:54:23 +0100 |
commit | 798f07d619b7928d379bfeb33f27c739e80219fb (patch) | |
tree | 796e0ce8235ba1716849daac0f842883a43ff718 /go.mod | |
parent | chore(deps): updated dependencies (diff) | |
download | gofunge98-798f07d619b7928d379bfeb33f27c739e80219fb.tar.gz gofunge98-798f07d619b7928d379bfeb33f27c739e80219fb.tar.bz2 gofunge98-798f07d619b7928d379bfeb33f27c739e80219fb.zip |
Diffstat (limited to '')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ module git.adyxax.org/adyxax/gofunge98 -go 1.23.3 +go 1.23.5 -require github.com/stretchr/testify v1.9.0 +require github.com/stretchr/testify v1.10.0 require ( github.com/davecgh/go-spew v1.1.1 // indirect |