From 44fef1c2a163bdfd781ef08a06e3cf5cf9b7d5da Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Sun, 17 Jul 2016 23:54:42 +0100 Subject: Add a page for revoking certs Add a template for revocation Use DATETIME type to store created/expires times Require auth for the /admin and /revoke endpoints --- vendor/vendor.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'vendor/vendor.json') diff --git a/vendor/vendor.json b/vendor/vendor.json index cb9fb7a..4e31773 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -212,6 +212,12 @@ "revision": "aed02d124ae4a0e94fea4541c8effd05bf0c8296", "revisionTime": "2016-05-25T20:33:19Z" }, + { + "checksumSHA1": "ahJb/rIOtBflDbJmW/SWcb8Cu74=", + "path": "github.com/gorilla/csrf", + "revision": "4642ecf016ef548770875073f867ea02b4385f69", + "revisionTime": "2016-06-12T20:50:39Z" + }, { "checksumSHA1": "flNRZk3oyHmsux8UsGbj7ziYtUo=", "path": "github.com/gorilla/handlers", @@ -327,6 +333,12 @@ "revision": "9302be274faad99162b9d48ec97b24306872ebb0", "revisionTime": "2016-01-18T05:35:52Z" }, + { + "checksumSHA1": "GcaTbmmzSGqTb2X6qnNtmDyew1Q=", + "path": "github.com/pkg/errors", + "revision": "a2d6902c6d2a2f194eb3fb474981ab7867c81505", + "revisionTime": "2016-06-27T22:23:52Z" + }, { "checksumSHA1": "zKKp5SZ3d3ycKe4EKMNT0BqAWBw=", "origin": "github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib", -- cgit v1.2.3