[MISC] (deps): Bump github.com/fasthttp/router from 1.1.3 to 1.1.4 (#1054)
Bumps [github.com/fasthttp/router](https://github.com/fasthttp/router) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/fasthttp/router/releases) - [Commits](https://github.com/fasthttp/router/compare/v1.1.3...v1.1.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Clément Michaud <clement.michaud34@gmail.com>pull/1052/head^2
parent
9eda7fb612
commit
54fe2a9abd
2
go.mod
2
go.mod
|
@ -11,7 +11,7 @@ require (
|
||||||
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
||||||
github.com/duosecurity/duo_api_golang v0.0.0-20190308151101-6c680f768e74
|
github.com/duosecurity/duo_api_golang v0.0.0-20190308151101-6c680f768e74
|
||||||
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
||||||
github.com/fasthttp/router v1.1.3
|
github.com/fasthttp/router v1.1.4
|
||||||
github.com/fasthttp/session/v2 v2.1.0
|
github.com/fasthttp/session/v2 v2.1.0
|
||||||
github.com/go-ldap/ldap/v3 v3.1.10
|
github.com/go-ldap/ldap/v3 v3.1.10
|
||||||
github.com/go-sql-driver/mysql v1.5.0
|
github.com/go-sql-driver/mysql v1.5.0
|
||||||
|
|
2
go.sum
2
go.sum
|
@ -83,6 +83,8 @@ github.com/fasthttp/router v1.1.2 h1:vrteqZ+0WXNzF/pnJWzl1R2uMo1Af8YswAunA3s4Riw
|
||||||
github.com/fasthttp/router v1.1.2/go.mod h1:3ZGZormG7E+VbnYeToF+zmcF4oBGcAKOD8a8XL+fOZo=
|
github.com/fasthttp/router v1.1.2/go.mod h1:3ZGZormG7E+VbnYeToF+zmcF4oBGcAKOD8a8XL+fOZo=
|
||||||
github.com/fasthttp/router v1.1.3 h1:xxYAxTON68tX8pXwdw3cCPOYvKoXIbfrouBEuG6kFsk=
|
github.com/fasthttp/router v1.1.3 h1:xxYAxTON68tX8pXwdw3cCPOYvKoXIbfrouBEuG6kFsk=
|
||||||
github.com/fasthttp/router v1.1.3/go.mod h1:3ZGZormG7E+VbnYeToF+zmcF4oBGcAKOD8a8XL+fOZo=
|
github.com/fasthttp/router v1.1.3/go.mod h1:3ZGZormG7E+VbnYeToF+zmcF4oBGcAKOD8a8XL+fOZo=
|
||||||
|
github.com/fasthttp/router v1.1.4 h1:3ulfh/vIINwy6ZqrJSEQ3nqO1NmmUEkzzmNjt6QICzU=
|
||||||
|
github.com/fasthttp/router v1.1.4/go.mod h1:W5ZxvX7D6aU2bWeYZ+MGuWVMsP2UhjIu+QftD1B9oIg=
|
||||||
github.com/fasthttp/session/v2 v2.0.2 h1:hoCr7xM+wXjkp0uwFna9G0k9ZUZNDUM5/SzgAlXqjvw=
|
github.com/fasthttp/session/v2 v2.0.2 h1:hoCr7xM+wXjkp0uwFna9G0k9ZUZNDUM5/SzgAlXqjvw=
|
||||||
github.com/fasthttp/session/v2 v2.0.2/go.mod h1:u9Z1Tn1V9XLAZKHM6bjHFsinVC5/KEn2M1rllhcjFgc=
|
github.com/fasthttp/session/v2 v2.0.2/go.mod h1:u9Z1Tn1V9XLAZKHM6bjHFsinVC5/KEn2M1rllhcjFgc=
|
||||||
github.com/fasthttp/session/v2 v2.1.0 h1:X84Wx3S5hO2AM5B030yhus6+J3ROWY/wA76rye3K00s=
|
github.com/fasthttp/session/v2 v2.1.0 h1:X84Wx3S5hO2AM5B030yhus6+J3ROWY/wA76rye3K00s=
|
||||||
|
|
Loading…
Reference in New Issue