We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0379101 commit 12a94aeCopy full SHA for 12a94ae
1 file changed
examples/go.mod
@@ -2,6 +2,18 @@ module github.com/goforj/queue/examples
2
3
go 1.24.4
4
5
+require (
6
+ github.com/goforj/queue v0.0.0
7
+ github.com/goforj/queue/driver/mysqlqueue v0.0.0
8
+ github.com/goforj/queue/driver/natsqueue v0.0.0
9
+ github.com/goforj/queue/driver/postgresqueue v0.0.0
10
+ github.com/goforj/queue/driver/rabbitmqqueue v0.0.0
11
+ github.com/goforj/queue/driver/redisqueue v0.0.0
12
+ github.com/goforj/queue/driver/sqlitequeue v0.0.0
13
+ github.com/goforj/queue/driver/sqlqueuecore v0.0.0
14
+ github.com/goforj/queue/driver/sqsqueue v0.0.0
15
+)
16
+
17
replace github.com/goforj/queue => ..
18
19
replace github.com/goforj/queue/driver/redisqueue => ../driver/redisqueue
0 commit comments