-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
40 lines (39 loc) · 1.79 KB
/
go.mod
File metadata and controls
40 lines (39 loc) · 1.79 KB
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/lancer-kit/sender
require (
github.com/Masterminds/squirrel v1.1.0 // indirect
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/getsentry/sentry-go v0.3.0 // indirect
github.com/go-chi/chi v4.0.2+incompatible
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
github.com/gobuffalo/packr v1.30.1 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/jmoiron/sqlx v1.2.0 // indirect
github.com/lancer-kit/armory v1.6.0
github.com/lancer-kit/uwe/v2 v2.0.2-rc
github.com/lib/pq v1.2.0 // indirect
github.com/mailru/easyjson v0.7.0 // indirect
github.com/nats-io/gnatsd v1.4.1 // indirect
github.com/nats-io/go-nats v1.7.2
github.com/nats-io/nkeys v0.1.0 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/olivere/elastic v6.2.23+incompatible // indirect
github.com/onrik/logrus v0.4.1 // indirect
github.com/pkg/errors v0.8.1
github.com/rubenv/sql-migrate v0.0.0-20190902133344-8926f37f0bc1 // indirect
github.com/sendgrid/rest v2.4.1+incompatible
github.com/sendgrid/sendgrid-go v3.5.0+incompatible
github.com/sirupsen/logrus v1.4.2
github.com/urfave/cli v1.22.1
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7 // indirect
golang.org/x/net v0.0.0-20190909003024-a7b16738d86b // indirect
google.golang.org/appengine v1.6.2 // indirect
gopkg.in/gorp.v1 v1.7.2 // indirect
gopkg.in/mailgun/mailgun-go.v1 v1.1.1
gopkg.in/sohlich/elogrus.v3 v3.0.0-20180410122755-1fa29e2f2009 // indirect
gopkg.in/yaml.v2 v2.2.2
)