File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.10
55require (
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
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 h1:p104kn46Q8Wd
5858github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 /go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE =
5959github.com/gofiber/contrib/websocket v1.3.4 h1:tWeBdbJ8q0WFQXariLN4dBIbGH9KBU75s0s7YXplOSg =
6060github.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 =
6363github.com/gofiber/template v1.8.3 h1:hzHdvMwMo/T2kouz2pPCA0zGiLCeMnoGsQZBTSYgZxc =
6464github.com/gofiber/template v1.8.3 /go.mod h1:bs/2n0pSNPOkRa5VJ8zTIvedcI/lEYxzV3+YPXdBvq8 =
6565github.com/gofiber/template/html/v2 v2.1.3 h1:n1LYBtmr9C0V/k/3qBblXyMxV5B0o/gpb6dFLp8ea+o =
You can’t perform that action at this time.
0 commit comments