forked from nyaruka/courier
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
39 lines (37 loc) · 1.58 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
module github.com/nyaruka/courier
require (
github.com/antchfx/xmlquery v0.0.0-20181223105952-355641961c92
github.com/antchfx/xpath v0.0.0-20181208024549-4bbdf6db12aa // indirect
github.com/aws/aws-sdk-go v1.34.31
github.com/buger/jsonparser v0.0.0-20180318095312-2cac668e8456
github.com/certifi/gocertifi v0.0.0-20180118203423-deb3ae2ef261 // indirect
github.com/dghubble/oauth1 v0.4.0
github.com/evalphobia/logrus_sentry v0.4.6
github.com/getsentry/raven-go v0.0.0-20180517221441-ed7bcb39ff10 // indirect
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-errors/errors v1.0.1
github.com/go-playground/locales v0.11.2 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/gofrs/uuid v3.3.0+incompatible
github.com/gomodule/redigo v2.0.0+incompatible
github.com/gorilla/schema v1.0.2
github.com/jmoiron/sqlx v0.0.0-20180614180643-0dae4fefe7c0
github.com/kr/pretty v0.1.0 // indirect
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 // indirect
github.com/lib/pq v1.0.0
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/nyaruka/ezconf v0.2.1
github.com/nyaruka/gocommon v1.13.2
github.com/nyaruka/librato v1.0.0
github.com/nyaruka/null v1.1.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.7.0
golang.org/x/mod v0.4.2
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.11.0
gopkg.in/h2non/filetype.v1 v1.0.5
)
go 1.16