-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
30 lines (28 loc) · 1.03 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 github.com/BackAged/go-ddd-microservice
go 1.15
require (
github.com/DiscoFighter47/zlog v0.0.1 // indirect
github.com/golang/mock v1.4.4
github.com/golang/protobuf v1.4.2
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/joho/godotenv v1.3.0
github.com/lib/pq v1.3.0 // indirect
github.com/nxadm/tail v1.4.5 // indirect
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.1
github.com/rs/zerolog v1.19.0 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.7.1
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.5.1 // indirect
github.com/tylerb/gls v0.0.0-20150407001822-e606233f194d // indirect
go.mongodb.org/mongo-driver v1.4.0 // indirect
golang.org/x/sys v0.0.0-20201014080544-cc95f250f6bc // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/grpc v1.27.0
google.golang.org/protobuf v1.25.0
gorm.io/driver/postgres v1.0.2
gorm.io/gorm v1.20.2
)