diff options
Diffstat (limited to 'test/fuse_integration/go.mod')
| -rw-r--r-- | test/fuse_integration/go.mod | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/fuse_integration/go.mod b/test/fuse_integration/go.mod index 47246cdd8..528303465 100644 --- a/test/fuse_integration/go.mod +++ b/test/fuse_integration/go.mod @@ -1,11 +1,13 @@ -module seaweedfs-fuse-tests +module seaweedfs-posix-tests go 1.21 -require github.com/stretchr/testify v1.8.4 +require ( + github.com/stretchr/testify v1.9.0 +) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect -) +)
\ No newline at end of file |
