From daecb4b40f45ddd3bded984e5ce8fffe6f465901 Mon Sep 17 00:00:00 2001 From: Sergio Rua Date: Mon, 2 Feb 2026 09:49:11 +0000 Subject: [PATCH] Update go version * CVE-2025-61726: net/url: no limit on number of query parameters * CVE-2025-61728: archive/zip: excessive CPU consumption building archive index --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f1a8b38..592bd55 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/axonops/cqlai -go 1.25.5 +go 1.25.6 replace github.com/axonops/cqlai => ./