server: implement scylladb

This commit is contained in:
2026-05-14 00:21:44 +00:00
parent 4be223d1b7
commit d059dc0032
5 changed files with 86 additions and 1 deletions
+5
View File
@@ -4,5 +4,10 @@ go 1.26.3
require (
github.com/go-chi/chi/v5 v5.2.5 // indirect
github.com/gocql/gocql v1.7.0 // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
github.com/joho/godotenv v1.5.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
)