chore: bump deps (#1434)

This commit is contained in:
Kévin Dunglas
2025-03-10 15:35:17 +01:00
committed by GitHub
parent f50248a7d2
commit 409c0fdf5f
4 changed files with 33 additions and 28 deletions

8
go.mod
View File

@@ -8,10 +8,10 @@ retract v1.0.0-rc.1 // Human error
require (
github.com/maypok86/otter v1.2.4
github.com/prometheus/client_golang v1.21.0
github.com/prometheus/client_golang v1.21.1
github.com/stretchr/testify v1.10.0
go.uber.org/zap v1.27.0
golang.org/x/net v0.35.0
golang.org/x/net v0.37.0
)
require (
@@ -27,8 +27,8 @@ require (
github.com/prometheus/procfs v0.15.1 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)