-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
34 lines (33 loc) · 1.36 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
31
32
33
34
module github.com/brunoksato/golang-boilerplate
// +heroku goVersion go1.12.5
require (
github.com/Sirupsen/logrus v0.0.0-20170713114250-a3f95b5c4235
github.com/Zauberstuhl/go-coinbase v1.0.0
github.com/asaskevich/govalidator v0.0.0-20170425121227-4918b99a7cb9
github.com/brunoksato/argon-server v0.0.0-20190812163325-5cd96a6e3814 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/heroku/x v0.0.1
github.com/jinzhu/gorm v1.9.2
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a
github.com/labstack/echo/v4 v4.1.6
github.com/labstack/gommon v0.2.9
github.com/lib/pq v1.0.0
github.com/mailru/easyjson v0.0.0-20180323154445-8b799c424f57
github.com/mattn/go-colorable v0.1.2
github.com/mattn/go-isatty v0.0.8
github.com/mitchellh/mapstructure v1.1.2
github.com/olivere/elastic v6.2.6+incompatible
github.com/pkg/errors v0.8.1
github.com/satori/go.uuid v1.1.0
github.com/sendgrid/sendgrid-go v3.5.0+incompatible
github.com/stretchr/testify v1.3.0
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/fasttemplate v1.0.1
go.elastic.co/apm/module/apmechov4 v1.4.0
go.elastic.co/apm/module/apmgorm v1.4.0
go4.org v0.0.0-20180417224846-9599cf28b011
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
golang.org/x/net v0.0.0-20190607181551-461777fb6f67
golang.org/x/sys v0.0.0-20190609082536-301114b31cce
golang.org/x/text v0.3.2
)