forked from 1340691923/ElasticView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 841 Bytes
/
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
module github.com/1340691923/ElasticView
go 1.16
require (
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/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fsnotify/fsnotify v1.4.9
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.11.0
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/olivere/elastic v6.2.35+incompatible
github.com/olivere/elastic/v7 v7.0.24
github.com/spf13/viper v1.7.1
github.com/valyala/fasthttp v1.26.0
go.uber.org/zap v1.17.0
golang.org/x/text v0.3.6
)