forked from nyaruka/courier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
76 lines (58 loc) · 1.38 KB
/
Gopkg.toml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[prune]
non-go = true
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "^1.12.48"
[[constraint]]
branch = "master"
name = "github.com/buger/jsonparser"
[[constraint]]
name = "github.com/evalphobia/logrus_sentry"
version = ">=0.4.2, <1.0.0"
[[constraint]]
name = "github.com/garyburd/redigo"
version = "^1.3.0"
[[constraint]]
branch = "master"
name = "github.com/go-chi/chi"
[[constraint]]
branch = "master"
name = "github.com/go-errors/errors"
[[constraint]]
branch = "master"
name = "github.com/gorilla/schema"
[[constraint]]
branch = "master"
name = "github.com/jmoiron/sqlx"
[[constraint]]
branch = "master"
name = "github.com/lib/pq"
[[constraint]]
branch = "master"
name = "github.com/nyaruka/gocommon"
[[constraint]]
branch = "master"
name = "github.com/nyaruka/ezconf"
[[constraint]]
branch = "master"
name = "github.com/pkg/errors"
[[constraint]]
name = "github.com/satori/go.uuid"
version = "^1.1.0"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "^1.0.4"
[[constraint]]
name = "github.com/stretchr/testify"
version = "^1.1.4"
[[constraint]]
name = "gopkg.in/go-playground/validator.v9"
version = "^9.9.1"
[[constraint]]
name = "gopkg.in/guregu/null.v3"
version = "^3.3.0"
[[constraint]]
name = "gopkg.in/h2non/filetype.v1"
version = "^1.0.5"