-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
45 lines (43 loc) · 2.01 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
39
40
41
42
43
44
45
module github.com/agile-app/flexdb
go 1.15
require (
github.com/360EntSecGroup-Skylar/excelize v1.4.1
github.com/GUAIK-ORG/go-snowflake v0.0.0-20200116064823-220c4260e85f
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
github.com/allegro/bigcache v1.2.1
github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833
github.com/casbin/casbin/v2 v2.20.2
github.com/casbin/gorm-adapter/v3 v3.0.5
github.com/daviddengcn/go-villa v0.0.0-20200811194146-68107afb6d76 // indirect
github.com/daviddengcn/ljson v0.0.0-20151005073359-c7991804aec0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/elazarl/goproxy v0.0.0-20210110162100-a92cc753f88e // indirect
github.com/funkygao/assert v0.0.0-20160929004900-4a267e33bc79
github.com/funkygao/columnize v2.1.0+incompatible
github.com/funkygao/go-metrics v0.0.0-20160628054405-e2651e8d6214
github.com/funkygao/golib v0.0.0-20201205142325-cbde315ac319
github.com/funkygao/jsconf v0.0.0-20170412005706-31f5766ff717
github.com/funkygao/log4go v0.0.0-20170606062612-c75f461d09be
github.com/gin-contrib/cors v1.3.1
github.com/gin-contrib/gzip v0.0.3
github.com/gin-gonic/gin v1.6.3
github.com/go-sql-driver/mysql v1.5.0
github.com/golangplus/bytes v1.0.0 // indirect
github.com/golangplus/sort v1.0.0 // indirect
github.com/google/cel-go v0.6.0
github.com/hashicorp/go-uuid v1.0.2
github.com/kr/pretty v0.2.1 // indirect
github.com/lithammer/shortuuid/v3 v3.0.5
github.com/parnurzeal/gorequest v0.2.16
github.com/pkg/errors v0.9.1
github.com/pmylund/sortutil v0.0.0-20120526081524-abeda66eb583
github.com/samuel/go-zookeeper v0.0.0-20201211165307-7117e9ea2414 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 // indirect
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
golang.org/x/sys v0.0.0-20201017003518-b09fb700fbb7 // indirect
gorm.io/driver/mysql v1.0.3
gorm.io/driver/postgres v1.0.6
gorm.io/gorm v1.20.11
moul.io/http2curl v1.0.0 // indirect
)