diff --git a/infrastructure/health-check/go.mod b/infrastructure/health-check/go.mod index 39fb85ea..f6a51b09 100644 --- a/infrastructure/health-check/go.mod +++ b/infrastructure/health-check/go.mod @@ -3,6 +3,6 @@ module health-check go 1.15 require ( - github.com/gofiber/fiber/v2 v2.32.0 + github.com/gofiber/fiber/v2 v2.52.11 github.com/gofiber/template v1.6.27 )