-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
36 lines (35 loc) · 1.67 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
module github.com/pi9min/gonpe
require (
firebase.google.com/go v3.4.0+incompatible
github.com/apoydence/onpar v0.0.0-20181125144932-f2f06780798d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-chi/chi v3.3.2+incompatible
github.com/go-gorp/gorp v2.0.0+incompatible // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/golang/protobuf v1.2.0
github.com/google/martian v2.1.0+incompatible // indirect
github.com/googleapis/gax-go v2.0.2+incompatible // indirect
github.com/kelseyhightower/envconfig v1.3.0
github.com/lib/pq v1.0.0 // indirect
github.com/lyft/protoc-gen-star v0.4.5 // indirect
github.com/lyft/protoc-gen-validate v0.0.12-0.20181129182303-5bc324a895ab // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/nametake/protoc-gen-gohttp v0.0.0-20181121045253-2ebc4a7615c2 // indirect
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/poy/onpar v0.0.0-20181125144932-f2f06780798d // indirect
github.com/rs/xid v1.2.1
github.com/spf13/afero v1.1.2 // indirect
github.com/stretchr/testify v1.2.2 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
go.opencensus.io v0.18.0 // indirect
golang.org/x/crypto v0.0.0-20181112202954-3d3f9f413869
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
golang.org/x/sys v0.0.0-20181119195503-ec83556a53fe // indirect
google.golang.org/api v0.0.0-20181126234655-bed42c95df7d
google.golang.org/appengine v1.3.0 // indirect
google.golang.org/genproto v0.0.0-20181109154231-b5d43981345b // indirect
google.golang.org/grpc v1.16.0
gopkg.in/gorp.v2 v2.0.0-20180226155812-4df78490a9aa
)