forked from 1340691923/ElasticView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (36 loc) · 1.33 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/1340691923/ElasticView
go 1.16
require (
github.com/BurntSushi/toml v1.0.0 // indirect
github.com/ClickHouse/clickhouse-go v1.5.4
github.com/Masterminds/squirrel v1.5.0
github.com/casbin/casbin v1.9.1
github.com/casbin/xorm-adapter v1.0.0
github.com/cch123/elasticsql v1.0.1
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/garyburd/redigo v1.6.2
github.com/go-sql-driver/mysql v1.6.0
github.com/go-xorm/xorm v0.7.9 // indirect
github.com/gofiber/fiber/v2 v2.34.0
github.com/gofiber/websocket/v2 v2.0.22
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/jmoiron/sqlx v1.3.4
github.com/json-iterator/go v1.1.11
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.4 // indirect
github.com/logoove/sqlite v1.15.3
github.com/magefile/mage v1.13.0
github.com/olivere/elastic v6.2.35+incompatible
github.com/olivere/elastic/v7 v7.0.24
github.com/robfig/cron v1.2.0
github.com/sony/sonyflake v1.0.0
github.com/spf13/viper v1.7.1
github.com/valyala/fasthttp v1.37.0
github.com/xuri/excelize/v2 v2.6.0
go.uber.org/zap v1.17.0
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
golang.org/x/text v0.3.7
golang.org/x/tools v0.0.0-20201125231158-b5590deeca9b // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
modernc.org/sqlite v1.16.0 // indirect
)