You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
766 B
20 lines
766 B
module goMinioUpload
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/json-iterator/go v1.1.9 // indirect
|
|
github.com/klauspost/cpuid v1.2.3 // indirect
|
|
github.com/minio/md5-simd v1.1.0 // indirect
|
|
github.com/minio/minio-go/v6 v6.0.57 // indirect
|
|
github.com/minio/sha256-simd v0.1.1 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
|
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
|
|
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f // indirect
|
|
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
|
|
golang.org/x/sys v0.0.0-20190422165155-953cdadca894 // indirect
|
|
golang.org/x/text v0.3.0 // indirect
|
|
gopkg.in/ini.v1 v1.42.0 // indirect
|
|
)
|