|
@@ -4,33 +4,22 @@ go 1.13
|
|
|
|
|
|
require (
|
|
|
app.yhyue.com/moapp/esv1 v0.0.0-20220414031211-3da4123e648d
|
|
|
+ github.com/ClickHouse/clickhouse-go/v2 v2.18.0
|
|
|
github.com/RoaringBitmap/roaring v1.5.0
|
|
|
github.com/coscms/tagfast v0.0.0-20150925144250-2b69b2496250
|
|
|
github.com/donnie4w/go-logger v0.0.0-20170827050443-4740c51383f4
|
|
|
- github.com/fsnotify/fsnotify v1.4.9
|
|
|
+ github.com/fsnotify/fsnotify v1.6.0
|
|
|
github.com/garyburd/redigo v1.6.2
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
|
github.com/golang-jwt/jwt/v4 v4.4.2
|
|
|
- github.com/golang/snappy v0.0.4 // indirect
|
|
|
github.com/gomodule/redigo v1.8.9
|
|
|
- github.com/google/go-cmp v0.5.8 // indirect
|
|
|
github.com/howeyc/fsnotify v0.9.0
|
|
|
- github.com/kr/text v0.2.0 // indirect
|
|
|
github.com/olivere/elastic/v7 v7.0.22
|
|
|
- github.com/stretchr/testify v1.8.0 // indirect
|
|
|
github.com/yl2chen/cidranger v1.0.2
|
|
|
- go.etcd.io/etcd/client/v3 v3.5.4
|
|
|
- go.mongodb.org/mongo-driver v1.9.1
|
|
|
- go.uber.org/atomic v1.9.0 // indirect
|
|
|
- go.uber.org/goleak v1.1.12 // indirect
|
|
|
- go.uber.org/multierr v1.8.0 // indirect
|
|
|
- go.uber.org/zap v1.21.0
|
|
|
- golang.org/x/crypto v0.0.0-20210920023735-84f357641f63 // indirect
|
|
|
- golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
|
|
|
- google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8 // indirect
|
|
|
- google.golang.org/grpc v1.47.0 // indirect
|
|
|
+ go.etcd.io/etcd/client/v3 v3.5.5
|
|
|
+ go.mongodb.org/mongo-driver v1.11.4
|
|
|
+ go.uber.org/zap v1.25.0
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc
|
|
|
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
|
gorm.io/driver/mysql v1.0.5
|