-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
43 lines (41 loc) · 1.7 KB
/
go.mod
File metadata and controls
43 lines (41 loc) · 1.7 KB
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
module github.com/crowdeco/bima/v2
go 1.14
require (
github.com/ThreeDotsLabs/watermill v1.1.1
github.com/ThreeDotsLabs/watermill-amqp v1.1.0
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.10.0
github.com/gadelkareem/cachita v0.2.1
github.com/gertd/go-pluralize v0.1.7
github.com/google/uuid v1.2.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.3.0
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/iancoleman/strcase v0.1.3
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
github.com/lithammer/shortuuid/v3 v3.0.6 // indirect
github.com/magefile/mage v1.11.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mediocregopher/radix/v3 v3.7.0 // indirect
github.com/olivere/elastic/v7 v7.0.22
github.com/sarulabs/dingo/v4 v4.0.2
github.com/sirupsen/logrus v1.8.0
github.com/streadway/amqp v1.0.0 // indirect
github.com/vcraescu/go-paginator/v2 v2.0.0
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/weekface/mgorus v0.0.0-20181029072001-239539fe10e4
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
golang.org/x/mod v0.4.1
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sys v0.0.0-20210308170721-88b6017d0656 // indirect
golang.org/x/tools v0.1.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20210303154014-9728d6b83eeb // indirect
google.golang.org/grpc v1.36.0
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/mysql v1.0.4
gorm.io/driver/postgres v1.0.8
gorm.io/gorm v1.21.3
)