From 63b6b8155c0ef1255cdfc2104353168fad4a5fa8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 26 Aug 2025 07:39:14 +0000 Subject: [PATCH 1/2] Initial plan From 74b1abc85dfdac61ff8712abba789ddb5729799d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Sep 2025 08:17:55 +0000 Subject: [PATCH 2/2] Plan to merge latest CrisisTextLine fork updates Co-authored-by: intel352 <77607+intel352@users.noreply.github.com> --- modules/auth/go.mod | 2 +- modules/auth/go.sum | 1 + modules/cache/go.mod | 2 +- modules/cache/go.sum | 1 + modules/chimux/go.mod | 2 +- modules/chimux/go.sum | 1 + modules/database/go.mod | 2 +- modules/database/go.sum | 1 + modules/eventbus/go.mod | 2 +- modules/eventbus/go.sum | 1 + modules/httpclient/go.mod | 2 +- modules/httpclient/go.sum | 1 + modules/httpserver/go.mod | 2 +- modules/httpserver/go.sum | 1 + modules/reverseproxy/go.mod | 2 +- modules/reverseproxy/go.sum | 1 + modules/scheduler/go.mod | 2 +- modules/scheduler/go.sum | 1 + 18 files changed, 18 insertions(+), 9 deletions(-) diff --git a/modules/auth/go.mod b/modules/auth/go.mod index b1dde4dd..03d47931 100644 --- a/modules/auth/go.mod +++ b/modules/auth/go.mod @@ -7,7 +7,7 @@ require ( github.com/cloudevents/sdk-go/v2 v2.16.1 github.com/cucumber/godog v0.15.1 github.com/golang-jwt/jwt/v5 v5.2.3 - github.com/stretchr/testify v1.10.0 + github.com/stretchr/testify v1.11.0 golang.org/x/crypto v0.35.0 golang.org/x/oauth2 v0.30.0 ) diff --git a/modules/auth/go.sum b/modules/auth/go.sum index 1c417275..7134f61d 100644 --- a/modules/auth/go.sum +++ b/modules/auth/go.sum @@ -77,6 +77,7 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= diff --git a/modules/cache/go.mod b/modules/cache/go.mod index 99e6f195..74992591 100644 --- a/modules/cache/go.mod +++ b/modules/cache/go.mod @@ -10,7 +10,7 @@ require ( github.com/cloudevents/sdk-go/v2 v2.16.1 github.com/cucumber/godog v0.15.1 github.com/redis/go-redis/v9 v9.10.0 - github.com/stretchr/testify v1.10.0 + github.com/stretchr/testify v1.11.0 ) require ( diff --git a/modules/cache/go.sum b/modules/cache/go.sum index 046d94ea..5ed9efe2 100644 --- a/modules/cache/go.sum +++ b/modules/cache/go.sum @@ -87,6 +87,7 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= github.com/yuin/gopher-lua v1.1.1 h1:kYKnWBjvbNP4XLT3+bPEwAXJx262OhaHDWDVOPjL46M= diff --git a/modules/chimux/go.mod b/modules/chimux/go.mod index b5625515..5ad3c9b4 100644 --- a/modules/chimux/go.mod +++ b/modules/chimux/go.mod @@ -7,7 +7,7 @@ require ( github.com/cloudevents/sdk-go/v2 v2.16.1 github.com/cucumber/godog v0.15.1 github.com/go-chi/chi/v5 v5.2.2 - github.com/stretchr/testify v1.10.0 + github.com/stretchr/testify v1.11.0 ) require ( diff --git a/modules/chimux/go.sum b/modules/chimux/go.sum index 810eddcb..5db2435e 100644 --- a/modules/chimux/go.sum +++ b/modules/chimux/go.sum @@ -77,6 +77,7 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= diff --git a/modules/database/go.mod b/modules/database/go.mod index b62dce4a..d50f19a6 100644 --- a/modules/database/go.mod +++ b/modules/database/go.mod @@ -9,7 +9,7 @@ require ( github.com/aws/aws-sdk-go-v2/feature/rds/auth v1.5.11 github.com/cloudevents/sdk-go/v2 v2.16.1 github.com/cucumber/godog v0.15.1 - github.com/stretchr/testify v1.10.0 + github.com/stretchr/testify v1.11.0 modernc.org/sqlite v1.37.1 ) diff --git a/modules/database/go.sum b/modules/database/go.sum index fae77f1f..b77df204 100644 --- a/modules/database/go.sum +++ b/modules/database/go.sum @@ -113,6 +113,7 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= diff --git a/modules/eventbus/go.mod b/modules/eventbus/go.mod index d0b2fd67..3c83286a 100644 --- a/modules/eventbus/go.mod +++ b/modules/eventbus/go.mod @@ -13,7 +13,7 @@ require ( github.com/cucumber/godog v0.15.1 github.com/google/uuid v1.6.0 github.com/redis/go-redis/v9 v9.12.1 - github.com/stretchr/testify v1.10.0 + github.com/stretchr/testify v1.11.0 ) require ( diff --git a/modules/eventbus/go.sum b/modules/eventbus/go.sum index cd1e387d..cb8dfd57 100644 --- a/modules/eventbus/go.sum +++ b/modules/eventbus/go.sum @@ -153,6 +153,7 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= diff --git a/modules/httpclient/go.mod b/modules/httpclient/go.mod index 2d7ea1a8..741f9f18 100644 --- a/modules/httpclient/go.mod +++ b/modules/httpclient/go.mod @@ -6,7 +6,7 @@ require ( github.com/GoCodeAlone/modular v1.6.0 github.com/cloudevents/sdk-go/v2 v2.16.1 github.com/cucumber/godog v0.15.1 - github.com/stretchr/testify v1.10.0 + github.com/stretchr/testify v1.11.0 ) require ( diff --git a/modules/httpclient/go.sum b/modules/httpclient/go.sum index 21e14df1..dac4920a 100644 --- a/modules/httpclient/go.sum +++ b/modules/httpclient/go.sum @@ -75,6 +75,7 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= diff --git a/modules/httpserver/go.mod b/modules/httpserver/go.mod index 3a787e1a..dddbd629 100644 --- a/modules/httpserver/go.mod +++ b/modules/httpserver/go.mod @@ -6,7 +6,7 @@ require ( github.com/GoCodeAlone/modular v1.6.0 github.com/cloudevents/sdk-go/v2 v2.16.1 github.com/cucumber/godog v0.15.1 - github.com/stretchr/testify v1.10.0 + github.com/stretchr/testify v1.11.0 ) require ( diff --git a/modules/httpserver/go.sum b/modules/httpserver/go.sum index 21e14df1..dac4920a 100644 --- a/modules/httpserver/go.sum +++ b/modules/httpserver/go.sum @@ -75,6 +75,7 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= diff --git a/modules/reverseproxy/go.mod b/modules/reverseproxy/go.mod index 3852c5e0..3a919893 100644 --- a/modules/reverseproxy/go.mod +++ b/modules/reverseproxy/go.mod @@ -10,7 +10,7 @@ require ( github.com/cucumber/godog v0.15.1 github.com/go-chi/chi/v5 v5.2.2 github.com/gobwas/glob v0.2.3 - github.com/stretchr/testify v1.10.0 + github.com/stretchr/testify v1.11.0 ) require ( diff --git a/modules/reverseproxy/go.sum b/modules/reverseproxy/go.sum index 81147638..44f5e2c9 100644 --- a/modules/reverseproxy/go.sum +++ b/modules/reverseproxy/go.sum @@ -79,6 +79,7 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= diff --git a/modules/scheduler/go.mod b/modules/scheduler/go.mod index df3edf93..11dce52b 100644 --- a/modules/scheduler/go.mod +++ b/modules/scheduler/go.mod @@ -10,7 +10,7 @@ require ( github.com/cucumber/godog v0.15.1 github.com/google/uuid v1.6.0 github.com/robfig/cron/v3 v3.0.1 - github.com/stretchr/testify v1.10.0 + github.com/stretchr/testify v1.11.0 ) require ( diff --git a/modules/scheduler/go.sum b/modules/scheduler/go.sum index 45905a90..47e87eb6 100644 --- a/modules/scheduler/go.sum +++ b/modules/scheduler/go.sum @@ -77,6 +77,7 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=