Skip to content

Commit

Permalink
fix: module v3
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Oct 9, 2022
1 parent e255ed8 commit e5c1a97
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/beanstalk/v2
module github.com/roadrunner-server/beanstalk/v3

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 beanstalk

import (
"github.com/roadrunner-server/beanstalk/v2/beanstalkjobs"
"github.com/roadrunner-server/beanstalk/v3/beanstalkjobs"
"github.com/roadrunner-server/sdk/v3/plugins/jobs"
"github.com/roadrunner-server/sdk/v3/plugins/jobs/pipeline"
priorityqueue "github.com/roadrunner-server/sdk/v3/priority_queue"
Expand Down

0 comments on commit e5c1a97

Please sign in to comment.