-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (32 loc) · 1.37 KB
/
go.mod
File metadata and controls
34 lines (32 loc) · 1.37 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
module github.com/pickjunk/bgo
require (
github.com/DATA-DOG/go-sqlmock v1.3.2 // indirect
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/ghodss/yaml v1.0.0
github.com/go-mail/mail v2.3.1+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/gocraft/dbr v0.0.0-20190131145710-48a049970bd2
github.com/graph-gophers/graphql-go v0.0.0-20190214043811-70e684c13100
github.com/imroc/req v0.2.4
github.com/jmoiron/sqlx v1.2.0 // indirect
github.com/julienschmidt/httprouter v1.2.0
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/opentracing/opentracing-go v1.0.2
github.com/pickjunk/zerolog v1.15.2
github.com/rs/cors v1.6.0
github.com/rs/zerolog v1.16.0
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.3.0
github.com/tidwall/gjson v1.3.2
github.com/uber-go/atomic v1.3.2 // indirect
github.com/uber/jaeger-client-go v2.15.1-0.20190214182810-64f57863bf63+incompatible
github.com/uber/jaeger-lib v2.0.1-0.20190122222657-d036253de8f5+incompatible // indirect
go.uber.org/atomic v1.3.2 // indirect
google.golang.org/appengine v1.4.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/mail.v2 v2.3.1 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)
go 1.13