update dependencies

* CVE-2025-22149
This commit is contained in:
Lawrence, Rendall
2025-01-15 13:54:38 +03:00
parent ebe4dc39b3
commit 28bb9f5cba
2 changed files with 41 additions and 40 deletions
+11 -11
View File
@@ -5,12 +5,12 @@ go 1.23
toolchain go1.23.1
require (
code.cloudfoundry.org/go-diodes v0.0.0-20241202111822-779c0b5a3368
github.com/MicahParks/jwkset v0.5.20
github.com/MicahParks/keyfunc/v3 v3.3.5
github.com/PowerDNS/lmdb-go v1.9.2
code.cloudfoundry.org/go-diodes v0.0.0-20250107092748-442ea8f9957b
github.com/MicahParks/jwkset v0.8.0
github.com/MicahParks/keyfunc/v3 v3.3.10
github.com/PowerDNS/lmdb-go v1.9.3
github.com/cespare/xxhash/v2 v2.3.0
github.com/fasthttp/router v1.5.3
github.com/fasthttp/router v1.5.4
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/jackc/pgx/v5 v5.7.2
github.com/libp2p/go-reuseport v0.4.0
@@ -34,7 +34,7 @@ require (
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -43,11 +43,11 @@ require (
github.com/prometheus/procfs v0.15.1 // indirect
github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/time v0.8.0 // indirect
google.golang.org/protobuf v1.36.0 // indirect
golang.org/x/time v0.9.0 // indirect
google.golang.org/protobuf v1.36.2 // indirect
)