-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (26 loc) · 935 Bytes
/
go.mod
File metadata and controls
28 lines (26 loc) · 935 Bytes
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
module github.com/crowdeco/skeleton
go 1.14
require (
github.com/ThreeDotsLabs/watermill-amqp v1.1.0
github.com/crowdeco/bima/v2 v2.0.6
github.com/fatih/color v1.10.0
github.com/gadelkareem/cachita v0.2.1
github.com/gertd/go-pluralize v0.1.7
github.com/golang/protobuf v1.4.3
github.com/grpc-ecosystem/grpc-gateway/v2 v2.3.0
github.com/jinzhu/copier v0.2.3
github.com/joho/godotenv v1.3.0
github.com/olivere/elastic/v7 v7.0.22
github.com/onsi/ginkgo v1.15.0 // indirect
github.com/onsi/gomega v1.10.5 // indirect
github.com/sarulabs/di/v2 v2.4.0
github.com/sarulabs/dingo/v4 v4.0.2
github.com/sirupsen/logrus v1.8.0
github.com/vcraescu/go-paginator/v2 v2.0.0
github.com/vito/go-interact v1.0.0
golang.org/x/mod v0.4.1
google.golang.org/genproto v0.0.0-20210303154014-9728d6b83eeb // indirect
google.golang.org/grpc v1.36.0
google.golang.org/protobuf v1.25.1-0.20201208041424-160c7477e0e8
gorm.io/gorm v1.21.3
)