We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6453c00 commit c262110Copy full SHA for c262110
_example/worker/go.mod
@@ -1,10 +1,18 @@
1
module example
2
3
-go 1.16
+go 1.22
4
5
require (
6
- github.com/golang-queue/queue v0.1.0
+ github.com/golang-queue/queue v0.1.4-0.20221230133718-0314ef173f98
7
github.com/golang-queue/redisdb-stream v0.0.0-20220424021550-bac6de373624
8
)
9
10
+require (
11
+ github.com/appleboy/com v0.2.1 // indirect
12
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
13
+ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
14
+ github.com/goccy/go-json v0.10.2 // indirect
15
+ github.com/redis/go-redis/v9 v9.7.0 // indirect
16
+)
17
+
18
replace github.com/golang-queue/redisdb-stream => ../../
0 commit comments