diff --git a/go.mod b/go.mod index 8b7c16b..8821459 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/BurntSushi/toml v1.4.0 github.com/fasthttp/router v1.5.1 - github.com/fasthttp/session/v2 v2.5.4 + github.com/fasthttp/session/v2 v2.5.5 github.com/tg123/go-htpasswd v1.2.2 github.com/valyala/fasthttp v1.54.0 golang.org/x/net v0.26.0 diff --git a/go.sum b/go.sum index 740e97a..60ffa57 100644 --- a/go.sum +++ b/go.sum @@ -8,8 +8,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/fasthttp/router v1.5.1 h1:uViy8UYYhm5npJSKEZ4b/ozM//NGzVCfJbh6VJ0VKr8= github.com/fasthttp/router v1.5.1/go.mod h1:WrmsLo3mrerZP2VEXRV1E8nL8ymJFYCDTr4HmnB8+Zs= -github.com/fasthttp/session/v2 v2.5.4 h1:SeblRaKHYQoVBjJIF1KlZD0F8QX1poA80h/KaLhNo8I= -github.com/fasthttp/session/v2 v2.5.4/go.mod h1:LCKe//Mwwfv6Ir4p10rBGnxi5yfPaXwuBlq1seR4vhI= +github.com/fasthttp/session/v2 v2.5.5 h1:n1ESksvc5wdiC43tiVOeFCkLM1GW8wkR1Je0G/dLXzc= +github.com/fasthttp/session/v2 v2.5.5/go.mod h1:ZjnHjLbMMIcUiCi84VXsAJ1c3NaPMV7rOPTSORKeuPc= github.com/klauspost/compress v1.17.7 h1:ehO88t2UGzQK66LMdE8tibEd1ErmzZjNEqWkjLAKQQg= github.com/klauspost/compress v1.17.7/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw= github.com/philhofer/fwd v1.1.2 h1:bnDivRJ1EWPjUIRXV5KfORO897HTbpFAQddBdE8t7Gw=