Skip to content

Commit

Permalink
bump major
Browse files Browse the repository at this point in the history
  • Loading branch information
m110 committed Oct 18, 2024
1 parent f00352f commit bb11b34
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 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/ThreeDotsLabs/watermill-amqp/v2
module github.com/ThreeDotsLabs/watermill-amqp/v3

go 1.21

Expand Down
2 changes: 1 addition & 1 deletion pkg/amqp/correlatingmarshaler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"

"github.com/ThreeDotsLabs/watermill"
"github.com/ThreeDotsLabs/watermill-amqp/v2/pkg/amqp"
"github.com/ThreeDotsLabs/watermill-amqp/v3/pkg/amqp"
"github.com/ThreeDotsLabs/watermill/message"
stdAmqp "github.com/rabbitmq/amqp091-go"
"github.com/stretchr/testify/assert"
Expand Down
2 changes: 1 addition & 1 deletion pkg/amqp/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - TLS support
// - Publish Transactions support (optional, can be enabled in config)
//
// Nomenclature
// # Nomenclature
//
// Unfortunately, Watermill's nomenclature is not fully compatible with AMQP's nomenclature.
// Depending of the configuration, topic can be mapped to exchange name, routing key and queue name.
Expand Down
2 changes: 1 addition & 1 deletion pkg/amqp/marshaler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"

"github.com/ThreeDotsLabs/watermill"
"github.com/ThreeDotsLabs/watermill-amqp/v2/pkg/amqp"
"github.com/ThreeDotsLabs/watermill-amqp/v3/pkg/amqp"
"github.com/ThreeDotsLabs/watermill/message"
stdAmqp "github.com/rabbitmq/amqp091-go"
"github.com/stretchr/testify/assert"
Expand Down
1 change: 1 addition & 0 deletions pkg/amqp/pubsub_reconnect_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build reconnect
// +build reconnect

package amqp_test
Expand Down
1 change: 1 addition & 0 deletions pkg/amqp/pubsub_stress_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build stress
// +build stress

package amqp_test
Expand Down
2 changes: 1 addition & 1 deletion pkg/amqp/pubsub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/stretchr/testify/require"

"github.com/ThreeDotsLabs/watermill"
"github.com/ThreeDotsLabs/watermill-amqp/v2/pkg/amqp"
"github.com/ThreeDotsLabs/watermill-amqp/v3/pkg/amqp"
"github.com/ThreeDotsLabs/watermill/message"
"github.com/ThreeDotsLabs/watermill/pubsub/tests"
)
Expand Down

0 comments on commit bb11b34

Please sign in to comment.