-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
29 lines (27 loc) · 1.25 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
module github.com/joincivil/civil-events-crawler
go 1.12
require (
cloud.google.com/go v0.43.0
github.com/Jeffail/tunny v0.0.0-20180304204616-59cfa8fcb19f
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/davecgh/go-spew v1.1.1
github.com/ethereum/go-ethereum v1.9.6
github.com/fatih/structs v1.0.0
github.com/go-chi/chi v4.0.2+incompatible
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/jmoiron/sqlx v0.0.0-20180614180643-0dae4fefe7c0
github.com/joincivil/go-common v0.0.0-20200107002045-7da72c934006
github.com/kelseyhightower/envconfig v1.4.0
github.com/lib/pq v0.0.0-20180523175426-90697d60dd84
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pkg/errors v0.8.1
github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e // indirect
github.com/shurcooL/graphql v0.0.0-20180514000029-62c9ce094e75
golang.org/x/net v0.0.0-20191028085509-fe3aa8a45271
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)