forked from usefathom/fathom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (31 loc) · 1.5 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
module github.com/usefathom/fathom
go 1.17
require (
github.com/go-sql-driver/mysql v1.4.1-0.20181113023849-369b5d6e5e8e
github.com/gobuffalo/packr v1.13.7
github.com/gorilla/context v1.1.1
github.com/gorilla/handlers v1.3.1-0.20180717233320-6257a585e449
github.com/gorilla/mux v1.6.3-0.20180605211556-cb4698366aa6
github.com/gorilla/sessions v1.1.1
github.com/jmoiron/sqlx v1.2.1-0.20181024163419-82935fac6c1a
github.com/joho/godotenv v1.3.0
github.com/kelseyhightower/envconfig v1.3.1-0.20180517194557-dd1402a4d99d
github.com/lib/pq v1.0.1-0.20181016162627-9eb73efc1fcc
github.com/mattn/go-sqlite3 v1.10.1-0.20181109095304-eed79b86572f
github.com/mssola/user_agent v0.4.2-0.20180608081648-d7bd3b07ee86
github.com/rubenv/sql-migrate v0.0.0-20180704111356-3f452fc0ebeb
github.com/sirupsen/logrus v1.0.7-0.20180723115307-c108f5553c36
github.com/urfave/cli v1.20.1-0.20180226030253-8e01ec4cd3e2
golang.org/x/crypto v0.0.0-20180723164146-c126467f60eb
)
require (
github.com/gorilla/securecookie v1.1.2-0.20180608144417-78f3d318a8bf // indirect
github.com/pkg/errors v0.8.1-0.20180311214515-816c9085562c // indirect
github.com/ziutek/mymysql v1.5.5-0.20171217234033-ff6cc86d3d93 // indirect
golang.org/x/sys v0.0.0-20180724212812-e072cadbbdc8 // indirect
google.golang.org/appengine v1.1.0 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/gorp.v1 v1.7.1 // indirect
)