feat: upgrade go 1.22 and fiber v3

This commit is contained in:
2024-02-23 07:23:55 +01:00
parent 4613e2bc60
commit e9327b6ba5
4 changed files with 42 additions and 33 deletions

View File

@@ -6,9 +6,9 @@ import (
"time"
"github.com/docker/go-units"
"github.com/gofiber/fiber/v2"
"github.com/gofiber/fiber/v2/middleware/cors"
"github.com/gofiber/fiber/v2/middleware/limiter"
"github.com/gofiber/fiber/v3"
"github.com/gofiber/fiber/v3/middleware/cors"
"github.com/gofiber/fiber/v3/middleware/limiter"
"github.com/gofiber/template/handlebars/v2"
"gitea.urkob.com/urko/btc-pay-checker/internal/api/handler"