2019-03-19 13:50:59 -07:00
|
|
|
module github.com/minio/minio
|
|
|
|
|
2019-09-08 16:44:15 -07:00
|
|
|
go 1.13
|
2019-04-02 18:28:39 -07:00
|
|
|
|
2019-03-19 13:50:59 -07:00
|
|
|
require (
|
2019-12-13 21:57:11 +01:00
|
|
|
cloud.google.com/go v0.39.0
|
2020-06-25 07:31:16 -07:00
|
|
|
git.apache.org/thrift.git v0.13.0
|
2019-12-02 12:32:19 -05:00
|
|
|
github.com/Azure/azure-pipeline-go v0.2.1
|
|
|
|
github.com/Azure/azure-storage-blob-go v0.8.0
|
2020-08-12 17:32:24 -07:00
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.1 // indirect
|
2019-12-06 02:31:46 +03:00
|
|
|
github.com/Shopify/sarama v1.24.1
|
2020-07-23 08:03:31 -07:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
2019-04-02 18:28:39 -07:00
|
|
|
github.com/alecthomas/participle v0.2.1
|
2019-07-17 22:59:33 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.20.21
|
2019-03-19 13:50:59 -07:00
|
|
|
github.com/bcicen/jstream v0.0.0-20190220045926-16c1f8af81c2
|
2019-11-21 04:52:35 -08:00
|
|
|
github.com/beevik/ntp v0.2.0
|
2020-03-19 00:19:29 +01:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.1
|
2019-04-02 18:28:39 -07:00
|
|
|
github.com/cheggaaa/pb v1.0.28
|
2020-05-29 18:38:50 -07:00
|
|
|
github.com/colinmarc/hdfs/v2 v2.1.1
|
2019-04-02 18:28:39 -07:00
|
|
|
github.com/coredns/coredns v1.4.0
|
2020-06-12 20:04:01 -07:00
|
|
|
github.com/dchest/siphash v1.2.1
|
2019-04-02 18:28:39 -07:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
|
|
github.com/djherbis/atime v1.0.0
|
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2019-10-15 19:39:14 -07:00
|
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
2019-04-02 18:28:39 -07:00
|
|
|
github.com/elazarl/go-bindata-assetfs v1.0.0
|
2019-03-19 13:50:59 -07:00
|
|
|
github.com/fatih/color v1.7.0
|
|
|
|
github.com/fatih/structs v1.1.0
|
2020-07-23 08:03:31 -07:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
2020-06-05 04:41:42 +05:30
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2019-04-02 18:28:39 -07:00
|
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
2020-04-14 02:40:05 -07:00
|
|
|
github.com/google/uuid v1.1.1
|
2020-06-28 11:37:56 -07:00
|
|
|
github.com/gorilla/handlers v1.4.2
|
2020-07-11 14:02:07 -07:00
|
|
|
github.com/gorilla/mux v1.7.5-0.20200711200521-98cb6bf42e08
|
2020-01-18 14:21:13 -08:00
|
|
|
github.com/gorilla/rpc v1.2.0
|
2019-12-13 21:57:11 +01:00
|
|
|
github.com/hashicorp/vault/api v1.0.4
|
2020-06-12 10:18:42 -07:00
|
|
|
github.com/json-iterator/go v1.1.10
|
2020-03-12 07:02:15 +01:00
|
|
|
github.com/klauspost/compress v1.10.3
|
2020-07-14 17:38:05 +01:00
|
|
|
github.com/klauspost/cpuid v1.3.1
|
2019-04-02 18:28:39 -07:00
|
|
|
github.com/klauspost/pgzip v1.2.1
|
2019-11-06 01:20:37 +03:00
|
|
|
github.com/klauspost/readahead v1.3.1
|
2020-06-10 09:28:15 -07:00
|
|
|
github.com/klauspost/reedsolomon v1.9.9
|
2020-07-07 19:04:29 -07:00
|
|
|
github.com/lib/pq v1.7.0
|
2020-05-23 17:38:39 -07:00
|
|
|
github.com/mattn/go-colorable v0.1.4
|
2020-07-11 14:02:07 -07:00
|
|
|
github.com/mattn/go-ieproxy v0.0.1 // indirect
|
2020-05-23 17:38:39 -07:00
|
|
|
github.com/mattn/go-isatty v0.0.8
|
2019-04-02 18:28:39 -07:00
|
|
|
github.com/miekg/dns v1.1.8
|
2019-10-22 22:59:13 -07:00
|
|
|
github.com/minio/cli v1.22.0
|
2019-04-17 09:52:08 -07:00
|
|
|
github.com/minio/highwayhash v1.0.0
|
2020-08-12 17:32:24 -07:00
|
|
|
github.com/minio/minio-go/v7 v7.0.5-0.20200811211821-14ed05478889
|
2020-07-31 23:58:22 -07:00
|
|
|
github.com/minio/selfupdate v0.3.1
|
2019-09-24 01:01:54 -07:00
|
|
|
github.com/minio/sha256-simd v0.1.1
|
2020-08-10 09:02:29 -07:00
|
|
|
github.com/minio/simdjson-go v0.1.5
|
2019-05-29 16:35:12 -07:00
|
|
|
github.com/minio/sio v0.2.0
|
2019-03-19 13:50:59 -07:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-08-12 17:32:24 -07:00
|
|
|
github.com/mmcloughlin/avo v0.0.0-20200803215136-443f81d77104 // indirect
|
2020-03-26 21:07:39 -07:00
|
|
|
github.com/montanaflynn/stats v0.5.0
|
2020-07-07 19:04:29 -07:00
|
|
|
github.com/nats-io/nats-server/v2 v2.1.7
|
|
|
|
github.com/nats-io/nats-streaming-server v0.18.0 // indirect
|
|
|
|
github.com/nats-io/nats.go v1.10.0
|
|
|
|
github.com/nats-io/stan.go v0.7.0
|
2019-04-23 21:25:06 -07:00
|
|
|
github.com/ncw/directio v1.0.5
|
2019-04-02 18:28:39 -07:00
|
|
|
github.com/nsqio/go-nsq v1.0.7
|
2020-03-19 00:19:29 +01:00
|
|
|
github.com/philhofer/fwd v1.0.0 // indirect
|
2020-06-25 07:31:16 -07:00
|
|
|
github.com/pierrec/lz4 v2.4.0+incompatible
|
2019-07-12 08:23:20 +05:30
|
|
|
github.com/pkg/errors v0.8.1
|
2020-07-07 19:04:29 -07:00
|
|
|
github.com/prometheus/client_golang v1.0.0
|
2019-03-19 13:50:59 -07:00
|
|
|
github.com/rjeczalik/notify v0.9.2
|
2020-06-04 14:58:34 -07:00
|
|
|
github.com/rs/cors v1.7.0
|
2019-10-29 23:36:47 +01:00
|
|
|
github.com/secure-io/sio-go v0.3.0
|
2020-03-26 21:07:39 -07:00
|
|
|
github.com/shirou/gopsutil v2.20.3-0.20200314133625-53cec6b37e6a+incompatible
|
2020-07-14 17:38:05 +01:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2020-04-27 19:06:21 +02:00
|
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
2019-12-13 21:57:11 +01:00
|
|
|
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94
|
2020-06-25 07:31:16 -07:00
|
|
|
github.com/tidwall/gjson v1.3.5
|
|
|
|
github.com/tidwall/sjson v1.0.4
|
2020-07-04 12:25:53 -07:00
|
|
|
github.com/tinylib/msgp v1.1.2
|
2019-03-19 13:50:59 -07:00
|
|
|
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
|
2020-08-12 17:32:24 -07:00
|
|
|
github.com/willf/bitset v1.1.11 // indirect
|
2020-04-27 19:06:21 +02:00
|
|
|
github.com/willf/bloom v2.0.3+incompatible
|
2020-03-20 18:10:27 +00:00
|
|
|
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c
|
2020-07-13 16:46:34 +02:00
|
|
|
go.etcd.io/etcd/v3 v3.3.0-rc.0.0.20200707003333-58bb8ae09f8e
|
2020-07-14 17:38:05 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
|
|
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
|
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
|
2020-08-14 18:17:14 -07:00
|
|
|
golang.org/x/tools v0.0.0-20200814172026-c4923e618c08 // indirect
|
2019-12-13 21:57:11 +01:00
|
|
|
google.golang.org/api v0.5.0
|
2020-05-29 18:38:50 -07:00
|
|
|
gopkg.in/jcmturner/gokrb5.v7 v7.3.0
|
2019-09-09 16:12:29 -07:00
|
|
|
gopkg.in/ldap.v3 v3.0.3
|
2019-04-02 18:28:39 -07:00
|
|
|
gopkg.in/olivere/elastic.v5 v5.0.80
|
2020-05-23 17:38:39 -07:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2019-03-19 13:50:59 -07:00
|
|
|
)
|