feat: bootstrap foundation application
This commit is contained in:
15
apps/server/go.mod
Normal file
15
apps/server/go.mod
Normal file
@@ -0,0 +1,15 @@
|
||||
module github.com/tim/md-hub-secure/apps/server
|
||||
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/go-chi/chi/v5 v5.2.5
|
||||
github.com/tursodatabase/go-libsql v0.0.0-20260424063416-3051e37e6e04
|
||||
github.com/yuin/goldmark v1.8.2
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
|
||||
github.com/libsql/sqlite-antlr4-parser v0.0.0-20240327125255-dbf53b6cbf06 // indirect
|
||||
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user