micro-store-s3/go.mod
dependabot[bot] c89aadc765
Bump github.com/unistack-org/micro/v3 from 3.3.17 to 3.7.0
Bumps [github.com/unistack-org/micro/v3](https://github.com/unistack-org/micro) from 3.3.17 to 3.7.0.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.3.17...v3.7.0)

---
updated-dependencies:
- dependency-name: github.com/unistack-org/micro/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 15:00:35 +00:00

11 lines
224 B
Modula-2

module github.com/unistack-org/micro-store-s3/v3
go 1.15
require (
github.com/gabriel-vasile/mimetype v1.3.1
github.com/google/uuid v1.2.0
github.com/minio/minio-go/v7 v7.0.13
github.com/unistack-org/micro/v3 v3.7.0
)