Abit of refactoring into a more classic layout for an MVC style app.
This commit is contained in:
parent
db58b38917
commit
0c47f02201
5 changed files with 44 additions and 86 deletions
2
go.mod
2
go.mod
|
@ -88,7 +88,6 @@ 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.62.0 // indirect
|
||||
github.com/valyala/quicktemplate v1.8.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
|
||||
github.com/ydb-platform/ydb-go-sdk/v3 v3.108.1 // indirect
|
||||
|
@ -120,7 +119,6 @@ require (
|
|||
tool (
|
||||
github.com/air-verse/air
|
||||
github.com/pressly/goose/v3/cmd/goose
|
||||
github.com/valyala/quicktemplate/qtc
|
||||
golang.org/x/pkgsite/cmd/pkgsite
|
||||
golang.org/x/tools/cmd/goimports
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue