Add in a few middlewares I need.
This commit is contained in:
parent
8c04bffa5d
commit
81aaffec56
2 changed files with 9 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -9,7 +9,6 @@ require (
|
|||
github.com/gofiber/template/html/v2 v2.1.3
|
||||
github.com/jmoiron/sqlx v1.4.0
|
||||
github.com/mattn/go-sqlite3 v1.14.28
|
||||
github.com/valyala/quicktemplate v1.8.0
|
||||
)
|
||||
|
||||
require (
|
||||
|
@ -82,6 +81,7 @@ require (
|
|||
github.com/tursodatabase/libsql-client-go v0.0.0-20240902231107-85af5b9d094d // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
github.com/valyala/fasthttp v1.58.0 // indirect
|
||||
github.com/valyala/quicktemplate v1.8.0 // indirect
|
||||
github.com/valyala/tcplisten v1.0.0 // indirect
|
||||
github.com/vertica/vertica-sql-go v1.3.3 // indirect
|
||||
github.com/ydb-platform/ydb-go-genproto v0.0.0-20241112172322-ea1f63298f77 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue