newconf loads KEY_VALUE_URL

This commit is contained in:
Bel LaPointe
2026-02-03 17:11:34 -07:00
parent bb2c87dbd3
commit 7033e9f29c
4 changed files with 31 additions and 0 deletions

3
go.mod
View File

@@ -6,10 +6,13 @@ toolchain go1.24.12
require (
github.com/lib/pq v1.11.1
github.com/redis/go-redis/v9 v9.17.3
modernc.org/sqlite v1.44.3
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect