Skip to content

Commit

Permalink
versioning stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Wr4thon committed May 7, 2021
1 parent 8190ccb commit 3ec8488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion middleware/errorcounter.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package middleware
import (
"github.com/pkg/errors"

"github.com/Wr4thon/gorabbitmq/v3"
"github.com/Wr4thon/gorabbitmq"
)

// ErrorCounter can be used to extract the ErrorCounter from the context.
Expand Down
4 changes: 2 additions & 2 deletions middleware/errorcounter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"sync"
"testing"

"github.com/Wr4thon/gorabbitmq/v3"
"github.com/Wr4thon/gorabbitmq/v3/middleware"
"github.com/Wr4thon/gorabbitmq"
"github.com/Wr4thon/gorabbitmq/middleware"
)

func Test_Middleware(t *testing.T) {
Expand Down

0 comments on commit 3ec8488

Please sign in to comment.