From 1c53d4f3d7475c57dabcbe8e88deaeafec284873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 14:59:04 +0000 Subject: [PATCH] Bump github.com/gofiber/fiber/v2 from 2.36.0 to 2.43.0 Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.36.0 to 2.43.0. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.36.0...v2.43.0) --- updated-dependencies: - dependency-name: github.com/gofiber/fiber/v2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 504e30f..920f839 100644 --- a/go.mod +++ b/go.mod @@ -9,9 +9,9 @@ require ( github.com/go-chassis/go-chassis-extension/tracing/zipkin v0.0.0-20220812101205-352f5742bee5 github.com/go-chassis/go-chassis/v2 v2.5.3-0.20220812094026-da04106bf75b github.com/go-chassis/openlog v1.1.3 - github.com/gofiber/fiber/v2 v2.36.0 + github.com/gofiber/fiber/v2 v2.43.0 github.com/golang/protobuf v1.5.2 - golang.org/x/net v0.7.0 + golang.org/x/net v0.8.0 google.golang.org/grpc v1.40.0 )