added db connections and ip login

This commit is contained in:
Acid
2026-06-05 17:36:41 -04:00
parent affe71d6dd
commit 031d3006d8
5 changed files with 66 additions and 9 deletions
+2 -2
View File
@@ -3,6 +3,6 @@ module acidburnmonkey/acidarchon
go 1.26.2
require (
github.com/joho/godotenv v1.5.1 // indirect
github.com/mattn/go-sqlite3 v1.14.44 // indirect
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.44
)