Skip to content

Commit

Permalink
feat: update main module
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
  • Loading branch information
rustatian committed Jan 9, 2023
1 parent dcf5eb6 commit ff7071c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/roadrunner-server/amqp/v3
module github.com/roadrunner-server/amqp/v4

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion plugin.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package amqp

import (
"github.com/roadrunner-server/amqp/v3/amqpjobs"
"github.com/roadrunner-server/amqp/v4/amqpjobs"
"github.com/roadrunner-server/api/v3/plugins/v1/jobs"
pq "github.com/roadrunner-server/api/v3/plugins/v1/priority_queue"
"github.com/roadrunner-server/errors"
Expand Down

0 comments on commit ff7071c

Please sign in to comment.