first commit, mate!
CI/CD Pipeline / Test & Lint (push) Waiting to run
CI/CD Pipeline / Build Docker Image (push) Blocked by required conditions
CI/CD Pipeline / Security Scan (push) Waiting to run

This commit is contained in:
2026-08-08 14:43:59 +08:00
commit 852613586f
19 changed files with 3455 additions and 0 deletions
+16
View File
@@ -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
)