feat: complete cmpp gateway delivery recovery workflows

This commit is contained in:
hectorzhao
2026-07-08 16:30:06 +08:00
parent cc628d0214
commit 8144f08652
60 changed files with 8901 additions and 94 deletions
+6
View File
@@ -3,6 +3,12 @@ module cmpp-platform/gateway
go 1.26
require (
github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302 // indirect
github.com/alicebob/miniredis/v2 v2.34.0 // indirect
github.com/bigwhite/gocmpp v0.0.0-20240917054108-b238366bff0b // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/redis/go-redis/v9 v9.17.0 // indirect
github.com/yuin/gopher-lua v1.1.1 // indirect
golang.org/x/text v0.3.8 // indirect
)