File tree Expand file tree Collapse file tree 2 files changed +121
-131
lines changed
_example/producer-consumer Expand file tree Collapse file tree 2 files changed +121
-131
lines changed Original file line number Diff line number Diff line change 11module example
22
3- go 1.16
3+ go 1.22
44
55require (
6- github.com/appleboy/graceful v0.0.4
7- github.com/golang-queue/queue v0.1.0
6+ github.com/appleboy/graceful v1.1.1
7+ github.com/golang-queue/queue v0.1.4-0.20221230133718-0314ef173f98
88 github.com/golang-queue/redisdb-stream v0.0.0-20220424021550-bac6de373624
99)
1010
11+ require (
12+ github.com/appleboy/com v0.2.1 // indirect
13+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
14+ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
15+ github.com/goccy/go-json v0.10.2 // indirect
16+ github.com/redis/go-redis/v9 v9.7.0 // indirect
17+ )
18+
1119replace github.com/golang-queue/redisdb-stream => ../../
You can’t perform that action at this time.
0 commit comments