2019-03-20 04:50:59 +08:00
|
|
|
module github.com/minio/minio
|
|
|
|
|
2020-09-10 02:23:54 +08:00
|
|
|
go 1.14
|
2019-04-03 09:28:39 +08:00
|
|
|
|
2019-03-20 04:50:59 +08:00
|
|
|
require (
|
2019-12-14 04:57:11 +08:00
|
|
|
cloud.google.com/go v0.39.0
|
2020-06-25 22:31:16 +08:00
|
|
|
git.apache.org/thrift.git v0.13.0
|
2020-09-01 01:19:25 +08:00
|
|
|
github.com/Azure/azure-pipeline-go v0.2.2
|
|
|
|
github.com/Azure/azure-storage-blob-go v0.10.0
|
2020-08-13 08:32:24 +08:00
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.1 // indirect
|
2020-12-13 12:31:28 +08:00
|
|
|
github.com/Shopify/sarama v1.27.2
|
2020-07-23 23:03:31 +08:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
2019-04-03 09:28:39 +08:00
|
|
|
github.com/alecthomas/participle v0.2.1
|
2020-11-18 01:13:28 +08:00
|
|
|
github.com/bcicen/jstream v1.0.1
|
2020-10-14 14:59:20 +08:00
|
|
|
github.com/beevik/ntp v0.3.0
|
2020-03-19 07:19:29 +08:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.1
|
2020-11-20 03:50:22 +08:00
|
|
|
github.com/cheggaaa/pb v1.0.29
|
2021-02-03 07:37:30 +08:00
|
|
|
github.com/colinmarc/hdfs/v2 v2.2.0
|
2019-04-03 09:28:39 +08:00
|
|
|
github.com/coredns/coredns v1.4.0
|
2020-06-13 11:04:01 +08:00
|
|
|
github.com/dchest/siphash v1.2.1
|
2019-04-03 09:28:39 +08:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
|
|
github.com/djherbis/atime v1.0.0
|
2020-10-05 01:18:46 +08:00
|
|
|
github.com/dswarbrick/smart v0.0.0-20190505152634-909a45200d6d
|
2019-04-03 09:28:39 +08:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2020-12-13 12:31:28 +08:00
|
|
|
github.com/eclipse/paho.mqtt.golang v1.3.0
|
2019-04-03 09:28:39 +08:00
|
|
|
github.com/elazarl/go-bindata-assetfs v1.0.0
|
2020-12-13 12:31:28 +08:00
|
|
|
github.com/fatih/color v1.10.0
|
2019-03-20 04:50:59 +08:00
|
|
|
github.com/fatih/structs v1.1.0
|
2020-07-23 23:03:31 +08:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
2020-06-05 07:11:42 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2020-12-13 12:31:28 +08:00
|
|
|
github.com/gomodule/redigo v1.8.3
|
|
|
|
github.com/google/uuid v1.1.2
|
2020-12-16 03:18:06 +08:00
|
|
|
github.com/gorilla/handlers v1.5.1
|
2020-08-23 14:14:02 +08:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2019-12-14 04:57:11 +08:00
|
|
|
github.com/hashicorp/vault/api v1.0.4
|
2021-02-03 07:37:30 +08:00
|
|
|
github.com/jcmturner/gokrb5/v8 v8.4.2
|
2020-06-13 01:18:42 +08:00
|
|
|
github.com/json-iterator/go v1.1.10
|
2021-01-19 02:29:50 +08:00
|
|
|
github.com/klauspost/compress v1.11.7
|
2020-07-15 00:38:05 +08:00
|
|
|
github.com/klauspost/cpuid v1.3.1
|
2020-11-28 02:10:15 +08:00
|
|
|
github.com/klauspost/pgzip v1.2.5
|
2019-11-06 06:20:37 +08:00
|
|
|
github.com/klauspost/readahead v1.3.1
|
2020-06-11 00:28:15 +08:00
|
|
|
github.com/klauspost/reedsolomon v1.9.9
|
2020-09-25 13:20:30 +08:00
|
|
|
github.com/lib/pq v1.8.0
|
2020-12-13 12:31:28 +08:00
|
|
|
github.com/mattn/go-colorable v0.1.8
|
2020-07-12 05:02:07 +08:00
|
|
|
github.com/mattn/go-ieproxy v0.0.1 // indirect
|
2020-12-13 12:31:28 +08:00
|
|
|
github.com/mattn/go-isatty v0.0.12
|
2020-12-11 05:23:06 +08:00
|
|
|
github.com/miekg/dns v1.1.35
|
2019-10-23 13:59:13 +08:00
|
|
|
github.com/minio/cli v1.22.0
|
2019-04-18 00:52:08 +08:00
|
|
|
github.com/minio/highwayhash v1.0.0
|
2021-01-28 03:22:34 +08:00
|
|
|
github.com/minio/minio-go/v7 v7.0.8-0.20210127003153-c40722862654
|
2020-08-01 14:58:22 +08:00
|
|
|
github.com/minio/selfupdate v0.3.1
|
2019-09-24 16:01:54 +08:00
|
|
|
github.com/minio/sha256-simd v0.1.1
|
2021-01-19 02:29:50 +08:00
|
|
|
github.com/minio/simdjson-go v0.2.0
|
2020-10-30 00:34:20 +08:00
|
|
|
github.com/minio/sio v0.2.1
|
2019-03-20 04:50:59 +08:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-03-27 12:07:39 +08:00
|
|
|
github.com/montanaflynn/stats v0.5.0
|
2020-12-10 06:30:35 +08:00
|
|
|
github.com/nats-io/nats-server/v2 v2.1.9
|
|
|
|
github.com/nats-io/nats-streaming-server v0.19.0 // indirect
|
2020-07-08 10:04:29 +08:00
|
|
|
github.com/nats-io/nats.go v1.10.0
|
2020-12-10 06:30:35 +08:00
|
|
|
github.com/nats-io/nkeys v0.2.0 // indirect
|
2020-07-08 10:04:29 +08:00
|
|
|
github.com/nats-io/stan.go v0.7.0
|
2019-04-24 12:25:06 +08:00
|
|
|
github.com/ncw/directio v1.0.5
|
2020-12-13 12:31:28 +08:00
|
|
|
github.com/nsqio/go-nsq v1.0.8
|
2020-12-11 05:23:06 +08:00
|
|
|
github.com/olivere/elastic/v7 v7.0.22
|
2021-01-08 11:27:31 +08:00
|
|
|
github.com/philhofer/fwd v1.1.1
|
2020-12-13 12:31:28 +08:00
|
|
|
github.com/pierrec/lz4 v2.5.2+incompatible
|
2020-08-24 00:43:48 +08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-12-13 12:31:28 +08:00
|
|
|
github.com/prometheus/client_golang v1.8.0
|
2021-01-19 12:35:38 +08:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2021-01-23 10:30:16 +08:00
|
|
|
github.com/prometheus/procfs v0.2.0
|
2021-01-30 08:45:11 +08:00
|
|
|
github.com/quasilyte/go-ruleguard v0.2.1 // indirect
|
2019-03-20 04:50:59 +08:00
|
|
|
github.com/rjeczalik/notify v0.9.2
|
2020-06-05 05:58:34 +08:00
|
|
|
github.com/rs/cors v1.7.0
|
2019-10-30 06:36:47 +08:00
|
|
|
github.com/secure-io/sio-go v0.3.0
|
2020-12-10 06:30:35 +08:00
|
|
|
github.com/shirou/gopsutil v3.20.11+incompatible
|
2020-04-28 01:06:21 +08:00
|
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
2020-12-13 12:31:28 +08:00
|
|
|
github.com/streadway/amqp v1.0.0
|
2021-01-19 12:16:18 +08:00
|
|
|
github.com/tidwall/gjson v1.6.7
|
2020-06-25 22:31:16 +08:00
|
|
|
github.com/tidwall/sjson v1.0.4
|
2021-01-16 10:43:53 +08:00
|
|
|
github.com/tinylib/msgp v1.1.3
|
2021-01-30 08:45:11 +08:00
|
|
|
github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31 // indirect
|
2019-03-20 04:50:59 +08:00
|
|
|
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
|
2020-08-13 08:32:24 +08:00
|
|
|
github.com/willf/bitset v1.1.11 // indirect
|
2020-04-28 01:06:21 +08:00
|
|
|
github.com/willf/bloom v2.0.3+incompatible
|
2020-03-21 02:10:27 +08:00
|
|
|
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c
|
2020-12-04 03:35:18 +08:00
|
|
|
go.etcd.io/etcd v0.0.0-20201125193152-8a03d2e9614b
|
2021-01-26 12:01:49 +08:00
|
|
|
go.uber.org/zap v1.13.0
|
2020-12-04 11:23:19 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
|
2020-12-22 13:42:38 +08:00
|
|
|
golang.org/x/net v0.0.0-20201216054612-986b41b23924
|
2021-01-30 08:45:11 +08:00
|
|
|
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
|
|
|
|
golang.org/x/tools v0.1.0 // indirect
|
2019-12-14 04:57:11 +08:00
|
|
|
google.golang.org/api v0.5.0
|
2020-12-13 12:31:28 +08:00
|
|
|
gopkg.in/jcmturner/gokrb5.v7 v7.5.0
|
2019-09-10 07:12:29 +08:00
|
|
|
gopkg.in/ldap.v3 v3.0.3
|
2020-12-13 12:31:28 +08:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2021-01-30 08:45:11 +08:00
|
|
|
)
|