summaryrefslogtreecommitdiff
path: root/go.mod
blob: 2dc189d1aa3ed8366b7c058bd86e2a7089f59afa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module github.com/minio/minio-go/v6

go 1.12

require (
	github.com/dustin/go-humanize v1.0.0 // indirect
	github.com/minio/sha256-simd v0.1.1
	github.com/mitchellh/go-homedir v1.1.0
	github.com/sirupsen/logrus v1.4.2 // indirect
	github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
	golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
	golang.org/x/net v0.0.0-20190522155817-f3200d17e092
	gopkg.in/ini.v1 v1.42.0
)