2021-04-22 06:45:57 +00:00
|
|
|
module github.com/milvus-io/milvus
|
2020-08-24 03:58:51 +00:00
|
|
|
|
2022-03-16 10:51:21 +00:00
|
|
|
go 1.16
|
2020-08-24 03:58:51 +00:00
|
|
|
|
|
|
|
require (
|
2022-03-18 07:53:23 +00:00
|
|
|
github.com/BurntSushi/toml v1.0.0 // indirect
|
2021-02-23 01:58:06 +00:00
|
|
|
github.com/HdrHistogram/hdrhistogram-go v1.0.1 // indirect
|
2022-01-20 14:37:38 +00:00
|
|
|
github.com/StackExchange/wmi v1.2.1 // indirect
|
2021-05-07 10:30:11 +00:00
|
|
|
github.com/antonmedv/expr v1.8.9
|
2022-01-20 14:25:38 +00:00
|
|
|
github.com/apache/pulsar-client-go v0.6.1-0.20210728062540-29414db801a7
|
2021-09-03 11:35:47 +00:00
|
|
|
github.com/apache/thrift/lib/go/thrift v0.0.0-20210120171102-e27e82c46ba4
|
2021-09-03 09:15:26 +00:00
|
|
|
github.com/bits-and-blooms/bloom/v3 v3.0.1
|
2021-10-22 12:49:10 +00:00
|
|
|
github.com/containerd/cgroups v1.0.2
|
2021-01-29 09:08:31 +00:00
|
|
|
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
|
|
|
|
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
|
|
|
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
|
2022-02-23 06:37:52 +00:00
|
|
|
github.com/gin-gonic/gin v1.7.7
|
2021-01-22 01:36:18 +00:00
|
|
|
github.com/go-basic/ipv4 v1.0.0
|
2022-03-17 09:17:22 +00:00
|
|
|
github.com/gofrs/flock v0.8.1 // indirect
|
2021-12-07 11:43:03 +00:00
|
|
|
github.com/golang/mock v1.5.0
|
2021-08-24 01:45:51 +00:00
|
|
|
github.com/golang/protobuf v1.5.2
|
|
|
|
github.com/google/btree v1.0.1
|
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
2021-06-02 07:58:33 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
2021-03-09 08:18:58 +00:00
|
|
|
github.com/jarcoal/httpmock v1.0.8
|
2020-09-07 13:07:36 +00:00
|
|
|
github.com/klauspost/compress v1.10.11 // indirect
|
2021-08-13 10:12:08 +00:00
|
|
|
github.com/lingdor/stackerror v0.0.0-20191119040541-976d8885ed76
|
2021-04-08 06:14:43 +00:00
|
|
|
github.com/minio/minio-go/v7 v7.0.10
|
2021-08-24 01:45:51 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.4.1
|
2021-02-23 01:58:06 +00:00
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
2021-11-18 03:39:12 +00:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2020-09-07 13:07:36 +00:00
|
|
|
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
|
2021-03-05 02:15:27 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-08-24 01:45:51 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-09-03 11:35:47 +00:00
|
|
|
github.com/shirou/gopsutil v3.21.8+incompatible
|
2020-10-15 08:32:22 +00:00
|
|
|
github.com/spaolacci/murmur3 v1.1.0
|
2021-08-24 01:45:51 +00:00
|
|
|
github.com/spf13/cast v1.3.1
|
2022-01-20 14:37:38 +00:00
|
|
|
github.com/spf13/viper v1.8.1
|
2021-08-24 01:45:51 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-01-11 10:35:54 +00:00
|
|
|
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c
|
2021-09-03 11:35:47 +00:00
|
|
|
github.com/tklauser/go-sysconf v0.3.9 // indirect
|
2021-02-23 01:58:06 +00:00
|
|
|
github.com/uber/jaeger-client-go v2.25.0+incompatible
|
|
|
|
github.com/uber/jaeger-lib v2.4.0+incompatible // indirect
|
2021-08-24 01:45:51 +00:00
|
|
|
go.etcd.io/etcd/api/v3 v3.5.0
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.0
|
|
|
|
go.etcd.io/etcd/server/v3 v3.5.0
|
2021-09-03 09:15:26 +00:00
|
|
|
go.uber.org/atomic v1.7.0
|
2022-01-06 06:49:20 +00:00
|
|
|
go.uber.org/automaxprocs v1.4.0
|
2021-08-24 01:45:51 +00:00
|
|
|
go.uber.org/zap v1.17.0
|
|
|
|
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6
|
2021-11-08 11:49:07 +00:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-10-11 11:06:38 +00:00
|
|
|
golang.org/x/tools v0.1.7 // indirect
|
2021-08-24 01:45:51 +00:00
|
|
|
google.golang.org/grpc v1.38.0
|
2021-02-19 07:37:04 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2021-10-14 07:44:34 +00:00
|
|
|
stathat.com/c/consistent v1.0.0
|
2020-08-24 03:58:51 +00:00
|
|
|
)
|
2020-09-01 10:11:43 +00:00
|
|
|
|
2020-09-17 17:53:18 +00:00
|
|
|
replace (
|
2022-03-15 06:45:22 +00:00
|
|
|
github.com/apache/pulsar-client-go => github.com/milvus-io/pulsar-client-go v0.6.1-0.20220310065106-1ef6d309ead7
|
2021-12-06 06:07:35 +00:00
|
|
|
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt v3.2.2+incompatible // Fix security alert for jwt-go 3.2.0
|
2021-09-12 09:54:01 +00:00
|
|
|
github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
|
2021-09-29 07:02:00 +00:00
|
|
|
google.golang.org/grpc => google.golang.org/grpc v1.38.0
|
2020-09-17 17:53:18 +00:00
|
|
|
)
|
2022-02-17 11:05:49 +00:00
|
|
|
|