minio/go.mod

256 lines
11 KiB
Modula-2
Raw Normal View History

module github.com/minio/minio
2024-02-14 12:51:34 -05:00
go 1.21
require (
cloud.google.com/go/storage v1.40.0
github.com/Azure/azure-storage-blob-go v0.15.0
github.com/Azure/go-autorest/autorest v0.11.29
2023-12-16 00:35:07 -05:00
github.com/Azure/go-autorest/autorest/adal v0.9.23
github.com/IBM/sarama v1.43.1
github.com/alecthomas/participle v0.7.1
github.com/bcicen/jstream v1.0.1
github.com/beevik/ntp v1.3.1
2021-12-03 16:24:49 -05:00
github.com/buger/jsonparser v1.1.1
github.com/cespare/xxhash/v2 v2.3.0
github.com/cheggaaa/pb v1.0.29
2024-03-14 20:41:26 -04:00
github.com/coredns/coredns v1.11.2
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/coreos/go-systemd/v22 v22.5.0
2023-10-25 11:32:59 -04:00
github.com/cosnicolaou/pbzip2 v1.0.3
github.com/dchest/siphash v1.2.3
2023-01-24 19:19:54 -05:00
github.com/dustin/go-humanize v1.0.1
2023-07-07 00:47:46 -04:00
github.com/eclipse/paho.mqtt.golang v1.4.3
2023-05-26 19:31:28 -04:00
github.com/elastic/go-elasticsearch/v7 v7.17.10
2023-11-28 17:44:44 -05:00
github.com/fatih/color v1.16.0
2024-03-14 20:41:26 -04:00
github.com/felixge/fgprof v0.9.4
github.com/fraugster/parquet-go v0.12.0
github.com/go-ldap/ldap/v3 v3.4.8
2024-03-14 20:41:26 -04:00
github.com/go-openapi/loads v0.22.0
github.com/go-sql-driver/mysql v1.8.1
github.com/gobwas/ws v1.3.2
github.com/golang-jwt/jwt/v4 v4.5.0
2024-03-14 20:41:26 -04:00
github.com/gomodule/redigo v1.9.2
2024-02-14 12:51:34 -05:00
github.com/google/uuid v1.6.0
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/inconshreveable/mousetrap v1.1.0
github.com/json-iterator/go v1.1.12
github.com/klauspost/compress v1.17.8
2024-03-14 20:41:26 -04:00
github.com/klauspost/cpuid/v2 v2.2.7
2022-12-08 13:42:44 -05:00
github.com/klauspost/filepathx v1.1.1
2023-05-26 19:31:28 -04:00
github.com/klauspost/pgzip v1.2.6
github.com/klauspost/readahead v1.4.0
2024-02-14 12:51:34 -05:00
github.com/klauspost/reedsolomon v1.12.1
2023-05-26 19:31:28 -04:00
github.com/lib/pq v1.10.9
github.com/lithammer/shortuuid/v4 v4.0.0
2024-02-14 12:51:34 -05:00
github.com/miekg/dns v1.1.58
github.com/minio/cli v1.24.2
github.com/minio/console v1.4.0
github.com/minio/csvparser v1.0.0
github.com/minio/dnscache v0.1.1
2023-12-16 00:35:07 -05:00
github.com/minio/dperf v0.5.3
github.com/minio/highwayhash v1.0.2
github.com/minio/kms-go/kes v0.3.0
github.com/minio/kms-go/kms v0.4.0
github.com/minio/madmin-go/v3 v3.0.51
github.com/minio/minio-go/v7 v7.0.70
github.com/minio/mux v1.9.0
github.com/minio/pkg/v2 v2.0.17
github.com/minio/selfupdate v0.6.0
2023-03-15 14:59:17 -04:00
github.com/minio/simdjson-go v0.4.5
2023-03-03 21:22:40 -05:00
github.com/minio/sio v0.3.1
github.com/minio/xxml v0.0.3
github.com/minio/zipindex v0.3.0
github.com/mitchellh/go-homedir v1.1.0
github.com/nats-io/nats-server/v2 v2.9.23
github.com/nats-io/nats.go v1.34.1
github.com/nats-io/stan.go v0.10.4
github.com/ncw/directio v1.0.5
github.com/nsqio/go-nsq v1.1.0
github.com/philhofer/fwd v1.1.2
2022-03-01 20:17:18 -05:00
github.com/pierrec/lz4 v2.6.1+incompatible
github.com/pkg/errors v0.9.1
2023-09-12 16:16:46 -04:00
github.com/pkg/sftp v1.13.6
github.com/pkg/xattr v0.4.9
2024-03-14 20:41:26 -04:00
github.com/prometheus/client_golang v1.19.0
github.com/prometheus/client_model v0.6.1
github.com/prometheus/common v0.52.3
2024-03-14 20:41:26 -04:00
github.com/prometheus/procfs v0.13.0
github.com/puzpuzpuz/xsync/v3 v3.1.0
2023-10-25 11:32:59 -04:00
github.com/rabbitmq/amqp091-go v1.9.0
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
2023-10-25 11:32:59 -04:00
github.com/rs/cors v1.10.1
github.com/secure-io/sio-go v0.3.1
github.com/shirou/gopsutil/v3 v3.24.3
2024-03-14 20:41:26 -04:00
github.com/tidwall/gjson v1.17.1
2023-11-28 17:44:44 -05:00
github.com/tinylib/msgp v1.1.9
github.com/valyala/bytebufferpool v1.0.0
github.com/xdg/scram v1.0.5
github.com/zeebo/xxh3 v1.0.2
go.etcd.io/etcd/api/v3 v3.5.13
go.etcd.io/etcd/client/v3 v3.5.13
2023-05-26 19:31:28 -04:00
go.uber.org/atomic v1.11.0
2024-03-14 20:41:26 -04:00
go.uber.org/zap v1.27.0
2023-06-26 18:36:56 -04:00
goftp.io/server/v2 v2.0.1
golang.org/x/crypto v0.22.0
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f
golang.org/x/oauth2 v0.19.0
golang.org/x/sys v0.19.0
golang.org/x/term v0.19.0
2023-11-28 17:44:44 -05:00
golang.org/x/time v0.5.0
google.golang.org/api v0.172.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)
2021-11-06 14:39:01 -04:00
require (
aead.dev/mem v0.2.0 // indirect
2023-11-28 17:44:44 -05:00
aead.dev/minisign v0.2.1 // indirect
cloud.google.com/go v0.112.2 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
2024-03-14 20:41:26 -04:00
cloud.google.com/go/iam v1.1.7 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
github.com/Azure/go-autorest/logger v0.2.1 // indirect
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
github.com/apache/thrift v0.20.0 // indirect
github.com/armon/go-metrics v0.4.0 // indirect
2023-03-03 21:22:40 -05:00
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
2023-03-15 14:59:17 -04:00
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
2022-04-08 19:25:20 -04:00
github.com/beorn7/perks v1.0.1 // indirect
2024-02-14 12:51:34 -05:00
github.com/charmbracelet/bubbles v0.18.0 // indirect
2023-12-16 00:35:07 -05:00
github.com/charmbracelet/bubbletea v0.25.0 // indirect
2024-03-14 20:41:26 -04:00
github.com/charmbracelet/lipgloss v0.10.0 // indirect
2024-02-14 12:51:34 -05:00
github.com/containerd/console v1.0.4 // indirect
github.com/coreos/go-semver v0.3.1 // indirect
2023-07-07 00:47:46 -04:00
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
2024-03-14 20:41:26 -04:00
github.com/eapache/go-resiliency v1.6.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
2022-04-08 19:25:20 -04:00
github.com/eapache/queue v1.1.0 // indirect
github.com/fatih/structs v1.1.0 // indirect
2023-12-16 00:35:07 -05:00
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/frankban/quicktest v1.14.4 // indirect
2023-09-22 17:45:19 -04:00
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
2023-12-25 04:02:59 -05:00
github.com/go-logr/logr v1.4.1 // indirect
2023-12-16 00:35:07 -05:00
github.com/go-logr/stdr v1.2.2 // indirect
2023-09-12 16:16:46 -04:00
github.com/go-ole/go-ole v1.3.0 // indirect
2024-03-14 20:41:26 -04:00
github.com/go-openapi/analysis v0.23.0 // indirect
github.com/go-openapi/errors v0.22.0 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/jsonreference v0.21.0 // indirect
github.com/go-openapi/runtime v0.28.0 // indirect
github.com/go-openapi/spec v0.21.0 // indirect
github.com/go-openapi/strfmt v0.23.0 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
github.com/go-openapi/validate v0.24.0 // indirect
perf: websocket grid connectivity for all internode communication (#18461) This PR adds a WebSocket grid feature that allows servers to communicate via a single two-way connection. There are two request types: * Single requests, which are `[]byte => ([]byte, error)`. This is for efficient small roundtrips with small payloads. * Streaming requests which are `[]byte, chan []byte => chan []byte (and error)`, which allows for different combinations of full two-way streams with an initial payload. Only a single stream is created between two machines - and there is, as such, no server/client relation since both sides can initiate and handle requests. Which server initiates the request is decided deterministically on the server names. Requests are made through a mux client and server, which handles message passing, congestion, cancelation, timeouts, etc. If a connection is lost, all requests are canceled, and the calling server will try to reconnect. Registered handlers can operate directly on byte slices or use a higher-level generics abstraction. There is no versioning of handlers/clients, and incompatible changes should be handled by adding new handlers. The request path can be changed to a new one for any protocol changes. First, all servers create a "Manager." The manager must know its address as well as all remote addresses. This will manage all connections. To get a connection to any remote, ask the manager to provide it given the remote address using. ``` func (m *Manager) Connection(host string) *Connection ``` All serverside handlers must also be registered on the manager. This will make sure that all incoming requests are served. The number of in-flight requests and responses must also be given for streaming requests. The "Connection" returned manages the mux-clients. Requests issued to the connection will be sent to the remote. * `func (c *Connection) Request(ctx context.Context, h HandlerID, req []byte) ([]byte, error)` performs a single request and returns the result. Any deadline provided on the request is forwarded to the server, and canceling the context will make the function return at once. * `func (c *Connection) NewStream(ctx context.Context, h HandlerID, payload []byte) (st *Stream, err error)` will initiate a remote call and send the initial payload. ```Go // A Stream is a two-way stream. // All responses *must* be read by the caller. // If the call is canceled through the context, //The appropriate error will be returned. type Stream struct { // Responses from the remote server. // Channel will be closed after an error or when the remote closes. // All responses *must* be read by the caller until either an error is returned or the channel is closed. // Canceling the context will cause the context cancellation error to be returned. Responses <-chan Response // Requests sent to the server. // If the handler is defined with 0 incoming capacity this will be nil. // Channel *must* be closed to signal the end of the stream. // If the request context is canceled, the stream will no longer process requests. Requests chan<- []byte } type Response struct { Msg []byte Err error } ``` There are generic versions of the server/client handlers that allow the use of type safe implementations for data types that support msgpack marshal/unmarshal.
2023-11-20 20:09:35 -05:00
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/goccy/go-json v0.10.2 // indirect
2022-04-08 19:25:20 -04:00
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2024-03-14 20:41:26 -04:00
github.com/golang/protobuf v1.5.4 // indirect
2022-04-08 19:25:20 -04:00
github.com/golang/snappy v0.0.4 // indirect
github.com/google/pprof v0.0.0-20240416155748-26353dc0451f // indirect
2023-09-12 16:16:46 -04:00
github.com/google/s2a-go v0.1.7 // indirect
2022-04-08 19:25:20 -04:00
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
2023-11-28 17:44:44 -05:00
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
2024-03-14 20:41:26 -04:00
github.com/googleapis/gax-go/v2 v2.12.3 // indirect
2023-11-28 17:44:44 -05:00
github.com/gorilla/websocket v1.5.1 // indirect
2022-04-08 19:25:20 -04:00
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-hclog v1.2.0 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
2022-04-08 19:25:20 -04:00
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
2022-04-08 19:25:20 -04:00
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
github.com/jcmturner/gofork v1.7.6 // indirect
2023-03-03 21:22:40 -05:00
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
2022-04-08 19:25:20 -04:00
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
github.com/jedib0t/go-pretty/v6 v6.5.8 // indirect
2022-04-08 19:25:20 -04:00
github.com/jessevdk/go-flags v1.5.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/juju/ratelimit v1.0.2 // indirect
github.com/kr/fs v0.1.0 // indirect
2022-04-08 19:25:20 -04:00
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
2023-09-22 17:45:19 -04:00
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
github.com/lestrrat-go/httpcc v1.0.1 // indirect
github.com/lestrrat-go/iter v1.0.2 // indirect
github.com/lestrrat-go/jwx v1.2.29 // indirect
github.com/lestrrat-go/option v1.0.1 // indirect
2022-04-08 19:25:20 -04:00
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/lufia/plan9stats v0.0.0-20240408141607-282e7b5d6b74 // indirect
2022-04-08 19:25:20 -04:00
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
2023-05-26 19:31:28 -04:00
github.com/mattn/go-ieproxy v0.0.11 // indirect
2023-10-25 11:32:59 -04:00
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/minio/colorjson v1.0.6 // indirect
2022-04-08 19:25:20 -04:00
github.com/minio/filepath v1.0.0 // indirect
github.com/minio/mc v0.0.0-20240430174448-dcb911bed9d5 // indirect
2022-04-08 19:25:20 -04:00
github.com/minio/md5-simd v1.1.2 // indirect
2023-01-24 19:19:54 -05:00
github.com/minio/websocket v1.6.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
2022-04-08 19:25:20 -04:00
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
2023-05-26 19:31:28 -04:00
github.com/montanaflynn/stats v0.7.1 // indirect
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
2022-04-08 19:25:20 -04:00
github.com/muesli/reflow v0.3.0 // indirect
2023-07-07 00:47:46 -04:00
github.com/muesli/termenv v0.15.2 // indirect
github.com/nats-io/jwt/v2 v2.5.0 // indirect
github.com/nats-io/nats-streaming-server v0.24.3 // indirect
github.com/nats-io/nkeys v0.4.7 // indirect
2022-04-08 19:25:20 -04:00
github.com/nats-io/nuid v1.0.1 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
2022-04-08 19:25:20 -04:00
github.com/posener/complete v1.2.3 // indirect
2024-03-14 20:41:26 -04:00
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
2023-06-26 18:36:56 -04:00
github.com/pquerna/cachecontrol v0.2.0 // indirect
github.com/prometheus/prom2json v1.3.3 // indirect
2024-02-14 12:51:34 -05:00
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rjeczalik/notify v0.9.3 // indirect
github.com/rs/xid v1.5.0 // indirect
github.com/safchain/ethtool v0.3.0 // indirect
2023-05-26 19:31:28 -04:00
github.com/shoenig/go-m1cpu v0.1.6 // indirect
2022-04-08 19:25:20 -04:00
github.com/tidwall/match v1.1.1 // indirect
2022-10-24 01:36:24 -04:00
github.com/tidwall/pretty v1.2.1 // indirect
2023-12-16 00:35:07 -05:00
github.com/tklauser/go-sysconf v0.3.13 // indirect
github.com/tklauser/numcpus v0.7.0 // indirect
2024-02-14 12:51:34 -05:00
github.com/unrolled/secure v1.14.0 // indirect
github.com/vbauerster/mpb/v8 v8.7.3 // indirect
github.com/xdg/stringprep v1.0.3 // indirect
2024-02-14 12:51:34 -05:00
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.13 // indirect
go.mongodb.org/mongo-driver v1.15.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.50.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.50.0 // indirect
go.opentelemetry.io/otel v1.25.0 // indirect
go.opentelemetry.io/otel/metric v1.25.0 // indirect
go.opentelemetry.io/otel/trace v1.25.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sync v0.7.0 // indirect
2023-11-28 17:44:44 -05:00
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.20.0 // indirect
google.golang.org/genproto v0.0.0-20240415180920-8c6c420018be // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
google.golang.org/grpc v1.63.2 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)