Skip to content

Commit

Permalink
Update module path, amqp091 dependency (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
calloway-jacob authored Feb 13, 2023
1 parent 6223ab6 commit 39f49a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"time"

"github.com/cheshir/go-mq"
"github.com/cheshir/go-mq/v2"
"gopkg.in/yaml.v1"
)

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/cheshir/go-mq
module github.com/cheshir/go-mq/v2

go 1.16

require (
github.com/NeowayLabs/wabbit v0.0.0-20210927194032-73ad61d1620e
github.com/google/uuid v1.3.0 // indirect
github.com/pborman/uuid v1.2.1 // indirect
github.com/rabbitmq/amqp091-go v1.5.0
github.com/rabbitmq/amqp091-go v1.6.1
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
)

0 comments on commit 39f49a1

Please sign in to comment.