Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@ require (
github.com/enriquebris/goconcurrentqueue v0.7.0
github.com/go-sql-driver/mysql v1.10.0
github.com/gofiber/fiber/v3 v3.3.0
github.com/gofiber/template/html/v3 v3.0.0
github.com/gofiber/utils/v2 v2.0.6
github.com/gofiber/template/html/v3 v3.0.5
github.com/gofiber/utils/v2 v2.1.0
golang.org/x/text v0.38.0
)

require (
filippo.io/edwards25519 v1.2.0 // indirect
github.com/andybalholm/brotli v1.2.1 // indirect
github.com/gofiber/schema v1.7.1 // indirect
github.com/gofiber/template/v2 v2.0.0 // indirect
github.com/gofiber/utils v1.1.0 // indirect
github.com/gofiber/template/v2 v2.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/compress v1.18.6 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
Expand Down
14 changes: 6 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ github.com/gofiber/fiber/v3 v3.3.0 h1:QBd3sYCqdy6Qs5gJYzSw4I4SbqL204jPqpdub/ueiw
github.com/gofiber/fiber/v3 v3.3.0/go.mod h1:YH7/TAoRaU4kF8slDCtQuFJ1NzC+3MtxUI4KfvQtaIA=
github.com/gofiber/schema v1.7.1 h1:oSJBKdgP8JeIME4TQSAqlNKTU2iBB+2RNmKi8Nsc+TI=
github.com/gofiber/schema v1.7.1/go.mod h1:A/X5Ffyru4p9eBdp99qu+nzviHzQiZ7odLT+TwxWhbk=
github.com/gofiber/template/html/v3 v3.0.0 h1:m/NKxFIAFG4+rsvgUH+gBZAplcKv8DP3+Nz/i/sdq+Y=
github.com/gofiber/template/html/v3 v3.0.0/go.mod h1:tOIYcI97IbW6igyGnISp5BcykGxOGQURkGPkUhfaAiw=
github.com/gofiber/template/v2 v2.0.0 h1:E+WPRsCNLxS2j3SsRU2sbqG2suD9dZMbDsv4NZF5tCg=
github.com/gofiber/template/v2 v2.0.0/go.mod h1:n311woO10kG4/MZ35TTvbuoSEx+etErXBmu+0pFzQ1s=
github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM=
github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0=
github.com/gofiber/utils/v2 v2.0.6 h1:7fXYy7nSsyqbH0GQUMtK4Kwjy4J7R5742VM7JsZxzOs=
github.com/gofiber/utils/v2 v2.0.6/go.mod h1:p7mAHAk3+oUK10ZX2xTw9fZQixb4hCg8SKd4IH2xroU=
github.com/gofiber/template/html/v3 v3.0.5 h1:kxOqjkQ//TUdvINv65CLFZ8fiDaqlA+HDT3dNkRfxQQ=
github.com/gofiber/template/html/v3 v3.0.5/go.mod h1:IH/KAMOE4xQux78uoIXP8I5lHuMoHHOMx6kvJ/YbKn4=
github.com/gofiber/template/v2 v2.1.0 h1:vrLY6uEW2HdioJm6J5FGUpYZuapVQhHciNz21XQjR/4=
github.com/gofiber/template/v2 v2.1.0/go.mod h1:ohgpR/Ng90nJbK+IyNzrgR/XpnBNt862/oTF5G7SAmE=
github.com/gofiber/utils/v2 v2.1.0 h1:WSu4COJhJw9moNfJu2nQvaM9AFvAQ/nZbigjhHqKgOQ=
github.com/gofiber/utils/v2 v2.1.0/go.mod h1:DdOgEVwQTi8cou/AKWPqhXOR4fHGRVhA/rEWL3IXG7Q=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao=
Expand Down