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.6
46
57require (
68 github.com/gofiber/fiber/v2 v2.52.8
@@ -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.7
16+ github.com/urfave/cli/v3 v3.4.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 @@ -99,6 +99,7 @@ github.com/urfave/cli/v2 v2.27.6 h1:VdRdS98FNhKZ8/Az8B7MTyGQmpIr36O1EHybx/LaZ4g=
9999github.com/urfave/cli/v2 v2.27.6 /go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ =
100100github.com/urfave/cli/v2 v2.27.7 h1:bH59vdhbjLv3LAvIu6gd0usJHgoTTPhCFib8qqOwXYU =
101101github.com/urfave/cli/v2 v2.27.7 /go.mod h1:CyNAG/xg+iAOg0N4MPGZqVmv2rCoP267496AOXUZjA4 =
102+ github.com/urfave/cli/v3 v3.4.1 /go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo =
102103github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw =
103104github.com/valyala/bytebufferpool v1.0.0 /go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc =
104105github.com/valyala/fasthttp v1.51.0 h1:8b30A5JlZ6C7AS81RsWjYMQmrZG6feChmgAolCl1SqA =
You can’t perform that action at this time.
0 commit comments