2021-10-27 17:58:49 +03:00
|
|
|
module go.unistack.org/micro-store-s3/v3
|
2021-01-26 02:11:14 +03:00
|
|
|
|
2021-10-27 17:58:49 +03:00
|
|
|
go 1.16
|
2021-01-26 02:11:14 +03:00
|
|
|
|
|
|
|
require (
|
2021-10-27 19:07:22 +03:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.0
|
2021-09-06 18:09:07 +03:00
|
|
|
github.com/google/uuid v1.2.0 // indirect
|
2022-01-20 01:13:04 +03:00
|
|
|
github.com/minio/minio-go/v7 v7.0.21
|
2021-09-22 20:16:23 +03:00
|
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
2022-01-21 20:19:38 +03:00
|
|
|
go.unistack.org/micro/v3 v3.8.18
|
2021-01-26 02:11:14 +03:00
|
|
|
)
|