2019-03-19 13:50:59 -07:00
|
|
|
module github.com/minio/minio
|
|
|
|
|
2022-03-23 17:43:44 -07:00
|
|
|
go 1.16
|
2019-04-02 18:28:39 -07:00
|
|
|
|
2019-03-19 13:50:59 -07:00
|
|
|
require (
|
2021-05-11 03:15:11 +02:00
|
|
|
cloud.google.com/go/storage v1.10.0
|
2020-08-31 13:19:25 -04:00
|
|
|
github.com/Azure/azure-pipeline-go v0.2.2
|
|
|
|
github.com/Azure/azure-storage-blob-go v0.10.0
|
2022-03-01 17:17:18 -08:00
|
|
|
github.com/Shopify/sarama v1.30.0
|
2019-04-02 18:28:39 -07:00
|
|
|
github.com/alecthomas/participle v0.2.1
|
2020-11-17 09:13:28 -08:00
|
|
|
github.com/bcicen/jstream v1.0.1
|
2020-10-13 23:59:20 -07:00
|
|
|
github.com/beevik/ntp v0.3.0
|
2021-05-27 16:02:39 +01:00
|
|
|
github.com/bits-and-blooms/bloom/v3 v3.0.1
|
2021-12-03 13:24:49 -08:00
|
|
|
github.com/buger/jsonparser v1.1.1
|
2021-10-27 21:14:02 -07:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2
|
2020-11-19 11:50:22 -08:00
|
|
|
github.com/cheggaaa/pb v1.0.29
|
2021-02-02 15:37:30 -08:00
|
|
|
github.com/colinmarc/hdfs/v2 v2.2.0
|
2022-03-01 17:17:18 -08:00
|
|
|
github.com/coredns/coredns v1.9.0
|
2021-11-11 11:23:30 -08:00
|
|
|
github.com/coreos/go-oidc v2.1.0+incompatible
|
2021-10-18 08:44:36 -07:00
|
|
|
github.com/cosnicolaou/pbzip2 v1.0.1
|
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/djherbis/atime v1.0.0
|
2020-10-04 22:48:46 +05:30
|
|
|
github.com/dswarbrick/smart v0.0.0-20190505152634-909a45200d6d
|
2019-04-02 18:28:39 -07:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2022-01-06 11:25:39 -08:00
|
|
|
github.com/eclipse/paho.mqtt.golang v1.3.5
|
2021-05-10 15:06:58 -07:00
|
|
|
github.com/elastic/go-elasticsearch/v7 v7.12.0
|
2021-10-27 21:14:02 -07:00
|
|
|
github.com/fatih/color v1.13.0
|
2022-02-16 21:32:24 -08:00
|
|
|
github.com/felixge/fgprof v0.9.2
|
2021-02-04 13:49:52 -08:00
|
|
|
github.com/go-ldap/ldap/v3 v3.2.4
|
2022-03-11 03:08:23 -08:00
|
|
|
github.com/go-openapi/loads v0.21.1
|
2022-02-11 15:59:51 -08:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2022-03-11 03:08:23 -08:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.3.0
|
2022-01-06 16:00:31 -08:00
|
|
|
github.com/gomodule/redigo v1.8.8
|
2021-10-27 21:14:02 -07:00
|
|
|
github.com/google/uuid v1.3.0
|
2020-08-22 23:14:02 -07:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-11-23 09:51:53 -08:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2021-11-03 14:22:13 -07:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0
|
2021-02-02 15:37:30 -08:00
|
|
|
github.com/jcmturner/gokrb5/v8 v8.4.2
|
2021-10-23 21:38:33 -04:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2022-02-25 10:48:41 -08:00
|
|
|
github.com/klauspost/compress v1.14.4
|
|
|
|
github.com/klauspost/cpuid/v2 v2.0.11
|
2020-11-27 10:10:15 -08:00
|
|
|
github.com/klauspost/pgzip v1.2.5
|
2022-01-14 10:01:25 -08:00
|
|
|
github.com/klauspost/readahead v1.4.0
|
2021-12-04 01:26:30 +08:00
|
|
|
github.com/klauspost/reedsolomon v1.9.15
|
2022-02-11 15:59:51 -08:00
|
|
|
github.com/lib/pq v1.10.4
|
2022-03-01 17:17:18 -08:00
|
|
|
github.com/miekg/dns v1.1.46
|
2019-10-22 22:59:13 -07:00
|
|
|
github.com/minio/cli v1.22.0
|
2022-03-24 19:59:15 -07:00
|
|
|
github.com/minio/console v0.15.6
|
2021-04-29 19:01:43 -07:00
|
|
|
github.com/minio/csvparser v1.0.0
|
2022-03-10 12:53:39 -08:00
|
|
|
github.com/minio/dperf v0.3.4
|
2021-03-25 19:44:58 +01:00
|
|
|
github.com/minio/highwayhash v1.0.2
|
2022-03-02 23:03:40 -08:00
|
|
|
github.com/minio/kes v0.18.0
|
2022-03-02 19:25:07 -08:00
|
|
|
github.com/minio/madmin-go v1.3.5
|
2022-02-23 14:34:35 -08:00
|
|
|
github.com/minio/minio-go/v7 v7.0.23
|
2021-11-06 11:39:01 -07:00
|
|
|
github.com/minio/parquet-go v1.1.0
|
2022-03-04 20:34:39 -08:00
|
|
|
github.com/minio/pkg v1.1.20
|
2021-12-15 15:05:23 -08:00
|
|
|
github.com/minio/selfupdate v0.4.0
|
2021-02-22 13:19:53 -08:00
|
|
|
github.com/minio/sha256-simd v1.0.0
|
2022-02-25 10:48:41 -08:00
|
|
|
github.com/minio/simdjson-go v0.4.2
|
2021-05-07 14:41:58 -07:00
|
|
|
github.com/minio/sio v0.3.0
|
2021-10-14 12:37:30 -07:00
|
|
|
github.com/minio/zipindex v0.2.1
|
2019-03-19 13:50:59 -07:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2021-06-14 14:54:37 -07:00
|
|
|
github.com/montanaflynn/stats v0.6.6
|
2022-03-11 15:57:45 -08:00
|
|
|
github.com/nats-io/nats-server/v2 v2.7.4
|
|
|
|
github.com/nats-io/nats.go v1.13.1-0.20220308171302-2f2f6968e98d
|
2022-02-11 15:59:51 -08:00
|
|
|
github.com/nats-io/stan.go v0.10.2
|
2019-04-23 21:25:06 -07:00
|
|
|
github.com/ncw/directio v1.0.5
|
2020-12-12 20:31:28 -08:00
|
|
|
github.com/nsqio/go-nsq v1.0.8
|
2021-11-01 10:50:07 -07:00
|
|
|
github.com/philhofer/fwd v1.1.2-0.20210722190033-5c56ac6d0bb9
|
2022-03-01 17:17:18 -08:00
|
|
|
github.com/pierrec/lz4 v2.6.1+incompatible
|
2020-08-23 22:13:48 +05:30
|
|
|
github.com/pkg/errors v0.9.1
|
2022-03-01 17:17:18 -08:00
|
|
|
github.com/prometheus/client_golang v1.12.1
|
2021-01-18 20:35:38 -08:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2021-09-17 15:02:21 -07:00
|
|
|
github.com/prometheus/procfs v0.7.3
|
2020-06-04 14:58:34 -07:00
|
|
|
github.com/rs/cors v1.7.0
|
2022-01-20 13:03:15 -08:00
|
|
|
github.com/rs/dnscache v0.0.0-20211102005908-e0241e321417
|
2021-02-04 13:49:52 -08:00
|
|
|
github.com/secure-io/sio-go v0.3.1
|
2022-03-11 03:08:23 -08:00
|
|
|
github.com/shirou/gopsutil/v3 v3.22.2
|
2020-12-12 20:31:28 -08:00
|
|
|
github.com/streadway/amqp v1.0.0
|
2021-11-01 10:50:07 -07:00
|
|
|
github.com/tinylib/msgp v1.1.7-0.20211026165309-e818a1881b0e
|
2021-05-20 09:00:11 -07:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0
|
2020-03-20 18:10:27 +00:00
|
|
|
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c
|
2021-10-01 11:50:00 -07:00
|
|
|
github.com/yargevad/filepathx v1.0.0
|
2021-11-18 12:15:22 -08:00
|
|
|
github.com/zeebo/xxh3 v1.0.0
|
2022-03-01 17:17:18 -08:00
|
|
|
go.etcd.io/etcd/api/v3 v3.5.2
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.2
|
2021-10-27 21:14:02 -07:00
|
|
|
go.uber.org/atomic v1.9.0
|
2022-03-11 03:08:23 -08:00
|
|
|
go.uber.org/zap v1.21.0
|
|
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
|
|
|
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
|
|
|
|
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9
|
|
|
|
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
|
2022-03-01 17:17:18 -08:00
|
|
|
google.golang.org/api v0.67.0
|
2021-05-28 15:17:01 -07:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-01-30 00:45:11 +00:00
|
|
|
)
|
2021-11-06 11:39:01 -07:00
|
|
|
|
2021-11-23 12:02:16 -08:00
|
|
|
require (
|
2022-03-01 17:17:18 -08:00
|
|
|
cloud.google.com/go/iam v0.2.0 // indirect
|
2022-02-11 15:59:51 -08:00
|
|
|
github.com/nats-io/nats-streaming-server v0.24.1 // indirect
|
2021-11-23 12:02:16 -08:00
|
|
|
github.com/xdg/stringprep v1.0.0 // indirect
|
|
|
|
)
|