-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
36 lines (34 loc) · 1.23 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
module github.com/pupi94/madara
go 1.14
require (
github.com/Masterminds/squirrel v1.5.0
github.com/Shopify/sarama v1.27.2
github.com/aws/aws-sdk-go v1.38.17
github.com/beego/beego/v2 v2.0.1
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/caarlos0/env/v6 v6.4.0
github.com/golang/protobuf v1.4.3
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/go-cmp v0.5.4 // indirect
github.com/google/uuid v1.2.0
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
github.com/jinzhu/now v1.1.2 // indirect
github.com/jmoiron/sqlx v1.3.3
github.com/mailru/easyjson v0.7.7 // indirect
github.com/olivere/elastic v6.2.35+incompatible
github.com/onsi/ginkgo v1.15.0 // indirect
github.com/onsi/gomega v1.10.5 // indirect
github.com/shopspring/decimal v1.2.0
github.com/sirupsen/logrus v1.7.0
github.com/smartystreets/goconvey v1.6.4
github.com/stretchr/testify v1.7.0
github.com/urfave/cli/v2 v2.3.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/text v0.3.4 // indirect
google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4 // indirect
google.golang.org/grpc v1.33.2
google.golang.org/protobuf v1.25.0
gorm.io/driver/mysql v1.0.5
gorm.io/gorm v1.21.4
xorm.io/xorm v1.0.5
)