-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 825 Bytes
/
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
module github.com/pyrooka/resqu
go 1.14
require (
cloud.google.com/go v0.58.0 // indirect
cloud.google.com/go/bigquery v1.8.0
github.com/DATA-DOG/go-sqlmock v1.4.1
github.com/allegro/bigcache v1.2.1
github.com/gorilla/mux v1.7.4
github.com/jackc/pgconn v1.6.0 // indirect
github.com/jackc/pgx/v4 v4.6.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.6.0
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
golang.org/x/tools v0.0.0-20200612220849-54c614fe050c // indirect
google.golang.org/api v0.26.0
google.golang.org/genproto v0.0.0-20200612171551-7676ae05be11 // indirect
gopkg.in/yaml.v2 v2.3.0
)