21
go.mod
21
go.mod
@@ -3,10 +3,21 @@ module go.unistack.org/micro-store-s3/v3
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/gabriel-vasile/mimetype v1.4.0
|
||||
github.com/google/uuid v1.2.0 // indirect
|
||||
github.com/minio/minio-go/v7 v7.0.29
|
||||
github.com/gabriel-vasile/mimetype v1.4.1
|
||||
github.com/google/gnostic v0.6.9 // indirect
|
||||
github.com/google/uuid v1.3.0 // indirect
|
||||
github.com/klauspost/compress v1.15.7 // indirect
|
||||
github.com/klauspost/cpuid/v2 v2.0.14 // indirect
|
||||
github.com/minio/md5-simd v1.1.2 // indirect
|
||||
github.com/minio/minio-go/v7 v7.0.31
|
||||
github.com/minio/sha256-simd v1.0.0 // indirect
|
||||
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
||||
github.com/rs/xid v1.4.0 // indirect
|
||||
github.com/stretchr/testify v1.7.0 // indirect
|
||||
go.unistack.org/micro/v3 v3.9.10
|
||||
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
|
||||
go.unistack.org/micro/v3 v3.9.11
|
||||
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
|
||||
golang.org/x/net v0.0.0-20220706163947-c90051bbdb60 // indirect
|
||||
golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d // indirect
|
||||
gopkg.in/ini.v1 v1.66.6 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user