Skip to content

Commit

Permalink
Bump github.com/fasthttp/session/v2 from 2.5.4 to 2.5.5
Browse files Browse the repository at this point in the history
Bumps [github.com/fasthttp/session/v2](https://github.com/fasthttp/session) from 2.5.4 to 2.5.5.
- [Release notes](https://github.com/fasthttp/session/releases)
- [Commits](fasthttp/session@v2.5.4...v2.5.5)

---
updated-dependencies:
- dependency-name: github.com/fasthttp/session/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jspc committed Jun 10, 2024
1 parent 03a7181 commit 2c89082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 2c89082

Please sign in to comment.