-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
40 lines (38 loc) · 1.73 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 lancer-kit/service-scaffold
go 1.13
require (
github.com/Masterminds/squirrel v0.0.0-20170825200431-a6b93000bd21
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/getsentry/sentry-go v0.2.1 // indirect
github.com/go-chi/chi v4.0.2+incompatible
github.com/go-chi/cors v1.0.0
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
github.com/go-sql-driver/mysql v1.4.1 // indirect
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 v0.0.0-20180614180643-0dae4fefe7c0 // indirect
github.com/lancer-kit/armory v1.5.2
github.com/lancer-kit/uwe/v2 v2.1.2
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/leesper/couchdb-golang v1.2.1
github.com/lib/pq v0.0.0-20180523175426-90697d60dd84 // indirect
github.com/mailru/easyjson v0.0.0-20180730094502-03f2033d19d5 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/nats-io/gnatsd v1.4.1 // indirect
github.com/nats-io/go-nats v1.5.0 // indirect
github.com/nats-io/nuid v1.0.0 // indirect
github.com/olivere/elastic v6.2.26+incompatible // indirect
github.com/onrik/logrus v0.4.0 // indirect
github.com/pkg/errors v0.8.1
github.com/rubenv/sql-migrate v0.0.0-20180704111356-3f452fc0ebeb
github.com/sirupsen/logrus v1.4.2
github.com/urfave/cli v1.22.2
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/net v0.0.0-20191118183410-d06c31c94cae // indirect
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/gorp.v1 v1.7.1 // indirect
gopkg.in/sohlich/elogrus.v3 v3.0.0-20180410122755-1fa29e2f2009 // indirect
gopkg.in/yaml.v2 v2.2.2
)