Webhook-to-SSE gateway with hierarchical topic routing and signature verification
1module tangled.org/guid.foo/wicket
2
3go 1.24
4
5require (
6 github.com/fsnotify/fsnotify v1.9.0
7 github.com/google/uuid v1.6.0
8 gopkg.in/yaml.v3 v3.0.1
9)
10
11require (
12 github.com/alicebob/miniredis/v2 v2.37.0 // indirect
13 github.com/cespare/xxhash/v2 v2.3.0 // indirect
14 github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
15 github.com/redis/go-redis/v9 v9.18.0 // indirect
16 github.com/yuin/gopher-lua v1.1.1 // indirect
17 go.uber.org/atomic v1.11.0 // indirect
18 golang.org/x/sys v0.13.0 // indirect
19)