aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatarLibravatar Drew DeVault <[email protected]> 2020-05-20 13:05:05 -0400
committerLibravatarLibravatar Simon Ser <[email protected]> 2020-05-20 19:07:47 +0200
commit9465f8db6d12a2bb8707f62ccb7d668059ec1cf1 (patch)
tree479c7dcca50c06008a85e5b95d6b36c8c713003c /go.mod
parentee3f66c24c3a8fba4ee1867e15f7c0814abdb100 (diff)
downloadalps-9465f8db6d12a2bb8707f62ccb7d668059ec1cf1.tar.gz
alps-9465f8db6d12a2bb8707f62ccb7d668059ec1cf1.tar.bz2
alps-9465f8db6d12a2bb8707f62ccb7d668059ec1cf1.zip
login: set encrypted "remember me" token
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 6d761e8..e0f022b 100644
--- a/go.mod
+++ b/go.mod
@@ -15,6 +15,7 @@ require (
github.com/emersion/go-smtp v0.13.0
github.com/emersion/go-vcard v0.0.0-20200508080525-dd3110a24ec2
github.com/emersion/go-webdav v0.3.1-0.20200513144525-a4e0e8100397
+ github.com/fernet/fernet-go v0.0.0-20191111064656-eff2850e6001
github.com/google/uuid v1.1.1
github.com/gorilla/css v1.0.0 // indirect
github.com/labstack/echo/v4 v4.1.16