File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11module github.com/GalvinGao/gofiber-template
22
3- go 1.19
3+ go 1.22
4+
5+ toolchain go1.24.2
46
57require (
68 github.com/gofiber/fiber/v2 v2.52.6
@@ -11,6 +13,7 @@ require (
1113 github.com/uptrace/bun/dialect/pgdialect v1.1.17
1214 github.com/uptrace/bun/driver/pgdriver v1.1.17
1315 github.com/urfave/cli/v2 v2.27.6
16+ github.com/urfave/cli/v3 v3.1.1
1417 go.uber.org/fx v1.20.1
1518 gopkg.in/guregu/null.v4 v4.0.0
1619)
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ github.com/urfave/cli/v2 v2.27.5 h1:WoHEJLdsXr6dDWoJgMq/CboDmyY/8HMMH1fTECbih+w=
9090github.com/urfave/cli/v2 v2.27.5 /go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ =
9191github.com/urfave/cli/v2 v2.27.6 h1:VdRdS98FNhKZ8/Az8B7MTyGQmpIr36O1EHybx/LaZ4g =
9292github.com/urfave/cli/v2 v2.27.6 /go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ =
93+ github.com/urfave/cli/v3 v3.1.1 /go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo =
9394github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw =
9495github.com/valyala/bytebufferpool v1.0.0 /go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc =
9596github.com/valyala/fasthttp v1.51.0 h1:8b30A5JlZ6C7AS81RsWjYMQmrZG6feChmgAolCl1SqA =
You can’t perform that action at this time.
0 commit comments