-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (27 loc) · 1.27 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
module bitbucket.com/irb
go 1.14
require (
github.com/Netflix/go-env v0.0.0-20200803161858-92715955ff70 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/aws/aws-sdk-go v1.34.0 // indirect
github.com/brianvoe/gofakeit/v5 v5.10.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/gin-gonic/gin v1.6.3 // indirect
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/golang/mock v1.4.4 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jinzhu/gorm v1.9.15 // indirect
github.com/joho/godotenv v1.3.0 // indirect
github.com/sendgrid/rest v2.6.0+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.6.1+incompatible
github.com/sfreiberg/gotwilio v0.0.0-20200424172909-47a95c1c632a // indirect
github.com/sirupsen/logrus v1.6.0
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.6.1 // indirect
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14 // indirect
github.com/swaggo/gin-swagger v1.2.0 // indirect
github.com/swaggo/swag v1.6.7 // indirect
github.com/tbalthazar/onesignal-go v0.0.0-20160928064723-312530be66c8 // indirect
go.uber.org/zap v1.15.0 // indirect
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
)