go.mod 379 B

12345678910111213141516
  1. module github.com/seaweedfs/seaweedfs/test/s3/iam
  2. go 1.24
  3. require (
  4. github.com/aws/aws-sdk-go v1.44.0
  5. github.com/golang-jwt/jwt/v5 v5.3.0
  6. github.com/stretchr/testify v1.8.4
  7. )
  8. require (
  9. github.com/davecgh/go-spew v1.1.1 // indirect
  10. github.com/jmespath/go-jmespath v0.4.0 // indirect
  11. github.com/pmezard/go-difflib v1.0.0 // indirect
  12. gopkg.in/yaml.v3 v3.0.1 // indirect
  13. )