Skip to content

Commit e3f57c1

Browse files
chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.6 to 2.52.12
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.52.6 to 2.52.12. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](gofiber/fiber@v2.52.6...v2.52.12) --- updated-dependencies: - dependency-name: github.com/gofiber/fiber/v2 dependency-version: 2.52.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 70ff349 commit e3f57c1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.10
55
require (
66
github.com/go-logr/logr v1.2.3
77
github.com/gofiber/contrib/websocket v1.3.4
8-
github.com/gofiber/fiber/v2 v2.52.6
8+
github.com/gofiber/fiber/v2 v2.52.12
99
github.com/gofiber/template/html/v2 v2.1.3
1010
github.com/kedacore/keda/v2 v2.10.1
1111
github.com/kelseyhightower/envconfig v1.4.0
@@ -14,6 +14,7 @@ require (
1414
github.com/tsuru/nginx-operator v0.15.2-0.20240515194244-a38b4b58e866
1515
github.com/tsuru/rpaas-operator v0.46.0
1616
github.com/vmihailenco/msgpack/v5 v5.4.1
17+
go.uber.org/zap v1.24.0
1718
k8s.io/api v0.26.7
1819
k8s.io/apimachinery v0.26.7
1920
k8s.io/client-go v0.26.7
@@ -70,7 +71,6 @@ require (
7071
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
7172
go.uber.org/atomic v1.10.0 // indirect
7273
go.uber.org/multierr v1.9.0 // indirect
73-
go.uber.org/zap v1.24.0 // indirect
7474
golang.org/x/net v0.33.0 // indirect
7575
golang.org/x/oauth2 v0.10.0 // indirect
7676
golang.org/x/sys v0.28.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 h1:p104kn46Q8Wd
5858
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE=
5959
github.com/gofiber/contrib/websocket v1.3.4 h1:tWeBdbJ8q0WFQXariLN4dBIbGH9KBU75s0s7YXplOSg=
6060
github.com/gofiber/contrib/websocket v1.3.4/go.mod h1:kTFBPC6YENCnKfKx0BoOFjgXxdz7E85/STdkmZPEmPs=
61-
github.com/gofiber/fiber/v2 v2.52.6 h1:Rfp+ILPiYSvvVuIPvxrBns+HJp8qGLDnLJawAu27XVI=
62-
github.com/gofiber/fiber/v2 v2.52.6/go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw=
61+
github.com/gofiber/fiber/v2 v2.52.12 h1:0LdToKclcPOj8PktUdIKo9BUohjjwfnQl42Dhw8/WUw=
62+
github.com/gofiber/fiber/v2 v2.52.12/go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw=
6363
github.com/gofiber/template v1.8.3 h1:hzHdvMwMo/T2kouz2pPCA0zGiLCeMnoGsQZBTSYgZxc=
6464
github.com/gofiber/template v1.8.3/go.mod h1:bs/2n0pSNPOkRa5VJ8zTIvedcI/lEYxzV3+YPXdBvq8=
6565
github.com/gofiber/template/html/v2 v2.1.3 h1:n1LYBtmr9C0V/k/3qBblXyMxV5B0o/gpb6dFLp8ea+o=

0 commit comments

Comments
 (0)