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 (
|
2022-07-08 20:19:19 +03:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.1
|
2021-09-06 18:09:07 +03:00
|
|
|
github.com/google/uuid v1.2.0 // indirect
|
2022-06-25 22:41:35 +03:00
|
|
|
github.com/minio/minio-go/v7 v7.0.29
|
2021-09-22 20:16:23 +03:00
|
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
2022-06-27 20:32:53 +03:00
|
|
|
go.unistack.org/micro/v3 v3.9.10
|
2021-01-26 02:11:14 +03:00
|
|
|
)
|