File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-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
44
55require (
66 github.com/gofiber/fiber/v2 v2.52.8
@@ -11,6 +11,7 @@ require (
1111 github.com/uptrace/bun/dialect/pgdialect v1.1.17
1212 github.com/uptrace/bun/driver/pgdriver v1.1.17
1313 github.com/urfave/cli/v2 v2.27.7
14+ github.com/urfave/cli/v3 v3.6.1
1415 go.uber.org/fx v1.20.1
1516 gopkg.in/guregu/null.v4 v4.0.0
1617)
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.6.1 /go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso =
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