From ebd391d67a5d398cced641c6b3da95de682d4291 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2020 23:43:11 +0200 Subject: [PATCH] [MISC] (deps): Bump github.com/fasthttp/session/v2 from 2.2.0 to 2.2.1 (#1219) Bumps [github.com/fasthttp/session/v2](https://github.com/fasthttp/session) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/fasthttp/session/releases) - [Commits](https://github.com/fasthttp/session/compare/v2.2.0...v2.2.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6f6588584..d59fe1fa5 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/duosecurity/duo_api_golang v0.0.0-20190308151101-6c680f768e74 github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect github.com/fasthttp/router v1.2.3 - github.com/fasthttp/session/v2 v2.2.0 + github.com/fasthttp/session/v2 v2.2.1 github.com/go-ldap/ldap/v3 v3.2.3 github.com/go-sql-driver/mysql v1.5.0 github.com/golang/mock v1.4.3 diff --git a/go.sum b/go.sum index 7cc96506b..ecd71f6c3 100644 --- a/go.sum +++ b/go.sum @@ -105,6 +105,8 @@ github.com/fasthttp/session/v2 v2.1.1 h1:Cw+BZkfgfQ/IXYTYNtYXxj5Qg5WbArCrRQnfIok github.com/fasthttp/session/v2 v2.1.1/go.mod h1:JBwLzecuSht7fkNJXvB5mvRoi2BhSiTZZ1+vKoWyjAE= github.com/fasthttp/session/v2 v2.2.0 h1:qHyQKLLlG94mFrOG33l85XZ1R2A/o3Qx4IYOlIWcUhI= github.com/fasthttp/session/v2 v2.2.0/go.mod h1:Q6hI0arAJDQ7+TP1np5I+nwjlovg8vxlfCZ2EUm9TZ8= +github.com/fasthttp/session/v2 v2.2.1 h1:c6fGgqnXiI8jZyYPko3r5PQeNVsHPcN7W7j/ueic7hg= +github.com/fasthttp/session/v2 v2.2.1/go.mod h1:Q6hI0arAJDQ7+TP1np5I+nwjlovg8vxlfCZ2EUm9TZ8= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=