forked from nyaruka/courier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
40 lines (39 loc) · 1.69 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
35
36
37
38
39
40
module github.com/nyaruka/courier
require (
github.com/BurntSushi/toml v0.3.0
github.com/aws/aws-sdk-go v1.13.3
github.com/buger/jsonparser v0.0.0-20180318095312-2cac668e8456
github.com/certifi/gocertifi v0.0.0-20180118203423-deb3ae2ef261 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/dghubble/oauth1 v0.4.0
github.com/evalphobia/logrus_sentry v0.4.6
github.com/fatih/camelcase v0.0.0-20171027104257-44e46d280b43
github.com/fatih/structs v1.0.0
github.com/garyburd/redigo v1.5.0
github.com/getsentry/raven-go v0.0.0-20180517221441-ed7bcb39ff10 // indirect
github.com/go-chi/chi v0.0.0-20180202194135-e223a795a06a
github.com/go-errors/errors v1.0.1
github.com/go-ini/ini v1.32.0
github.com/go-playground/locales v0.11.2
github.com/go-playground/universal-translator v0.16.0
github.com/gorilla/schema v1.0.2
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/jmoiron/sqlx v0.0.0-20180614180643-0dae4fefe7c0
github.com/koding/multiconfig v0.0.0-20171124222453-69c27309b2d7
github.com/lib/pq v0.0.0-20180201184707-88edab080323
github.com/nyaruka/ezconf v0.2.1
github.com/nyaruka/gocommon v0.2.0
github.com/nyaruka/phonenumbers v1.0.24 // indirect
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.0.4
github.com/stretchr/testify v1.2.1
golang.org/x/crypto v0.0.0-20180222182404-49796115aa4b
golang.org/x/net v0.0.0-20180719180050-a680a1efc54d // indirect
golang.org/x/sys v0.0.0-20180222210305-c1138c84af3a
gopkg.in/go-playground/validator.v9 v9.11.0
gopkg.in/guregu/null.v3 v3.3.0
gopkg.in/h2non/filetype.v1 v1.0.5
gopkg.in/yaml.v2 v2.0.0
)