mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-21 23:13:46 +00:00
fix(deps): update module github.com/go-chi/httplog to v2
This commit is contained in:
parent
7bebae371a
commit
086c2ecd01
2 changed files with 8 additions and 2 deletions
7
go.mod
7
go.mod
|
@ -1,12 +1,15 @@
|
|||
module dns.froth.zone/pomme
|
||||
|
||||
go 1.20
|
||||
go 1.21
|
||||
|
||||
toolchain go1.21.6
|
||||
|
||||
require (
|
||||
github.com/adrg/xdg v0.4.0
|
||||
github.com/glebarez/sqlite v1.9.0
|
||||
github.com/go-chi/chi/v5 v5.0.10
|
||||
github.com/go-chi/httplog v0.3.1
|
||||
github.com/go-chi/httplog v0.3.2
|
||||
github.com/go-chi/httplog/v2 v2.0.9
|
||||
github.com/go-chi/httprate v0.7.4
|
||||
github.com/go-chi/jwtauth/v5 v5.1.1
|
||||
github.com/go-chi/render v1.0.3
|
||||
|
|
3
go.sum
3
go.sum
|
@ -43,6 +43,9 @@ github.com/go-chi/httplog v0.3.0 h1:KW9UMJmjo1JQb5WnOWFc5KftSP4YxZRAQk60biarfIA=
|
|||
github.com/go-chi/httplog v0.3.0/go.mod h1:/pIXuFSrOdc5heKIJRA5Q2mW7cZCI2RySqFZNFoZjKg=
|
||||
github.com/go-chi/httplog v0.3.1 h1:uC3IUWCZagtbCinb3ypFh36SEcgd6StWw2Bu0XSXRtg=
|
||||
github.com/go-chi/httplog v0.3.1/go.mod h1:UoiQQ/MTZH5V6JbNB2FzF0DynTh5okpXxlhsyxoP5m8=
|
||||
github.com/go-chi/httplog v0.3.2 h1:WjXmBLaJU7kEMkvKpwFXG1m/Z6DcD7JkztvTsKtJ5EY=
|
||||
github.com/go-chi/httplog v0.3.2/go.mod h1:UoiQQ/MTZH5V6JbNB2FzF0DynTh5okpXxlhsyxoP5m8=
|
||||
github.com/go-chi/httplog/v2 v2.0.9/go.mod h1:/XXdxicJsp4BA5fapgIC3VuTD+z0Z/VzukoB3VDc1YE=
|
||||
github.com/go-chi/httprate v0.7.1 h1:d5kXARdms2PREQfU4pHvq44S6hJ1hPu4OXLeBKmCKWs=
|
||||
github.com/go-chi/httprate v0.7.1/go.mod h1:6GOYBSwnpra4CQfAKXu8sQZg+nZ0M1g9QnyFvxrAB8A=
|
||||
github.com/go-chi/httprate v0.7.2 h1:eodFE74JPeOaxfo64l58v2cYjZBrwBZumJOvIBJUPOY=
|
||||
|
|
Loading…
Reference in a new issue