storj.io/minio@v0.0.0-20230509071714-0cbc90f649b1/go.mod (about) 1 module storj.io/minio 2 3 go 1.18 4 5 require ( 6 git.apache.org/thrift.git v0.13.0 7 github.com/Azure/azure-pipeline-go v0.2.2 8 github.com/Azure/azure-storage-blob-go v0.10.0 9 github.com/Shopify/sarama v1.27.2 10 github.com/VividCortex/ewma v1.1.1 11 github.com/alecthomas/participle v0.2.1 12 github.com/bcicen/jstream v1.0.1 13 github.com/beevik/ntp v0.3.0 14 github.com/cespare/xxhash/v2 v2.1.1 15 github.com/cheggaaa/pb v1.0.29 16 github.com/colinmarc/hdfs/v2 v2.2.0 17 github.com/dchest/siphash v1.2.1 18 github.com/dgrijalva/jwt-go v3.2.0+incompatible 19 github.com/djherbis/atime v1.0.0 20 github.com/dswarbrick/smart v0.0.0-20190505152634-909a45200d6d 21 github.com/dustin/go-humanize v1.0.0 22 github.com/eclipse/paho.mqtt.golang v1.3.0 23 github.com/fatih/color v1.10.0 24 github.com/go-ldap/ldap/v3 v3.2.4 25 github.com/go-sql-driver/mysql v1.5.0 26 github.com/gomodule/redigo v1.8.3 27 github.com/google/uuid v1.1.2 28 github.com/gorilla/handlers v1.5.1 29 github.com/gorilla/mux v1.8.0 30 github.com/jcmturner/gokrb5/v8 v8.4.2 31 github.com/json-iterator/go v1.1.12 32 github.com/klauspost/compress v1.13.4 33 github.com/klauspost/cpuid/v2 v2.0.4 34 github.com/klauspost/pgzip v1.2.5 35 github.com/klauspost/readahead v1.3.1 36 github.com/klauspost/reedsolomon v1.9.11 37 github.com/lib/pq v1.9.0 38 github.com/mattn/go-colorable v0.1.8 39 github.com/mattn/go-isatty v0.0.12 40 github.com/miekg/dns v1.1.35 41 github.com/minio/cli v1.22.0 42 github.com/minio/highwayhash v1.0.2 43 github.com/minio/minio-go/v7 v7.0.11-0.20210302210017-6ae69c73ce78 44 github.com/minio/selfupdate v0.3.1 45 github.com/minio/sha256-simd v1.0.0 46 github.com/minio/simdjson-go v0.2.1 47 github.com/minio/sio v0.2.1 48 github.com/mitchellh/go-homedir v1.1.0 49 github.com/montanaflynn/stats v0.5.0 50 github.com/nats-io/nats-server/v2 v2.7.2 51 github.com/nats-io/nats.go v1.13.1-0.20220121202836-972a071d373d 52 github.com/nats-io/stan.go v0.8.3 53 github.com/ncw/directio v1.0.5 54 github.com/nsqio/go-nsq v1.0.8 55 github.com/olivere/elastic/v7 v7.0.22 56 github.com/philhofer/fwd v1.1.1 57 github.com/pierrec/lz4 v2.5.2+incompatible 58 github.com/pkg/errors v0.9.1 59 github.com/prometheus/client_golang v1.8.0 60 github.com/prometheus/client_model v0.2.0 61 github.com/prometheus/procfs v0.6.0 62 github.com/rjeczalik/notify v0.9.2 63 github.com/rs/cors v1.7.0 64 github.com/secure-io/sio-go v0.3.1 65 github.com/shirou/gopsutil/v3 v3.21.1 66 github.com/streadway/amqp v1.0.0 67 github.com/tidwall/gjson v1.9.3 68 github.com/tidwall/sjson v1.0.4 69 github.com/tinylib/msgp v1.1.3 70 github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a 71 github.com/willf/bloom v2.0.3+incompatible 72 github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 73 golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce 74 golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 75 golang.org/x/sys v0.0.0-20220111092808-5a964db01320 76 google.golang.org/api v0.14.0 77 gopkg.in/yaml.v2 v2.3.0 78 ) 79 80 require ( 81 github.com/Azure/go-autorest/autorest/adal v0.9.1 // indirect 82 github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect 83 github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect 84 github.com/beorn7/perks v1.0.1 // indirect 85 github.com/davecgh/go-spew v1.1.1 // indirect 86 github.com/eapache/go-resiliency v1.2.0 // indirect 87 github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect 88 github.com/eapache/queue v1.1.0 // indirect 89 github.com/felixge/httpsnoop v1.0.1 // indirect 90 github.com/go-asn1-ber/asn1-ber v1.5.1 // indirect 91 github.com/go-ole/go-ole v1.2.4 // indirect 92 github.com/gogo/protobuf v1.3.2 // indirect 93 github.com/golang/protobuf v1.4.3 // indirect 94 github.com/golang/snappy v0.0.3 // indirect 95 github.com/gorilla/websocket v1.4.2 // indirect 96 github.com/hashicorp/go-uuid v1.0.2 // indirect 97 github.com/hashicorp/golang-lru v0.5.3 // indirect 98 github.com/jcmturner/aescts/v2 v2.0.0 // indirect 99 github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect 100 github.com/jcmturner/gofork v1.0.0 // indirect 101 github.com/jcmturner/goidentity/v6 v6.0.1 // indirect 102 github.com/jcmturner/rpc/v2 v2.0.3 // indirect 103 github.com/josharian/intern v1.0.0 // indirect 104 github.com/klauspost/cpuid v1.3.1 // indirect 105 github.com/mailru/easyjson v0.7.6 // indirect 106 github.com/mattn/go-ieproxy v0.0.1 // indirect 107 github.com/mattn/go-runewidth v0.0.4 // indirect 108 github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect 109 github.com/minio/md5-simd v1.1.1 // indirect 110 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect 111 github.com/modern-go/reflect2 v1.0.2 // indirect 112 github.com/nats-io/jwt/v2 v2.2.1-0.20220113022732-58e87895b296 // indirect 113 github.com/nats-io/nats-streaming-server v0.21.1 // indirect 114 github.com/nats-io/nkeys v0.3.0 // indirect 115 github.com/nats-io/nuid v1.0.1 // indirect 116 github.com/prometheus/common v0.14.0 // indirect 117 github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect 118 github.com/rs/xid v1.2.1 // indirect 119 github.com/spaolacci/murmur3 v1.1.0 // indirect 120 github.com/tidwall/match v1.1.1 // indirect 121 github.com/tidwall/pretty v1.2.0 // indirect 122 github.com/willf/bitset v1.1.11 // indirect 123 github.com/xdg/stringprep v1.0.0 // indirect 124 golang.org/x/text v0.3.6 // indirect 125 golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect 126 google.golang.org/protobuf v1.23.0 // indirect 127 gopkg.in/ini.v1 v1.57.0 // indirect 128 gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect 129 gopkg.in/jcmturner/dnsutils.v1 v1.0.1 // indirect 130 gopkg.in/jcmturner/gokrb5.v7 v7.5.0 // indirect 131 gopkg.in/jcmturner/rpc.v1 v1.1.0 // indirect 132 )