-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (28 loc) · 1.05 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
module flybeat
go 1.15
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/elastic/go-elasticsearch/v7 v7.11.0
github.com/frankban/quicktest v1.10.0 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/go-basic/uuid v1.0.0
github.com/go-ini/ini v1.62.0
github.com/go-redis/redis/v8 v8.7.1
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/snappy v0.0.2 // indirect
github.com/json-iterator/go v1.1.9
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/segmentio/kafka-go v0.4.10
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/cast v1.3.1
github.com/unknwon/com v1.0.1
github.com/vjeantet/grok v1.0.1
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gorm.io/driver/mysql v1.0.4
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.12
)