mirror of
https://github.com/community-unscripted/telemetry-service.git
synced 2026-07-01 20:54:03 -04:00
b465a4c211
- FindRecordByRandomID now uses url.QueryEscape for PocketBase filter - CLEANUP_STUCK_HOURS default lowered from 2 to 1 for faster recovery - Add go-sqlite3 dependency (for bootstrap tooling)
12 lines
304 B
Modula-2
12 lines
304 B
Modula-2
module github.com/community-scripts/telemetry-service
|
|
|
|
go 1.26.0
|
|
|
|
require github.com/redis/go-redis/v9 v9.17.3
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.34 // indirect
|
|
)
|