Skip to content

Commit

Permalink
Changed go module to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
roblaszczak committed Jan 11, 2022
1 parent 8e2fa50 commit 7d2a0af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img align="right" width="200" src="https://threedots.tech/watermill-io/watermill-logo.png">

[![CircleCI](https://circleci.com/gh/ThreeDotsLabs/watermill-amqp/tree/master.svg?style=svg)](https://circleci.com/gh/ThreeDotsLabs/watermill-amqp/tree/master)
[![Go Report Card](https://goreportcard.com/badge/github.com/ThreeDotsLabs/watermill-amqp)](https://goreportcard.com/report/github.com/ThreeDotsLabs/watermill-amqp)
[![Go Report Card](https://goreportcard.com/badge/github.com/ThreeDotsLabs/watermill-amqp/v2)](https://goreportcard.com/report/github.com/ThreeDotsLabs/watermill-amqp/v2)

This is Pub/Sub for the [Watermill](https://watermill.io/) project.

Expand Down
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
module github.com/ThreeDotsLabs/watermill-amqp/v2

go 1.17

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/pkg/amqp"
"github.com/ThreeDotsLabs/watermill-amqp/v2/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/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/pkg/amqp"
"github.com/ThreeDotsLabs/watermill-amqp/v2/pkg/amqp"
"github.com/ThreeDotsLabs/watermill/message"
"github.com/ThreeDotsLabs/watermill/pubsub/tests"
)
Expand Down

0 comments on commit 7d2a0af

Please sign in to comment.