2019-10-15 21:17:07 +00:00
|
|
|
module github.com/chrissexton/happy
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gorilla/mux v1.7.3
|
2019-10-28 02:08:30 +00:00
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
|
|
github.com/mattn/go-sqlite3 v1.9.0
|
2019-10-15 21:17:07 +00:00
|
|
|
github.com/rs/zerolog v1.15.0
|
2019-10-28 02:08:30 +00:00
|
|
|
github.com/speps/go-hashids v2.0.0+incompatible
|
2019-10-15 21:17:07 +00:00
|
|
|
github.com/stretchr/graceful v1.2.15
|
2019-10-28 02:08:30 +00:00
|
|
|
google.golang.org/appengine v1.6.5 // indirect
|
2019-10-15 21:17:07 +00:00
|
|
|
)
|