From 6dde133cc1da12591560e9d24f933d76cfe70a20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 20:58:13 +1000 Subject: [PATCH] build(deps): update module github.com/fasthttp/session/v2 to v2.4.9 (#3127) Co-authored-by: Renovate Bot Co-authored-by: James Elliott --- go.mod | 6 +++--- go.sum | 11 ++++++----- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index d611d3eef..342b6e788 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/deckarep/golang-set v1.8.0 github.com/duosecurity/duo_api_golang v0.0.0-20220201180708-96a8851a8448 github.com/fasthttp/router v1.4.7 - github.com/fasthttp/session/v2 v2.4.8 + github.com/fasthttp/session/v2 v2.4.9 github.com/go-ldap/ldap/v3 v3.4.2 github.com/go-rod/rod v0.103.0 github.com/go-sql-driver/mysql v1.6.0 @@ -79,8 +79,8 @@ require ( github.com/pelletier/go-toml v1.9.4 // indirect github.com/philhofer/fwd v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/savsgio/dictpool v0.0.0-20220323153334-553225bc53a9 // indirect - github.com/savsgio/gotils v0.0.0-20220323135742-7576ce6963fd // indirect + github.com/savsgio/dictpool v0.0.0-20220406081701-03de5edb2e6d // indirect + github.com/savsgio/gotils v0.0.0-20220401102855-e56b59f40436 // indirect github.com/spf13/afero v1.6.0 // indirect github.com/spf13/cast v1.4.1 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect diff --git a/go.sum b/go.sum index 8cdc27d2f..fd44c6625 100644 --- a/go.sum +++ b/go.sum @@ -191,8 +191,8 @@ github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 h1:JWuenKqqX8nojt github.com/facebookgo/stack v0.0.0-20160209184415-751773369052/go.mod h1:UbMTZqLaRiH3MsBH8va0n7s1pQYcu3uTb8G4tygF4Zg= github.com/fasthttp/router v1.4.7 h1:G0kCNSx859t9U9akXANfSnYDmXngETipVPZfGGnGO8g= github.com/fasthttp/router v1.4.7/go.mod h1:auS9NLoeFXaVcw1lHqe+LDLbb26QidGKtAQDZJ6jAMI= -github.com/fasthttp/session/v2 v2.4.8 h1:38lSQj2PF5xppo7bZNWANfqD8RiFcEuoabxLf+lzC2E= -github.com/fasthttp/session/v2 v2.4.8/go.mod h1:N52OkrukdDDFhyshnYJQj/7SACy3JCULUYezhgphHvc= +github.com/fasthttp/session/v2 v2.4.9 h1:ZKV56E/gq39TZT1fu43ucYYLlKEaEV7GgGPZgS+Jdoc= +github.com/fasthttp/session/v2 v2.4.9/go.mod h1:GwFmbTYtKfgnUCvUG+k7NWUKzBlk2eJuStqF9v/8QO4= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU= github.com/fatih/structs v1.0.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M= @@ -1136,10 +1136,11 @@ github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da/go.mod h1:gi+0 github.com/santhosh-tekuri/jsonschema v1.2.4/go.mod h1:TEAUOeZSmIxTTuHatJzrvARHiuO9LYd+cIxzgEHCQI4= github.com/santhosh-tekuri/jsonschema/v2 v2.1.0/go.mod h1:yzJzKUGV4RbWqWIBBP4wSOBqavX5saE02yirLS0OTyg= github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0= -github.com/savsgio/dictpool v0.0.0-20220323153334-553225bc53a9 h1:4FTw2PDdUhJuEt7HJ7iYD9ente4Vn7ob2xKENo9JjZk= -github.com/savsgio/dictpool v0.0.0-20220323153334-553225bc53a9/go.mod h1:V9V2NFdpzOMOLNPji10ZHRCCbXSybCm32K98FGOuxHw= -github.com/savsgio/gotils v0.0.0-20220323135742-7576ce6963fd h1:3URMJjR2af28gZjgZf5zJreZfq8EqXnRMj5fV2XdwqI= +github.com/savsgio/dictpool v0.0.0-20220406081701-03de5edb2e6d h1:ICMDEgNgR5xFW6ZDeMKTtmh07YiLr7GkDw897I2DwKg= +github.com/savsgio/dictpool v0.0.0-20220406081701-03de5edb2e6d/go.mod h1:jrsy/bTK2n5uybo7bAvtLGzmuzAbxp+nKS8bzgrZURE= github.com/savsgio/gotils v0.0.0-20220323135742-7576ce6963fd/go.mod h1:Gy+0tqhJvgGlqnTF8CVGP0AaGRjwBtXs/a5PA0Y3+A4= +github.com/savsgio/gotils v0.0.0-20220401102855-e56b59f40436 h1:sfTahD3f2BSjx9U3R4K09PkNuZZWthT7g6vzTIXNWkM= +github.com/savsgio/gotils v0.0.0-20220401102855-e56b59f40436/go.mod h1:Gy+0tqhJvgGlqnTF8CVGP0AaGRjwBtXs/a5PA0Y3+A4= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210219220335-367fa274be2c/go.mod h1:/THDZYi7F/BsVEcYzYPqdcWFQ+1C2InkawTKfLOAnzg= github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761/go.mod h1:/THDZYi7F/BsVEcYzYPqdcWFQ+1C2InkawTKfLOAnzg=