From 908146d6f08aab9e2ccbfb5cb858bee1fc3c12f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 09:54:49 +1000 Subject: [PATCH] build(deps): update module github.com/fasthttp/router to v1.3.12 (#1961) Co-authored-by: Renovate Bot Co-authored-by: James Elliott --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 850c8d8bb..398d91a5d 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/duosecurity/duo_api_golang v0.0.0-20201112143038-0e07e9f869e3 github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect - github.com/fasthttp/router v1.3.11 + github.com/fasthttp/router v1.3.12 github.com/fasthttp/session/v2 v2.3.1 github.com/go-ldap/ldap/v3 v3.3.0 github.com/go-sql-driver/mysql v1.6.0 diff --git a/go.sum b/go.sum index 11331700e..182c213d2 100644 --- a/go.sum +++ b/go.sum @@ -110,8 +110,8 @@ github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.m github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 h1:JWuenKqqX8nojtoVVWjGfOF9635RETekkoH6Cc9SX0A= github.com/facebookgo/stack v0.0.0-20160209184415-751773369052/go.mod h1:UbMTZqLaRiH3MsBH8va0n7s1pQYcu3uTb8G4tygF4Zg= -github.com/fasthttp/router v1.3.11 h1:WRci1FAm1/WusORq0sLSNKpWMrO1yjdtZNbDiHl2V9s= -github.com/fasthttp/router v1.3.11/go.mod h1:ydSY1+K2/V8Ge5pofTqg+FRxNYvN76LrBDnCFJta6ZE= +github.com/fasthttp/router v1.3.12 h1:ihwv6CPnO9Vi/5lLUSaj08xl/X9IHGffN8P2srg32dw= +github.com/fasthttp/router v1.3.12/go.mod h1:u+cTxz7conAkhUqSYx0em5kfYwDaslNehUyES/MTydU= github.com/fasthttp/session/v2 v2.3.1 h1:XFD3XHSBT6bR4F7rBXreCZv0lgLz6kJzjRRUR3ftavQ= github.com/fasthttp/session/v2 v2.3.1/go.mod h1:0K7r3dmf/QuBg7dTx2SfyGc/fI3n+W4VihBRAwtBt3o= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=