-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update module path, amqp091 dependency (#55)
- Loading branch information
calloway-jacob
authored
Feb 13, 2023
1 parent
6223ab6
commit 39f49a1
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ import ( | |
"log" | ||
"time" | ||
|
||
"github.com/cheshir/go-mq" | ||
"github.com/cheshir/go-mq/v2" | ||
"gopkg.in/yaml.v1" | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |