-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
25 lines (23 loc) · 912 Bytes
/
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
module github.com/gustavobelfort/42-jitsi
go 1.13
require (
github.com/DATA-DOG/go-sqlmock v1.4.1
github.com/bshuster-repo/logrus-logstash-hook v0.0.0-20190911164539-b3d898b5138a
github.com/getsentry/sentry-go v0.6.0
github.com/gin-gonic/gin v1.6.2
github.com/golang/protobuf v1.4.0 // indirect
github.com/jinzhu/gorm v1.9.12
github.com/lib/pq v1.3.0 // indirect
github.com/magiconair/properties v1.8.1
github.com/mitchellh/mapstructure v1.1.2
github.com/pkg/errors v0.9.1 // indirect
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.6.2
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1
)