Reorganized API + added db migrations
Read the README file for more informations
This commit is contained in:
@@ -12,6 +12,12 @@ require (
|
||||
github.com/uptrace/bun/driver/pgdriver v1.2.8
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
|
||||
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
||||
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gorilla/csrf v1.7.2 // direct
|
||||
github.com/gorilla/securecookie v1.1.2 // indirect
|
||||
@@ -26,6 +32,7 @@ require (
|
||||
github.com/puzpuzpuz/xsync/v3 v3.4.0 // indirect
|
||||
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
|
||||
github.com/uptrace/bun/extra/bundebug v1.2.8 // direct
|
||||
github.com/urfave/cli/v2 v2.27.5
|
||||
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
||||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
||||
golang.org/x/crypto v0.31.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user