File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package main
3
3
import (
4
4
"log"
5
5
6
- rabbitmq "github.com/rsnullptr/go-rabbitmq"
7
6
"github.com/streadway/amqp"
7
+ "github.com/wagslane/go-rabbitmq"
8
8
)
9
9
10
10
func main () {
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package main
3
3
import (
4
4
"log"
5
5
6
- rabbitmq "github.com/rsnullptr/go-rabbitmq"
7
6
"github.com/streadway/amqp"
7
+ rabbitmq "github.com/wagslane/go-rabbitmq"
8
8
)
9
9
10
10
// customLogger is used in WithPublisherOptionsLogger to create a custom logger.
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package main
3
3
import (
4
4
"log"
5
5
6
- rabbitmq "github.com/rsnullptr/go-rabbitmq"
7
6
"github.com/streadway/amqp"
7
+ "github.com/wagslane/go-rabbitmq"
8
8
)
9
9
10
10
func main () {
You can’t perform that action at this time.
0 commit comments