This repository has been archived on 2020-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
csrf/go.mod
Andrew Thornton 9889eb38af
All checks were successful
continuous-integration/drone/push Build is passing
Add SameSite (#8)
remove GetSameSite() from CSRF interface

as per @silverwind

Signed-off-by: Andrew Thornton <art27@cantab.net>

Add CookieLifetime

Signed-off-by: Andrew Thornton <art27@cantab.net>

Add SameSite

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: #8
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: silverwind <silverwind@noreply.gitea.io>
Co-Authored-By: Andrew Thornton <art27@cantab.net>
Co-Committed-By: Andrew Thornton <art27@cantab.net>
2020-11-12 12:29:35 +08:00

14 lines
461 B
Modula-2

module gitea.com/macaron/csrf
go 1.11
require (
gitea.com/macaron/macaron v1.5.1-0.20201027213641-0db5d4584804
gitea.com/macaron/session v0.0.0-20190821211443-122c47c5f705
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
github.com/unknwon/com v1.0.1
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
)