From de6d2c524430287c699aaa898c1325da6afea539 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Wed, 20 Jun 2018 22:39:07 +0100 Subject: Update dependencies --- vendor/github.com/gorilla/csrf/AUTHORS | 20 ++++++++++++++++++++ vendor/github.com/gorilla/csrf/LICENSE | 3 +-- vendor/github.com/gorilla/csrf/go.mod | 7 +++++++ 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 vendor/github.com/gorilla/csrf/AUTHORS create mode 100644 vendor/github.com/gorilla/csrf/go.mod (limited to 'vendor/github.com/gorilla/csrf') diff --git a/vendor/github.com/gorilla/csrf/AUTHORS b/vendor/github.com/gorilla/csrf/AUTHORS new file mode 100644 index 0000000..4e84c37 --- /dev/null +++ b/vendor/github.com/gorilla/csrf/AUTHORS @@ -0,0 +1,20 @@ +# This is the official list of gorilla/csrf authors for copyright purposes. +# Please keep the list sorted. + +adiabatic +Google LLC (https://opensource.google.com) +jamesgroat +Joshua Carp +Kamil Kisiel +Kevin Burke +Kévin Dunglas +Kristoffer Berdal +Martin Angers +Matt Silverlock +Philip I. Thomas +Richard Musiol +Seth Hoenig +Stefano Vettorazzi +Wayne Ashley Berry +田浩浩 +陈东海 diff --git a/vendor/github.com/gorilla/csrf/LICENSE b/vendor/github.com/gorilla/csrf/LICENSE index f407b7f..c1eb344 100644 --- a/vendor/github.com/gorilla/csrf/LICENSE +++ b/vendor/github.com/gorilla/csrf/LICENSE @@ -1,5 +1,4 @@ -Copyright (c) 2015, Matt Silverlock (matt@eatsleeprepeat.net) All rights -reserved. +Copyright (c) 2015-2018, The Gorilla Authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/vendor/github.com/gorilla/csrf/go.mod b/vendor/github.com/gorilla/csrf/go.mod new file mode 100644 index 0000000..2d2ce4d --- /dev/null +++ b/vendor/github.com/gorilla/csrf/go.mod @@ -0,0 +1,7 @@ +module github.com/gorilla/csrf + +require ( + github.com/gorilla/context v1.1.1 + github.com/gorilla/securecookie v1.1.1 + github.com/pkg/errors v0.8.0 +) -- cgit v1.2.3