Commit graph

5 commits

Author SHA1 Message Date
5977eb5a7a Implement CSRF protection 2018-03-31 10:50:06 +02:00
4f013ebf3f Update dependencies 2018-03-29 22:02:21 +02:00
4dd5e09820 Embed database migrations
- switch from goose to github.com/rubenv/sql-migrate
- move assets (static, templates, migrations) to boardvoting package
- add generated boardvoting/assets.go
- remove unused static files from static directory
- add package db with db migration configuration
2018-03-29 20:08:41 +02:00
aea93c328e Update dependencies 2018-01-14 14:36:48 +01:00
bf511ae4db Add dep dependency management
This commit introduces dependency management using
https://github.com/golang/dep to make builds reproducible.
2017-08-27 15:52:55 +02:00