first commit, mate!
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
module github.com/kalvin0x8d0/blogging-cms
|
||||
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/go-sql-driver/mysql v1.7.1
|
||||
github.com/gorilla/mux v1.8.0
|
||||
github.com/gorilla/sessions v1.2.1
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/markdownit/markdown-it-go v0.5.1
|
||||
github.com/google/uuid v1.3.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gorilla/securecookie v1.1.1 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user