cleanup go mod

This commit is contained in:
2025-05-18 20:15:10 -04:00
parent 72c0188071
commit 606e85d467
2 changed files with 14 additions and 1 deletions

2
go.mod
View File

@@ -10,11 +10,11 @@ require (
github.com/go-chi/render v1.0.3
github.com/gocql/gocql v1.7.0
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
)
require (
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/klauspost/compress v1.17.9 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
)