File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.12
@@ -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.8.0
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 @@ -101,6 +101,7 @@ github.com/urfave/cli/v2 v2.27.6 h1:VdRdS98FNhKZ8/Az8B7MTyGQmpIr36O1EHybx/LaZ4g=
101101github.com/urfave/cli/v2 v2.27.6 /go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ =
102102github.com/urfave/cli/v2 v2.27.7 h1:bH59vdhbjLv3LAvIu6gd0usJHgoTTPhCFib8qqOwXYU =
103103github.com/urfave/cli/v2 v2.27.7 /go.mod h1:CyNAG/xg+iAOg0N4MPGZqVmv2rCoP267496AOXUZjA4 =
104+ github.com/urfave/cli/v3 v3.8.0 /go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso =
104105github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw =
105106github.com/valyala/bytebufferpool v1.0.0 /go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc =
106107github.com/valyala/fasthttp v1.51.0 h1:8b30A5JlZ6C7AS81RsWjYMQmrZG6feChmgAolCl1SqA =
You can’t perform that action at this time.
0 commit comments