init commit from when still exploring using Neo4J for DB

This commit is contained in:
2025-08-10 13:00:55 -06:00
parent 32a3545687
commit 981b69f025
8 changed files with 1366 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module the.hub/m
go 1.24.2
require (
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/neo4j/neo4j-go-driver/v5 v5.28.0 // indirect
)