-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
60 lines (58 loc) · 2.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
module github.com/ProtocolONE/go-blueprint
go 1.12
require (
cloud.google.com/go v0.46.3 // indirect
github.com/99designs/gqlgen v0.9.3
github.com/ProtocolONE/go-core/v2 v2.1.0
github.com/alexeyco/simpletable v0.0.0-20190222165044-2eb48bcee7cf
github.com/carlescere/goback v0.0.0-20150314180917-ebe10501f4c4
github.com/casbin/casbin v1.8.3
github.com/fatih/color v1.7.0
github.com/gobuffalo/packr v1.30.1 // indirect
github.com/gogo/protobuf v1.3.0 // indirect
github.com/golang/protobuf v1.3.2
github.com/golangci/gocyclo v0.0.0-20180528144436-0a533e8fa43d // indirect
github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a // indirect
github.com/golangci/golangci-lint v1.19.1 // indirect
github.com/golangci/revgrep v0.0.0-20180812185044-276a5c0a1039 // indirect
github.com/google/wire v0.3.0
github.com/gorilla/websocket v1.4.1
github.com/gostaticanalysis/analysisutil v0.0.3 // indirect
github.com/gurukami/typ/v2 v2.0.1
github.com/hashicorp/go-hclog v0.9.2 // indirect
github.com/jinzhu/gorm v1.9.10
github.com/labstack/echo/v4 v4.1.10
github.com/lib/pq v1.2.0
github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/micro/go-micro v1.10.0
github.com/nats-io/nats-server/v2 v2.1.0 // indirect
github.com/nats-io/nats-streaming-server v0.16.2 // indirect
github.com/nats-io/stan.go v0.5.0
github.com/pkg/errors v0.8.1
github.com/processout/grpc-go-pool v1.2.1
github.com/prometheus/procfs v0.0.5 // indirect
github.com/qiangmzsx/string-adapter v0.0.0-20180323073508-38f25303bb0c
github.com/rogpeppe/go-internal v1.4.0 // indirect
github.com/rubenv/sql-migrate v0.0.0-20190902133344-8926f37f0bc1
github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d // indirect
github.com/selvatico/go-mocket v1.0.7
github.com/spf13/cobra v0.0.5
github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e // indirect
github.com/ultraware/whitespace v0.0.4 // indirect
github.com/vektah/dataloaden v0.3.0 // indirect
github.com/vektah/gqlparser v1.1.2
github.com/ziutek/mymysql v1.5.4 // indirect
go.uber.org/automaxprocs v1.2.0
go.uber.org/multierr v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20191001141032-4663e185863a // indirect
golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/tools v0.0.0-20191005014404-c9f9432ec4b2 // indirect
google.golang.org/appengine v1.6.4 // indirect
google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c
google.golang.org/grpc v1.24.0
gopkg.in/gorp.v1 v1.7.2 // indirect
mvdan.cc/unparam v0.0.0-20190917161559-b83a221c10a2 // indirect
sourcegraph.com/sqs/pbtypes v1.0.0 // indirect
)