Supporting connection to SQLite database

This commit is contained in:
Paulo Truta
2021-05-02 08:52:32 +00:00
parent 84d7fd6a82
commit 6cb3e198f0
4 changed files with 26 additions and 11 deletions
+1
View File
@@ -5,5 +5,6 @@ go 1.15
require (
github.com/go-sql-driver/mysql v1.5.0
github.com/joho/godotenv v1.3.0
github.com/mattn/go-sqlite3 v1.14.7 // indirect
gopkg.in/yaml.v2 v2.4.0
)