Added initial support for MySQL databases

This commit is contained in:
2024-02-18 16:37:13 +01:00
parent 2ccc9c7397
commit 5d41543543
5 changed files with 102 additions and 0 deletions

4
go.mod
View File

@@ -3,6 +3,10 @@ module streifling.com/jason/cpolis
go 1.22.0
require (
github.com/go-sql-driver/mysql v1.7.1
github.com/gorilla/feeds v1.1.2
github.com/yuin/goldmark v1.7.0
golang.org/x/term v0.17.0
)
require golang.org/x/sys v0.17.0 // indirect