Update module github.com/MicahParks/keyfunc to v3

This commit is contained in:
Renovate Bot 2025-10-08 06:01:29 +00:00
parent c59d09e4c9
commit 0d1ed3ad7f
2 changed files with 13 additions and 1 deletions

View file

@ -4,11 +4,14 @@ go 1.24.4
require (
github.com/MicahParks/keyfunc v1.9.0
github.com/MicahParks/keyfunc/v3 v3.7.0
github.com/charmbracelet/log v0.4.2
github.com/golang-jwt/jwt/v4 v4.5.2
gitlab.com/durfy/durpify/handlers v0.0.0-20250708105701-c59d09e4c9da
)
require (
github.com/a-h/templ v0.3.906 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
github.com/charmbracelet/lipgloss v1.1.0 // indirect
@ -23,5 +26,6 @@ require (
github.com/rivo/uniseg v0.4.7 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/sys v0.32.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)