summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 14 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..2dc189d
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,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
+)