2019-03-19 16:50:59 -04:00
|
|
|
module github.com/minio/minio
|
|
|
|
|
2022-12-30 14:37:07 -05:00
|
|
|
go 1.19
|
2019-04-02 21:28:39 -04:00
|
|
|
|
2019-03-19 16:50:59 -04:00
|
|
|
require (
|
2023-03-28 06:45:24 -04:00
|
|
|
cloud.google.com/go/storage v1.30.1
|
2022-09-16 04:59:45 -04:00
|
|
|
github.com/Azure/azure-storage-blob-go v0.15.0
|
2023-02-06 12:27:29 -05:00
|
|
|
github.com/Shopify/sarama v1.38.1
|
2022-09-16 04:59:45 -04:00
|
|
|
github.com/alecthomas/participle v0.7.1
|
2020-11-17 12:13:28 -05:00
|
|
|
github.com/bcicen/jstream v1.0.1
|
2023-05-26 19:31:28 -04:00
|
|
|
github.com/beevik/ntp v1.0.0
|
2021-12-03 16:24:49 -05:00
|
|
|
github.com/buger/jsonparser v1.1.1
|
2022-12-30 13:20:19 -05:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0
|
2020-11-19 14:50:22 -05:00
|
|
|
github.com/cheggaaa/pb v1.0.29
|
2023-02-20 05:35:20 -05:00
|
|
|
github.com/coredns/coredns v1.10.1
|
2022-09-16 04:59:45 -04:00
|
|
|
github.com/coreos/go-oidc v2.2.1+incompatible
|
2023-05-02 02:15:08 -04:00
|
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
2023-05-26 19:31:28 -04:00
|
|
|
github.com/cosnicolaou/pbzip2 v1.0.2
|
2022-09-16 04:59:45 -04:00
|
|
|
github.com/dchest/siphash v1.2.3
|
|
|
|
github.com/djherbis/atime v1.1.0
|
2023-01-24 19:19:54 -05:00
|
|
|
github.com/dustin/go-humanize v1.0.1
|
2022-12-30 13:20:19 -05:00
|
|
|
github.com/eclipse/paho.mqtt.golang v1.4.2
|
2023-05-26 19:31:28 -04:00
|
|
|
github.com/elastic/go-elasticsearch/v7 v7.17.10
|
2023-03-15 14:59:17 -04:00
|
|
|
github.com/fatih/color v1.15.0
|
2022-09-16 04:59:45 -04:00
|
|
|
github.com/felixge/fgprof v0.9.3
|
|
|
|
github.com/fraugster/parquet-go v0.12.0
|
|
|
|
github.com/go-ldap/ldap/v3 v3.4.4
|
|
|
|
github.com/go-openapi/loads v0.21.2
|
2023-05-26 19:31:28 -04:00
|
|
|
github.com/go-sql-driver/mysql v1.7.1
|
2023-02-22 13:23:45 -05:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
2022-09-16 04:59:45 -04:00
|
|
|
github.com/gomodule/redigo v1.8.9
|
2021-10-28 00:14:02 -04:00
|
|
|
github.com/google/uuid v1.3.0
|
2021-11-23 12:51:53 -05:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2022-12-22 02:47:51 -05:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0
|
2021-10-23 21:38:33 -04:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2023-05-03 14:00:23 -04:00
|
|
|
github.com/klauspost/compress v1.16.5
|
2023-02-22 13:23:45 -05:00
|
|
|
github.com/klauspost/cpuid/v2 v2.2.4
|
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
|
2022-01-14 13:01:25 -05:00
|
|
|
github.com/klauspost/readahead v1.4.0
|
2023-02-15 08:07:35 -05:00
|
|
|
github.com/klauspost/reedsolomon v1.11.7
|
2023-05-26 19:31:28 -04:00
|
|
|
github.com/lib/pq v1.10.9
|
2022-10-03 05:10:15 -04:00
|
|
|
github.com/lithammer/shortuuid/v4 v4.0.0
|
2023-05-26 19:31:28 -04:00
|
|
|
github.com/miekg/dns v1.1.54
|
2022-12-22 02:47:51 -05:00
|
|
|
github.com/minio/cli v1.24.2
|
2023-06-15 18:30:56 -04:00
|
|
|
github.com/minio/console v0.30.0
|
2021-04-29 22:01:43 -04:00
|
|
|
github.com/minio/csvparser v1.0.0
|
2023-06-17 10:31:36 -04:00
|
|
|
github.com/minio/dperf v0.4.10
|
2021-03-25 14:44:58 -04:00
|
|
|
github.com/minio/highwayhash v1.0.2
|
2023-02-14 10:19:20 -05:00
|
|
|
github.com/minio/kes-go v0.1.0
|
2023-06-19 20:53:08 -04:00
|
|
|
github.com/minio/madmin-go/v3 v3.0.1
|
2023-06-18 21:20:15 -04:00
|
|
|
github.com/minio/minio-go/v7 v7.0.58-0.20230618181316-a73fe95ad965
|
2023-02-06 12:27:29 -05:00
|
|
|
github.com/minio/mux v1.9.0
|
2023-06-19 20:53:08 -04:00
|
|
|
github.com/minio/pkg v1.7.5
|
2023-02-06 12:27:29 -05:00
|
|
|
github.com/minio/selfupdate v0.6.0
|
2023-05-25 01:51:07 -04:00
|
|
|
github.com/minio/sha256-simd v1.0.1
|
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
|
2022-08-23 20:04:11 -04:00
|
|
|
github.com/minio/xxml v0.0.3
|
2022-09-16 04:59:45 -04:00
|
|
|
github.com/minio/zipindex v0.3.0
|
2019-03-19 16:50:59 -04:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2022-03-11 18:57:45 -05:00
|
|
|
github.com/nats-io/nats-server/v2 v2.7.4
|
2023-05-26 19:31:28 -04:00
|
|
|
github.com/nats-io/nats.go v1.26.0
|
2023-02-06 12:27:29 -05:00
|
|
|
github.com/nats-io/stan.go v0.10.4
|
2019-04-24 00:25:06 -04:00
|
|
|
github.com/ncw/directio v1.0.5
|
2022-09-16 04:59:45 -04:00
|
|
|
github.com/nsqio/go-nsq v1.1.0
|
2022-12-30 13:20:19 -05:00
|
|
|
github.com/philhofer/fwd v1.1.2
|
2022-03-01 20:17:18 -05:00
|
|
|
github.com/pierrec/lz4 v2.6.1+incompatible
|
2020-08-23 12:43:48 -04:00
|
|
|
github.com/pkg/errors v0.9.1
|
2023-05-26 19:31:28 -04:00
|
|
|
github.com/pkg/sftp v1.13.5
|
|
|
|
github.com/prometheus/client_golang v1.15.1
|
|
|
|
github.com/prometheus/client_model v0.4.0
|
|
|
|
github.com/prometheus/common v0.44.0
|
2022-12-30 13:20:19 -05:00
|
|
|
github.com/prometheus/procfs v0.9.0
|
2023-05-26 19:31:28 -04:00
|
|
|
github.com/rabbitmq/amqp091-go v1.8.1
|
|
|
|
github.com/rs/cors v1.9.0
|
2022-01-20 16:03:15 -05:00
|
|
|
github.com/rs/dnscache v0.0.0-20211102005908-e0241e321417
|
2021-02-04 16:49:52 -05:00
|
|
|
github.com/secure-io/sio-go v0.3.1
|
2023-05-26 19:31:28 -04:00
|
|
|
github.com/shirou/gopsutil/v3 v3.23.4
|
2023-01-23 06:12:47 -05:00
|
|
|
github.com/tidwall/gjson v1.14.4
|
2023-02-06 12:27:29 -05:00
|
|
|
github.com/tinylib/msgp v1.1.8
|
2021-05-20 12:00:11 -04:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0
|
2022-09-16 04:59:45 -04:00
|
|
|
github.com/xdg/scram v1.0.5
|
2022-09-05 19:51:37 -04:00
|
|
|
github.com/zeebo/xxh3 v1.0.2
|
2023-05-26 19:31:28 -04:00
|
|
|
go.etcd.io/etcd/api/v3 v3.5.9
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.9
|
|
|
|
go.uber.org/atomic v1.11.0
|
2022-12-30 13:20:19 -05:00
|
|
|
go.uber.org/zap v1.24.0
|
2023-04-15 10:34:02 -04:00
|
|
|
goftp.io/server/v2 v2.0.0
|
2023-05-25 01:51:07 -04:00
|
|
|
golang.org/x/crypto v0.9.0
|
2023-06-06 13:12:52 -04:00
|
|
|
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
|
2023-05-26 19:31:28 -04:00
|
|
|
golang.org/x/oauth2 v0.8.0
|
2023-05-25 01:51:07 -04:00
|
|
|
golang.org/x/sys v0.8.0
|
2022-12-30 13:20:19 -05:00
|
|
|
golang.org/x/time v0.3.0
|
2023-05-26 19:31:28 -04:00
|
|
|
google.golang.org/api v0.124.0
|
2022-10-03 05:10:15 -04:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-01-29 19:45:11 -05:00
|
|
|
)
|
2021-11-06 14:39:01 -04:00
|
|
|
|
2021-11-23 15:02:16 -05:00
|
|
|
require (
|
2022-11-16 06:03:04 -05:00
|
|
|
aead.dev/mem v0.2.0 // indirect
|
2023-02-06 12:27:29 -05:00
|
|
|
aead.dev/minisign v0.2.0 // indirect
|
2023-05-26 19:31:28 -04:00
|
|
|
cloud.google.com/go v0.110.2 // indirect
|
|
|
|
cloud.google.com/go/compute v1.19.3 // indirect
|
2022-12-30 13:20:19 -05:00
|
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
2023-05-26 19:31:28 -04:00
|
|
|
cloud.google.com/go/iam v1.0.1 // indirect
|
2022-09-16 04:59:45 -04:00
|
|
|
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
|
2022-12-30 13:20:19 -05:00
|
|
|
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
|
2023-03-03 21:22:40 -05:00
|
|
|
github.com/apache/thrift v0.18.1 // indirect
|
2023-05-22 22:17:17 -04:00
|
|
|
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
|
2023-02-06 12:27:29 -05:00
|
|
|
github.com/charmbracelet/bubbles v0.15.0 // indirect
|
2023-05-26 19:31:28 -04:00
|
|
|
github.com/charmbracelet/bubbletea v0.24.1 // indirect
|
2023-03-15 14:59:17 -04:00
|
|
|
github.com/charmbracelet/lipgloss v0.7.1 // indirect
|
2023-05-26 19:31:28 -04:00
|
|
|
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
|
2023-02-06 12:27:29 -05:00
|
|
|
github.com/coreos/go-semver v0.3.1 // indirect
|
2022-04-08 19:25:20 -04:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-05-26 19:31:28 -04:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
|
2022-09-16 04:59:45 -04:00
|
|
|
github.com/docker/go-units v0.5.0 // indirect
|
2022-07-29 14:34:45 -04:00
|
|
|
github.com/eapache/go-resiliency v1.3.0 // indirect
|
2023-02-06 12:27:29 -05:00
|
|
|
github.com/eapache/go-xerial-snappy v0.0.0-20230111030713-bf00bc1b83b6 // 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-05-22 22:17:17 -04:00
|
|
|
github.com/frankban/quicktest v1.14.3 // indirect
|
2022-04-08 19:25:20 -04:00
|
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
2023-02-22 13:23:45 -05:00
|
|
|
github.com/gdamore/tcell/v2 v2.6.0 // indirect
|
2022-05-24 18:53:52 -04:00
|
|
|
github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
|
2022-04-08 19:25:20 -04:00
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
2022-09-16 04:59:45 -04:00
|
|
|
github.com/go-openapi/analysis v0.21.4 // indirect
|
|
|
|
github.com/go-openapi/errors v0.20.3 // indirect
|
2023-02-06 12:27:29 -05:00
|
|
|
github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
|
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
2023-05-03 14:00:23 -04:00
|
|
|
github.com/go-openapi/runtime v0.26.0 // indirect
|
|
|
|
github.com/go-openapi/spec v0.20.9 // indirect
|
2023-03-28 06:45:24 -04:00
|
|
|
github.com/go-openapi/strfmt v0.21.7 // indirect
|
2022-09-16 04:59:45 -04:00
|
|
|
github.com/go-openapi/swag v0.22.3 // indirect
|
2023-01-24 19:19:54 -05:00
|
|
|
github.com/go-openapi/validate v0.22.1 // indirect
|
2023-03-20 12:08:42 -04:00
|
|
|
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
|
2023-03-15 14:59:17 -04:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2022-04-08 19:25:20 -04:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2022-09-16 04:59:45 -04:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2023-05-26 19:31:28 -04:00
|
|
|
github.com/google/pprof v0.0.0-20230510103437-eeec1cb781c3 // indirect
|
|
|
|
github.com/google/s2a-go v0.1.4 // indirect
|
2022-04-08 19:25:20 -04:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
2023-02-20 05:35:20 -05:00
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
|
2023-05-26 19:31:28 -04:00
|
|
|
github.com/googleapis/gax-go/v2 v2.9.1 // indirect
|
2022-04-08 19:25:20 -04:00
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
2023-05-22 22:17:17 -04:00
|
|
|
github.com/hashicorp/go-hclog v1.2.0 // indirect
|
2023-02-27 13:10:22 -05:00
|
|
|
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
|
2022-09-16 04:59:45 -04:00
|
|
|
github.com/hashicorp/go-uuid v1.0.3 // 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
|
2022-09-16 04:59:45 -04:00
|
|
|
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
|
2023-03-03 21:22:40 -05:00
|
|
|
github.com/jedib0t/go-pretty/v6 v6.4.6 // 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
|
2022-12-22 02:47:51 -05:00
|
|
|
github.com/juju/ratelimit v1.0.2 // indirect
|
2023-04-15 10:34:02 -04:00
|
|
|
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
|
2022-09-16 04:59:45 -04:00
|
|
|
github.com/lestrrat-go/blackmagic v1.0.1 // indirect
|
|
|
|
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
|
|
|
github.com/lestrrat-go/iter v1.0.2 // indirect
|
2023-06-14 15:17:22 -04:00
|
|
|
github.com/lestrrat-go/jwx v1.2.26 // indirect
|
2022-12-30 13:20:19 -05:00
|
|
|
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
|
2023-03-28 06:45:24 -04:00
|
|
|
github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect
|
2022-04-08 19:25:20 -04:00
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2022-09-16 04:59:45 -04:00
|
|
|
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
|
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
2022-09-16 04:59:45 -04:00
|
|
|
github.com/mattn/go-localereader v0.0.1 // indirect
|
2022-10-24 01:36:24 -04:00
|
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
2022-12-30 13:20:19 -05:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2022-10-24 01:36:24 -04:00
|
|
|
github.com/minio/colorjson v1.0.4 // indirect
|
2022-04-08 19:25:20 -04:00
|
|
|
github.com/minio/filepath v1.0.0 // indirect
|
2023-06-19 20:53:08 -04:00
|
|
|
github.com/minio/madmin-go/v2 v2.2.0 // indirect
|
2023-06-02 19:17:26 -04:00
|
|
|
github.com/minio/mc v0.0.0-20230526175537-0fac0e006eae // 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
|
2022-09-16 04:59:45 -04:00
|
|
|
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
|
2023-03-20 12:08:42 -04:00
|
|
|
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
|
2022-09-16 04:59:45 -04:00
|
|
|
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-03-15 14:59:17 -04:00
|
|
|
github.com/muesli/termenv v0.15.1 // indirect
|
2022-04-08 19:25:20 -04:00
|
|
|
github.com/nats-io/jwt/v2 v2.2.1-0.20220113022732-58e87895b296 // indirect
|
2023-03-22 02:36:24 -04:00
|
|
|
github.com/nats-io/nats-streaming-server v0.24.3 // indirect
|
2023-03-20 12:08:42 -04:00
|
|
|
github.com/nats-io/nkeys v0.4.4 // indirect
|
2022-04-08 19:25:20 -04:00
|
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
2022-12-30 13:20:19 -05:00
|
|
|
github.com/navidys/tvxwidgets v0.3.0 // indirect
|
2022-04-08 19:25:20 -04:00
|
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
2022-12-30 13:20:19 -05:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.17 // indirect
|
2022-09-19 10:01:22 -04:00
|
|
|
github.com/pkg/xattr v0.4.9 // indirect
|
2022-04-08 19:25:20 -04:00
|
|
|
github.com/posener/complete v1.2.3 // indirect
|
2022-12-30 13:20:19 -05:00
|
|
|
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
|
2022-04-08 19:25:20 -04:00
|
|
|
github.com/pquerna/cachecontrol v0.1.0 // indirect
|
2022-10-24 01:36:24 -04:00
|
|
|
github.com/prometheus/prom2json v1.3.2 // indirect
|
2022-04-08 19:25:20 -04:00
|
|
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
|
2023-05-26 19:31:28 -04:00
|
|
|
github.com/rivo/tview v0.0.0-20230511053024-822bd067b165 // indirect
|
2023-02-22 13:23:45 -05:00
|
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
2023-02-06 12:27:29 -05:00
|
|
|
github.com/rjeczalik/notify v0.9.3 // indirect
|
2023-05-03 14:00:23 -04:00
|
|
|
github.com/rs/xid v1.5.0 // indirect
|
2023-05-26 19:31:28 -04:00
|
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
2023-05-25 01:51:07 -04:00
|
|
|
github.com/sirupsen/logrus v1.9.2 // 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
|
2022-11-15 10:57:52 -05:00
|
|
|
github.com/tklauser/go-sysconf v0.3.11 // indirect
|
|
|
|
github.com/tklauser/numcpus v0.6.0 // indirect
|
2022-09-16 04:59:45 -04:00
|
|
|
github.com/unrolled/secure v1.13.0 // indirect
|
|
|
|
github.com/xdg/stringprep v1.0.3 // indirect
|
2023-05-26 19:31:28 -04:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.3 // indirect
|
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect
|
|
|
|
go.mongodb.org/mongo-driver v1.11.6 // indirect
|
2022-12-30 13:20:19 -05:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2023-04-11 14:17:46 -04:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
|
|
golang.org/x/mod v0.10.0 // indirect
|
2023-05-25 01:51:07 -04:00
|
|
|
golang.org/x/net v0.10.0 // indirect
|
2023-05-26 19:31:28 -04:00
|
|
|
golang.org/x/sync v0.2.0 // indirect
|
2023-05-25 01:51:07 -04:00
|
|
|
golang.org/x/term v0.8.0 // indirect
|
2023-04-11 14:17:46 -04:00
|
|
|
golang.org/x/text v0.9.0 // indirect
|
2023-05-26 19:31:28 -04:00
|
|
|
golang.org/x/tools v0.9.1 // indirect
|
2022-09-16 04:59:45 -04:00
|
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
2022-04-08 19:25:20 -04:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2023-05-26 19:31:28 -04:00
|
|
|
google.golang.org/genproto v0.0.0-20230524185152-1884fd1fac28 // indirect
|
|
|
|
google.golang.org/grpc v1.55.0 // indirect
|
2023-03-20 12:08:42 -04:00
|
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
2022-04-08 19:25:20 -04:00
|
|
|
gopkg.in/h2non/filetype.v1 v1.0.5 // indirect
|
2022-09-16 04:59:45 -04:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2021-11-23 15:02:16 -05:00
|
|
|
)
|