2019-03-19 13:50:59 -07:00
|
|
|
module github.com/minio/minio
|
|
|
|
|
2024-07-12 19:46:15 -06:00
|
|
|
go 1.22
|
2019-04-02 18:28:39 -07:00
|
|
|
|
2019-03-19 13:50:59 -07:00
|
|
|
require (
|
2024-06-13 08:34:20 -07:00
|
|
|
cloud.google.com/go/storage v1.42.0
|
2022-09-16 01:59:45 -07:00
|
|
|
github.com/Azure/azure-storage-blob-go v0.15.0
|
2023-12-11 21:51:53 -08:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.29
|
2024-06-04 12:20:08 -07:00
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.24
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/IBM/sarama v1.43.2
|
2022-09-16 01:59:45 -07:00
|
|
|
github.com/alecthomas/participle v0.7.1
|
2020-11-17 09:13:28 -08:00
|
|
|
github.com/bcicen/jstream v1.0.1
|
2024-06-04 12:20:08 -07:00
|
|
|
github.com/beevik/ntp v1.4.3
|
2021-12-03 13:24:49 -08:00
|
|
|
github.com/buger/jsonparser v1.1.1
|
2024-04-16 11:48:56 -07:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0
|
2020-11-19 11:50:22 -08:00
|
|
|
github.com/cheggaaa/pb v1.0.29
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/coredns/coredns v1.11.3
|
2024-06-05 15:00:34 -07:00
|
|
|
github.com/coreos/go-oidc/v3 v3.10.0
|
2023-05-02 09:15:08 +03:00
|
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
2023-10-25 08:32:59 -07:00
|
|
|
github.com/cosnicolaou/pbzip2 v1.0.3
|
2022-09-16 01:59:45 -07:00
|
|
|
github.com/dchest/siphash v1.2.3
|
2023-01-24 16:19:54 -08:00
|
|
|
github.com/dustin/go-humanize v1.0.1
|
2023-07-06 21:47:46 -07:00
|
|
|
github.com/eclipse/paho.mqtt.golang v1.4.3
|
2023-05-26 16:31:28 -07:00
|
|
|
github.com/elastic/go-elasticsearch/v7 v7.17.10
|
2024-05-13 09:30:24 -07:00
|
|
|
github.com/fatih/color v1.17.0
|
2024-03-14 17:41:26 -07:00
|
|
|
github.com/felixge/fgprof v0.9.4
|
2022-09-16 01:59:45 -07:00
|
|
|
github.com/fraugster/parquet-go v0.12.0
|
2024-04-16 11:48:56 -07:00
|
|
|
github.com/go-ldap/ldap/v3 v3.4.8
|
2024-03-14 17:41:26 -07:00
|
|
|
github.com/go-openapi/loads v0.22.0
|
2024-04-03 09:28:32 -07:00
|
|
|
github.com/go-sql-driver/mysql v1.8.1
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/gobwas/ws v1.4.0
|
2023-02-22 10:23:45 -08:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
2024-03-14 17:41:26 -07:00
|
|
|
github.com/gomodule/redigo v1.9.2
|
2024-02-14 09:51:34 -08:00
|
|
|
github.com/google/uuid v1.6.0
|
2022-12-21 23:47:51 -08:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0
|
2021-10-23 21:38:33 -04:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2024-06-13 08:34:20 -07:00
|
|
|
github.com/klauspost/compress v1.17.9
|
|
|
|
github.com/klauspost/cpuid/v2 v2.2.8
|
2022-12-08 19:42:44 +01:00
|
|
|
github.com/klauspost/filepathx v1.1.1
|
2023-05-26 16:31:28 -07:00
|
|
|
github.com/klauspost/pgzip v1.2.6
|
2022-01-14 10:01:25 -08:00
|
|
|
github.com/klauspost/readahead v1.4.0
|
2024-07-16 21:27:21 +02:00
|
|
|
github.com/klauspost/reedsolomon v1.12.3
|
2023-05-26 16:31:28 -07:00
|
|
|
github.com/lib/pq v1.10.9
|
2022-10-03 02:10:15 -07:00
|
|
|
github.com/lithammer/shortuuid/v4 v4.0.0
|
2024-07-03 00:16:05 -07:00
|
|
|
github.com/miekg/dns v1.1.61
|
2022-12-21 23:47:51 -08:00
|
|
|
github.com/minio/cli v1.24.2
|
2024-07-12 19:46:15 -06:00
|
|
|
github.com/minio/console v1.6.3
|
2021-04-29 19:01:43 -07:00
|
|
|
github.com/minio/csvparser v1.0.0
|
2023-07-03 12:30:51 -07:00
|
|
|
github.com/minio/dnscache v0.1.1
|
2023-12-15 21:35:07 -08:00
|
|
|
github.com/minio/dperf v0.5.3
|
2024-07-12 16:36:29 +02:00
|
|
|
github.com/minio/highwayhash v1.0.3
|
2024-03-01 22:09:42 +01:00
|
|
|
github.com/minio/kms-go/kes v0.3.0
|
2024-05-08 01:55:37 +02:00
|
|
|
github.com/minio/kms-go/kms v0.4.0
|
2024-07-25 14:07:21 -07:00
|
|
|
github.com/minio/madmin-go/v3 v3.0.59-0.20240725120704-3cfbffc45f08
|
2024-07-03 00:16:05 -07:00
|
|
|
github.com/minio/minio-go/v7 v7.0.73
|
2023-02-06 09:27:29 -08:00
|
|
|
github.com/minio/mux v1.9.0
|
2024-07-23 15:05:53 +08:00
|
|
|
github.com/minio/pkg/v3 v3.0.9
|
2023-02-06 09:27:29 -08:00
|
|
|
github.com/minio/selfupdate v0.6.0
|
2023-03-15 11:59:17 -07:00
|
|
|
github.com/minio/simdjson-go v0.4.5
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/minio/sio v0.4.0
|
2022-08-23 17:04:11 -07:00
|
|
|
github.com/minio/xxml v0.0.3
|
2022-09-16 01:59:45 -07:00
|
|
|
github.com/minio/zipindex v0.3.0
|
2019-03-19 13:50:59 -07:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2023-10-19 16:40:59 -07:00
|
|
|
github.com/nats-io/nats-server/v2 v2.9.23
|
2024-07-03 00:16:05 -07:00
|
|
|
github.com/nats-io/nats.go v1.36.0
|
2023-02-06 09:27:29 -08:00
|
|
|
github.com/nats-io/stan.go v0.10.4
|
2019-04-23 21:25:06 -07:00
|
|
|
github.com/ncw/directio v1.0.5
|
2022-09-16 01:59:45 -07:00
|
|
|
github.com/nsqio/go-nsq v1.1.0
|
2024-07-23 15:05:53 +08:00
|
|
|
github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986
|
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
|
2023-09-12 13:16:46 -07:00
|
|
|
github.com/pkg/sftp v1.13.6
|
2023-12-29 15:52:41 -08:00
|
|
|
github.com/pkg/xattr v0.4.9
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/prometheus/client_golang v1.19.1
|
2024-04-03 18:42:23 -07:00
|
|
|
github.com/prometheus/client_model v0.6.1
|
2024-07-03 00:16:05 -07:00
|
|
|
github.com/prometheus/common v0.55.0
|
2024-06-04 12:20:08 -07:00
|
|
|
github.com/prometheus/procfs v0.15.1
|
2024-07-03 00:16:05 -07:00
|
|
|
github.com/puzpuzpuz/xsync/v3 v3.2.0
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/rabbitmq/amqp091-go v1.10.0
|
2023-08-30 01:00:59 -07:00
|
|
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/rs/cors v1.11.0
|
2021-02-04 13:49:52 -08:00
|
|
|
github.com/secure-io/sio-go v0.3.1
|
2024-06-04 12:20:08 -07:00
|
|
|
github.com/shirou/gopsutil/v3 v3.24.5
|
2024-07-23 15:05:53 +08:00
|
|
|
github.com/tinylib/msgp v1.2.0
|
2021-05-20 09:00:11 -07:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0
|
2022-09-16 01:59:45 -07:00
|
|
|
github.com/xdg/scram v1.0.5
|
2022-09-05 16:51:37 -07:00
|
|
|
github.com/zeebo/xxh3 v1.0.2
|
2024-06-04 12:20:08 -07:00
|
|
|
go.etcd.io/etcd/api/v3 v3.5.14
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.14
|
2023-05-26 16:31:28 -07:00
|
|
|
go.uber.org/atomic v1.11.0
|
2024-03-14 17:41:26 -07:00
|
|
|
go.uber.org/zap v1.27.0
|
2023-06-26 15:36:56 -07:00
|
|
|
goftp.io/server/v2 v2.0.1
|
2024-06-04 12:20:08 -07:00
|
|
|
golang.org/x/crypto v0.24.0
|
2024-07-03 00:16:05 -07:00
|
|
|
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
|
2024-06-04 12:20:08 -07:00
|
|
|
golang.org/x/oauth2 v0.21.0
|
2024-06-12 13:47:56 -07:00
|
|
|
golang.org/x/sync v0.7.0
|
2024-06-04 12:20:08 -07:00
|
|
|
golang.org/x/sys v0.21.0
|
|
|
|
golang.org/x/term v0.21.0
|
2023-11-28 14:44:44 -08:00
|
|
|
golang.org/x/time v0.5.0
|
2024-07-03 00:16:05 -07:00
|
|
|
google.golang.org/api v0.187.0
|
2022-10-03 02:10:15 -07:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2024-01-08 15:22:28 -08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
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-11-16 12:03:04 +01:00
|
|
|
aead.dev/mem v0.2.0 // indirect
|
2024-05-28 02:27:44 -07:00
|
|
|
aead.dev/minisign v0.3.0 // indirect
|
2024-06-13 08:34:20 -07:00
|
|
|
cloud.google.com/go v0.115.0 // indirect
|
2024-07-03 00:16:05 -07:00
|
|
|
cloud.google.com/go/auth v0.6.1 // indirect
|
2024-05-28 02:27:44 -07:00
|
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
|
2024-07-03 00:16:05 -07:00
|
|
|
cloud.google.com/go/compute/metadata v0.4.0 // indirect
|
|
|
|
cloud.google.com/go/iam v1.1.10 // indirect
|
2024-03-14 17:41:26 -07:00
|
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
2022-09-16 01:59:45 -07:00
|
|
|
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
|
2023-12-11 21:51:53 -08:00
|
|
|
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
|
2022-12-30 10:20:19 -08:00
|
|
|
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
|
2023-11-02 22:19:49 +05:30
|
|
|
github.com/VividCortex/ewma v1.2.0 // indirect
|
|
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
|
2024-04-03 09:28:32 -07:00
|
|
|
github.com/apache/thrift v0.20.0 // indirect
|
2023-05-22 19:17:17 -07:00
|
|
|
github.com/armon/go-metrics v0.4.0 // indirect
|
2023-03-03 18:22:40 -08:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
|
2023-03-15 11:59:17 -07:00
|
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-02-14 09:51:34 -08:00
|
|
|
github.com/charmbracelet/bubbles v0.18.0 // indirect
|
2024-07-03 00:16:05 -07:00
|
|
|
github.com/charmbracelet/bubbletea v0.26.6 // indirect
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/charmbracelet/lipgloss v0.11.0 // indirect
|
2024-06-04 12:20:08 -07:00
|
|
|
github.com/charmbracelet/x/ansi v0.1.2 // indirect
|
|
|
|
github.com/charmbracelet/x/input v0.1.2 // indirect
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/charmbracelet/x/term v0.1.1 // indirect
|
|
|
|
github.com/charmbracelet/x/windows v0.1.2 // indirect
|
2023-02-06 09:27:29 -08:00
|
|
|
github.com/coreos/go-semver v0.3.1 // indirect
|
2023-07-06 21:47:46 -07:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2024-04-03 09:28:32 -07:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
|
2022-09-16 01:59:45 -07:00
|
|
|
github.com/docker/go-units v0.5.0 // indirect
|
2024-03-14 17:41:26 -07:00
|
|
|
github.com/eapache/go-resiliency v1.6.0 // indirect
|
2023-08-22 20:26:35 -07:00
|
|
|
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/eapache/queue v1.1.0 // indirect
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/fatih/structs v1.1.0 // indirect
|
2023-12-15 21:35:07 -08:00
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
2023-11-04 20:16:14 -07:00
|
|
|
github.com/frankban/quicktest v1.14.4 // indirect
|
2024-05-15 19:04:40 +01:00
|
|
|
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
|
2024-07-03 00:16:05 -07:00
|
|
|
github.com/go-ini/ini v1.67.0 // indirect
|
2024-06-13 08:34:20 -07:00
|
|
|
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
2023-12-15 21:35:07 -08:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2023-09-12 13:16:46 -07:00
|
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
2024-03-14 17:41:26 -07: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 17:09:35 -08:00
|
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/goccy/go-json v0.10.3 // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2024-03-14 17:41:26 -07:00
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2024-07-03 00:16:05 -07:00
|
|
|
github.com/google/pprof v0.0.0-20240625030939-27f56978b8b0 // indirect
|
2023-09-12 13:16:46 -07:00
|
|
|
github.com/google/s2a-go v0.1.7 // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
2023-11-28 14:44:44 -08:00
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
|
2024-07-03 00:16:05 -07:00
|
|
|
github.com/googleapis/gax-go/v2 v2.12.5 // indirect
|
|
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
2023-05-22 19:17:17 -07:00
|
|
|
github.com/hashicorp/go-hclog v1.2.0 // indirect
|
2023-02-27 23:40:22 +05:30
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2022-09-16 01:59:45 -07:00
|
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
2024-04-04 11:58:48 -07:00
|
|
|
github.com/hashicorp/golang-lru v1.0.2 // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
|
|
|
|
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
|
2022-09-16 01:59:45 -07:00
|
|
|
github.com/jcmturner/gofork v1.7.6 // indirect
|
2023-03-03 18:22:40 -08:00
|
|
|
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/jedib0t/go-pretty/v6 v6.5.9 // indirect
|
2024-07-03 00:16:05 -07:00
|
|
|
github.com/jessevdk/go-flags v1.6.1 // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
2022-12-21 23:47:51 -08:00
|
|
|
github.com/juju/ratelimit v1.0.2 // indirect
|
2023-04-15 07:34:02 -07:00
|
|
|
github.com/kr/fs v0.1.0 // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
|
2023-09-22 14:45:19 -07:00
|
|
|
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
|
2022-09-16 01:59:45 -07:00
|
|
|
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
|
|
|
github.com/lestrrat-go/iter v1.0.2 // indirect
|
2024-03-08 08:42:47 -08:00
|
|
|
github.com/lestrrat-go/jwx v1.2.29 // indirect
|
2022-12-30 10:20:19 -08:00
|
|
|
github.com/lestrrat-go/option v1.0.1 // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/lufia/plan9stats v0.0.0-20240513124658-fba389f38bae // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2022-09-16 01:59:45 -07:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/mattn/go-ieproxy v0.0.12 // indirect
|
2023-10-25 08:32:59 -07:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2022-09-16 01:59:45 -07:00
|
|
|
github.com/mattn/go-localereader v0.0.1 // indirect
|
2023-07-27 12:43:25 -07:00
|
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
2022-12-30 10:20:19 -08:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2024-06-04 12:20:08 -07:00
|
|
|
github.com/minio/colorjson v1.0.8 // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/minio/filepath v1.0.0 // indirect
|
2024-07-03 00:16:05 -07:00
|
|
|
github.com/minio/mc v0.0.0-20240702213905-74032bc16a3f // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/minio/pkg/v2 v2.0.19 // indirect
|
2023-01-24 16:19:54 -08:00
|
|
|
github.com/minio/websocket v1.6.0 // indirect
|
2022-09-16 01:59:45 -07:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2023-05-26 16:31:28 -07:00
|
|
|
github.com/montanaflynn/stats v0.7.1 // indirect
|
2023-03-20 09:08:42 -07:00
|
|
|
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
|
2022-09-16 01:59:45 -07:00
|
|
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
2023-07-06 21:47:46 -07:00
|
|
|
github.com/muesli/termenv v0.15.2 // indirect
|
2024-07-03 00:16:05 -07:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2023-10-19 16:40:59 -07:00
|
|
|
github.com/nats-io/jwt/v2 v2.5.0 // indirect
|
2024-07-12 11:45:09 -07:00
|
|
|
github.com/nats-io/nats-streaming-server v0.24.6 // indirect
|
2024-01-10 23:46:16 -08:00
|
|
|
github.com/nats-io/nkeys v0.4.7 // indirect
|
2022-04-08 16:25:20 -07: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
|
2024-01-10 23:46:16 -08:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.21 // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/posener/complete v1.2.3 // indirect
|
2024-03-14 17:41:26 -07:00
|
|
|
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
|
2023-06-26 15:36:56 -07:00
|
|
|
github.com/prometheus/prom2json v1.3.3 // indirect
|
2024-02-14 09:51:34 -08:00
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
2023-02-06 09:27:29 -08:00
|
|
|
github.com/rjeczalik/notify v0.9.3 // indirect
|
2023-05-03 12:00:23 -06:00
|
|
|
github.com/rs/xid v1.5.0 // indirect
|
2024-07-03 00:16:05 -07:00
|
|
|
github.com/safchain/ethtool v0.4.1 // indirect
|
2023-05-26 16:31:28 -07:00
|
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
2024-07-04 14:58:08 +00:00
|
|
|
github.com/tidwall/gjson v1.17.1 // indirect
|
2022-04-08 16:25:20 -07:00
|
|
|
github.com/tidwall/match v1.1.1 // indirect
|
2022-10-23 22:36:24 -07:00
|
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
2024-05-15 19:04:40 +01:00
|
|
|
github.com/tklauser/go-sysconf v0.3.14 // indirect
|
|
|
|
github.com/tklauser/numcpus v0.8.0 // indirect
|
2024-07-03 00:16:05 -07:00
|
|
|
github.com/unrolled/secure v1.15.0 // indirect
|
2024-04-16 11:48:56 -07:00
|
|
|
github.com/vbauerster/mpb/v8 v8.7.3 // indirect
|
2022-09-16 01:59:45 -07:00
|
|
|
github.com/xdg/stringprep v1.0.3 // indirect
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
2024-02-14 09:51:34 -08:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
2024-06-04 12:20:08 -07:00
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.14 // indirect
|
2024-07-03 00:16:05 -07:00
|
|
|
go.mongodb.org/mongo-driver v1.16.0 // indirect
|
2022-12-30 10:20:19 -08:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2024-05-28 02:27:44 -07:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 // indirect
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect
|
2024-07-03 00:16:05 -07:00
|
|
|
go.opentelemetry.io/otel v1.28.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v1.28.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.28.0 // indirect
|
2023-04-11 11:17:46 -07:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2024-06-04 12:20:08 -07:00
|
|
|
golang.org/x/mod v0.18.0 // indirect
|
2024-06-08 01:12:00 -07:00
|
|
|
golang.org/x/net v0.26.0 // indirect
|
2024-06-04 12:20:08 -07:00
|
|
|
golang.org/x/text v0.16.0 // indirect
|
2024-06-13 08:34:20 -07:00
|
|
|
golang.org/x/tools v0.22.0 // indirect
|
2024-07-03 00:16:05 -07:00
|
|
|
google.golang.org/genproto v0.0.0-20240701130421-f6361c86f094 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
|
|
|
|
google.golang.org/grpc v1.65.0 // indirect
|
2024-06-13 08:34:20 -07:00
|
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
2021-11-23 12:02:16 -08:00
|
|
|
)
|