go.mod 228 B

1234567891011
  1. module seaweedfs-fuse-tests
  2. go 1.21
  3. require github.com/stretchr/testify v1.8.4
  4. require (
  5. github.com/davecgh/go-spew v1.1.1 // indirect
  6. github.com/pmezard/go-difflib v1.0.0 // indirect
  7. gopkg.in/yaml.v3 v3.0.1 // indirect
  8. )