aboutsummaryrefslogtreecommitdiff
path: root/vendor/gopkg.in
AgeCommit message (Collapse)Author
2019-07-07Switch to modulesNiall Sheridan
2018-08-07Manage db schema with rubenv/sql-migrateNiall Sheridan
It's currently hard to make changes to the database schema. Use sql-migrate to make incremental changes. Stop hard-coding the database name (the default is still "certs" for backward-compatibility) The `automigrate()` function will automatically run pending migrations. Use a different migration directory per database driver. This carries a cost of duplication, but is easier than creating migrations which will cleanly execute in both SQLite and MySQL. Migrations are shipped using the packr utility.
2018-06-20Update dependenciesNiall Sheridan
2017-10-18Update dependenciesNiall Sheridan
2017-04-10update dependenciesNiall Sheridan
2017-02-12Update dependenciesNiall Sheridan
2017-01-27Remove mongo supportKevin Lyda
Resolves #40
2016-10-08Update dependenciesNiall Sheridan
2016-08-27Update dependenciesNiall Sheridan
2016-07-31Support mongo datastoresNiall Sheridan
2016-07-17Update vendor libsNiall Sheridan
2016-05-22Use govendorNiall Sheridan