|
1 | 1 | module github.com/minio/minio |
2 | 2 |
|
3 | | -go 1.16 |
| 3 | +go 1.24.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - cloud.google.com/go v0.39.0 |
| 6 | + cloud.google.com/go/storage v1.53.0 |
7 | 7 | git.apache.org/thrift.git v0.13.0 |
8 | 8 | github.com/Azure/azure-pipeline-go v0.2.2 |
9 | 9 | github.com/Azure/azure-storage-blob-go v0.10.0 |
10 | | - github.com/Azure/go-autorest/autorest/adal v0.9.1 // indirect |
11 | | - github.com/Shopify/sarama v1.27.2 |
| 10 | + github.com/Shopify/sarama v1.37.2 |
12 | 11 | github.com/VividCortex/ewma v1.1.1 |
13 | 12 | github.com/alecthomas/participle v0.2.1 |
14 | 13 | github.com/bcicen/jstream v1.0.1 |
15 | 14 | github.com/beevik/ntp v0.3.0 |
16 | | - github.com/cespare/xxhash/v2 v2.1.1 |
| 15 | + github.com/cespare/xxhash/v2 v2.3.0 |
17 | 16 | github.com/cheggaaa/pb v1.0.29 |
18 | 17 | github.com/colinmarc/hdfs/v2 v2.2.0 |
19 | | - github.com/coredns/coredns v1.4.0 |
| 18 | + github.com/coredns/coredns v1.14.0 |
20 | 19 | github.com/dchest/siphash v1.2.1 |
21 | 20 | github.com/dgrijalva/jwt-go v3.2.0+incompatible |
22 | 21 | github.com/djherbis/atime v1.0.0 |
23 | 22 | github.com/dswarbrick/smart v0.0.0-20190505152634-909a45200d6d |
24 | | - github.com/dustin/go-humanize v1.0.0 |
| 23 | + github.com/dustin/go-humanize v1.0.1 |
25 | 24 | github.com/eclipse/paho.mqtt.golang v1.3.0 |
26 | | - github.com/fatih/color v1.10.0 |
| 25 | + github.com/fatih/color v1.15.0 |
27 | 26 | github.com/fatih/structs v1.1.0 |
28 | 27 | github.com/go-ldap/ldap/v3 v3.2.4 |
29 | | - github.com/go-sql-driver/mysql v1.5.0 |
| 28 | + github.com/go-sql-driver/mysql v1.6.0 |
30 | 29 | github.com/gomodule/redigo v1.8.3 |
31 | | - github.com/google/uuid v1.1.2 |
| 30 | + github.com/google/uuid v1.6.0 |
32 | 31 | github.com/gorilla/handlers v1.5.1 |
33 | | - github.com/gorilla/mux v1.8.0 |
| 32 | + github.com/gorilla/mux v1.8.1 |
34 | 33 | github.com/hashicorp/vault/api v1.0.4 |
35 | | - github.com/jcmturner/gokrb5/v8 v8.4.2 |
36 | | - github.com/json-iterator/go v1.1.10 |
37 | | - github.com/klauspost/compress v1.11.12 |
38 | | - github.com/klauspost/cpuid/v2 v2.0.4 |
| 34 | + github.com/jcmturner/gokrb5/v8 v8.4.4 |
| 35 | + github.com/json-iterator/go v1.1.12 |
| 36 | + github.com/klauspost/compress v1.18.0 |
| 37 | + github.com/klauspost/cpuid/v2 v2.2.5 |
39 | 38 | github.com/klauspost/pgzip v1.2.5 |
40 | 39 | github.com/klauspost/readahead v1.3.1 |
41 | 40 | github.com/klauspost/reedsolomon v1.9.11 |
42 | 41 | github.com/lib/pq v1.9.0 |
43 | | - github.com/mattn/go-colorable v0.1.8 |
44 | | - github.com/mattn/go-ieproxy v0.0.1 // indirect |
45 | | - github.com/mattn/go-isatty v0.0.12 |
46 | | - github.com/miekg/dns v1.1.35 |
| 42 | + github.com/mattn/go-colorable v0.1.13 |
| 43 | + github.com/mattn/go-isatty v0.0.19 |
| 44 | + github.com/miekg/dns v1.1.69 |
47 | 45 | github.com/minio/cli v1.22.0 |
48 | 46 | github.com/minio/highwayhash v1.0.2 |
49 | | - github.com/minio/md5-simd v1.1.1 // indirect |
50 | 47 | github.com/minio/minio-go/v7 v7.0.11-0.20210302210017-6ae69c73ce78 |
51 | 48 | github.com/minio/selfupdate v0.3.1 |
52 | 49 | github.com/minio/sha256-simd v1.0.0 |
53 | | - github.com/minio/simdjson-go v0.2.1 |
| 50 | + github.com/minio/simdjson-go v0.4.5 |
54 | 51 | github.com/minio/sio v0.2.1 |
55 | 52 | github.com/mitchellh/go-homedir v1.1.0 |
56 | 53 | github.com/montanaflynn/stats v0.5.0 |
57 | 54 | github.com/nats-io/nats-server/v2 v2.1.9 |
58 | | - github.com/nats-io/nats-streaming-server v0.21.1 // indirect |
59 | 55 | github.com/nats-io/nats.go v1.10.0 |
60 | | - github.com/nats-io/nkeys v0.2.0 // indirect |
61 | 56 | github.com/nats-io/stan.go v0.8.3 |
62 | 57 | github.com/ncw/directio v1.0.5 |
63 | 58 | github.com/nsqio/go-nsq v1.0.8 |
64 | 59 | github.com/olivere/elastic/v7 v7.0.22 |
65 | | - github.com/philhofer/fwd v1.1.1 |
| 60 | + github.com/philhofer/fwd v1.2.0 |
66 | 61 | github.com/pierrec/lz4 v2.5.2+incompatible |
67 | 62 | github.com/pkg/errors v0.9.1 |
68 | | - github.com/prometheus/client_golang v1.8.0 |
69 | | - github.com/prometheus/client_model v0.2.0 |
70 | | - github.com/prometheus/procfs v0.6.0 |
| 63 | + github.com/prometheus/client_golang v1.23.0 |
| 64 | + github.com/prometheus/client_model v0.6.2 |
| 65 | + github.com/prometheus/procfs v0.17.0 |
71 | 66 | github.com/rjeczalik/notify v0.9.2 |
72 | | - github.com/rs/cors v1.7.0 |
| 67 | + github.com/rs/cors v1.11.1 |
73 | 68 | github.com/secure-io/sio-go v0.3.1 |
74 | 69 | github.com/shirou/gopsutil/v3 v3.21.1 |
75 | | - github.com/spaolacci/murmur3 v1.1.0 // indirect |
76 | 70 | github.com/streadway/amqp v1.0.0 |
77 | | - github.com/tidwall/gjson v1.6.8 |
78 | | - github.com/tidwall/sjson v1.0.4 |
79 | | - github.com/tinylib/msgp v1.1.3 |
80 | | - github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31 // indirect |
| 71 | + github.com/tidwall/gjson v1.14.2 |
| 72 | + github.com/tidwall/sjson v1.2.5 |
| 73 | + github.com/tinylib/msgp v1.3.0 |
81 | 74 | github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a |
82 | | - github.com/willf/bitset v1.1.11 // indirect |
83 | 75 | github.com/willf/bloom v2.0.3+incompatible |
84 | 76 | github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c |
85 | 77 | go.etcd.io/etcd v0.0.0-20201125193152-8a03d2e9614b |
86 | | - go.uber.org/zap v1.13.0 |
87 | | - golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 |
88 | | - golang.org/x/net v0.0.0-20201216054612-986b41b23924 |
89 | | - golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073 |
90 | | - golang.org/x/tools v0.1.0 // indirect |
91 | | - google.golang.org/api v0.5.0 |
92 | | - gopkg.in/yaml.v2 v2.3.0 |
| 78 | + go.uber.org/zap v1.27.0 |
| 79 | + golang.org/x/crypto v0.46.0 |
| 80 | + golang.org/x/net v0.48.0 |
| 81 | + golang.org/x/sys v0.39.0 |
| 82 | + google.golang.org/api v0.258.0 |
| 83 | + gopkg.in/yaml.v2 v2.4.0 |
| 84 | +) |
| 85 | + |
| 86 | +require ( |
| 87 | + cel.dev/expr v0.24.0 // indirect |
| 88 | + cloud.google.com/go v0.121.1 // indirect |
| 89 | + cloud.google.com/go/auth v0.17.0 // indirect |
| 90 | + cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect |
| 91 | + cloud.google.com/go/compute/metadata v0.9.0 // indirect |
| 92 | + cloud.google.com/go/iam v1.5.2 // indirect |
| 93 | + cloud.google.com/go/monitoring v1.24.2 // indirect |
| 94 | + github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect |
| 95 | + github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0 // indirect |
| 96 | + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 // indirect |
| 97 | + github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 // indirect |
| 98 | + github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect |
| 99 | + github.com/beorn7/perks v1.0.1 // indirect |
| 100 | + github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 // indirect |
| 101 | + github.com/cncf/xds/go v0.0.0-20251022180443-0feb69152e9f // indirect |
| 102 | + github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5 // indirect |
| 103 | + github.com/coreos/go-semver v0.3.1 // indirect |
| 104 | + github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a // indirect |
| 105 | + github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect |
| 106 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| 107 | + github.com/eapache/go-resiliency v1.6.0 // indirect |
| 108 | + github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect |
| 109 | + github.com/eapache/queue v1.1.0 // indirect |
| 110 | + github.com/envoyproxy/go-control-plane/envoy v1.35.0 // indirect |
| 111 | + github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect |
| 112 | + github.com/felixge/httpsnoop v1.0.4 // indirect |
| 113 | + github.com/frankban/quicktest v1.14.6 // indirect |
| 114 | + github.com/go-asn1-ber/asn1-ber v1.5.1 // indirect |
| 115 | + github.com/go-jose/go-jose/v4 v4.1.3 // indirect |
| 116 | + github.com/go-logr/logr v1.4.3 // indirect |
| 117 | + github.com/go-logr/stdr v1.2.2 // indirect |
| 118 | + github.com/go-ole/go-ole v1.3.0 // indirect |
| 119 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 120 | + github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect |
| 121 | + github.com/golang/protobuf v1.5.4 // indirect |
| 122 | + github.com/golang/snappy v1.0.0 // indirect |
| 123 | + github.com/google/btree v1.1.3 // indirect |
| 124 | + github.com/google/s2a-go v0.1.9 // indirect |
| 125 | + github.com/googleapis/enterprise-certificate-proxy v0.3.7 // indirect |
| 126 | + github.com/googleapis/gax-go/v2 v2.15.0 // indirect |
| 127 | + github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect |
| 128 | + github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect |
| 129 | + github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect |
| 130 | + github.com/hashicorp/errwrap v1.1.0 // indirect |
| 131 | + github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
| 132 | + github.com/hashicorp/go-hclog v0.14.1 // indirect |
| 133 | + github.com/hashicorp/go-immutable-radix v1.3.1 // indirect |
| 134 | + github.com/hashicorp/go-multierror v1.1.1 // indirect |
| 135 | + github.com/hashicorp/go-retryablehttp v0.6.4 // indirect |
| 136 | + github.com/hashicorp/go-rootcerts v1.0.2 // indirect |
| 137 | + github.com/hashicorp/go-sockaddr v1.0.2 // indirect |
| 138 | + github.com/hashicorp/go-uuid v1.0.3 // indirect |
| 139 | + github.com/hashicorp/golang-lru v1.0.2 // indirect |
| 140 | + github.com/hashicorp/hcl v1.0.1-vault-7 // indirect |
| 141 | + github.com/hashicorp/vault/sdk v0.1.13 // indirect |
| 142 | + github.com/jcmturner/aescts/v2 v2.0.0 // indirect |
| 143 | + github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect |
| 144 | + github.com/jcmturner/gofork v1.7.6 // indirect |
| 145 | + github.com/jcmturner/goidentity/v6 v6.0.1 // indirect |
| 146 | + github.com/jcmturner/rpc/v2 v2.0.3 // indirect |
| 147 | + github.com/jonboulle/clockwork v0.2.2 // indirect |
| 148 | + github.com/josharian/intern v1.0.0 // indirect |
| 149 | + github.com/klauspost/cpuid v1.3.1 // indirect |
| 150 | + github.com/mailru/easyjson v0.7.7 // indirect |
| 151 | + github.com/mattn/go-ieproxy v0.0.1 // indirect |
| 152 | + github.com/mattn/go-runewidth v0.0.9 // indirect |
| 153 | + github.com/minio/md5-simd v1.1.1 // indirect |
| 154 | + github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect |
| 155 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 156 | + github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect |
| 157 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 158 | + github.com/nats-io/jwt v1.1.0 // indirect |
| 159 | + github.com/nats-io/nats-streaming-server v0.21.1 // indirect |
| 160 | + github.com/nats-io/nkeys v0.2.0 // indirect |
| 161 | + github.com/nats-io/nuid v1.0.1 // indirect |
| 162 | + github.com/pierrec/lz4/v4 v4.1.22 // indirect |
| 163 | + github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect |
| 164 | + github.com/prometheus/common v0.67.4 // indirect |
| 165 | + github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect |
| 166 | + github.com/rs/xid v1.4.0 // indirect |
| 167 | + github.com/ryanuber/go-glob v1.0.0 // indirect |
| 168 | + github.com/sirupsen/logrus v1.9.3 // indirect |
| 169 | + github.com/soheilhy/cmux v0.1.5 // indirect |
| 170 | + github.com/spaolacci/murmur3 v1.1.0 // indirect |
| 171 | + github.com/spf13/pflag v1.0.7 // indirect |
| 172 | + github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect |
| 173 | + github.com/tidwall/match v1.1.1 // indirect |
| 174 | + github.com/tidwall/pretty v1.2.0 // indirect |
| 175 | + github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect |
| 176 | + github.com/willf/bitset v1.1.11 // indirect |
| 177 | + github.com/xdg/stringprep v1.0.0 // indirect |
| 178 | + go.etcd.io/bbolt v1.3.6 // indirect |
| 179 | + go.opentelemetry.io/auto/sdk v1.2.1 // indirect |
| 180 | + go.opentelemetry.io/contrib/detectors/gcp v1.38.0 // indirect |
| 181 | + go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect |
| 182 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect |
| 183 | + go.opentelemetry.io/otel v1.38.0 // indirect |
| 184 | + go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.37.0 // indirect |
| 185 | + go.opentelemetry.io/otel/metric v1.38.0 // indirect |
| 186 | + go.opentelemetry.io/otel/sdk v1.38.0 // indirect |
| 187 | + go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect |
| 188 | + go.opentelemetry.io/otel/trace v1.38.0 // indirect |
| 189 | + go.uber.org/multierr v1.11.0 // indirect |
| 190 | + go.yaml.in/yaml/v2 v2.4.3 // indirect |
| 191 | + golang.org/x/mod v0.30.0 // indirect |
| 192 | + golang.org/x/oauth2 v0.34.0 // indirect |
| 193 | + golang.org/x/sync v0.19.0 // indirect |
| 194 | + golang.org/x/text v0.32.0 // indirect |
| 195 | + golang.org/x/time v0.14.0 // indirect |
| 196 | + golang.org/x/tools v0.39.0 // indirect |
| 197 | + google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect |
| 198 | + google.golang.org/genproto/googleapis/api v0.0.0-20251029180050-ab9386a59fda // indirect |
| 199 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20251213004720-97cd9d5aeac2 // indirect |
| 200 | + google.golang.org/grpc v1.78.0 // indirect |
| 201 | + google.golang.org/protobuf v1.36.11 // indirect |
| 202 | + gopkg.in/ini.v1 v1.67.0 // indirect |
| 203 | + gopkg.in/square/go-jose.v2 v2.3.1 // indirect |
93 | 204 | ) |
0 commit comments