Skip to content

Commit

Permalink
Merge pull request #9 from ThreeDotsLabs/bump-major
Browse files Browse the repository at this point in the history
Bump major version to v2
  • Loading branch information
m110 committed Aug 5, 2021
2 parents a746d0b + 9ba6e42 commit baf6c4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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-http
module github.com/ThreeDotsLabs/watermill-http/v2

go 1.16

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

watermill_http "github.com/ThreeDotsLabs/watermill-http/pkg/http"
watermill_http "github.com/ThreeDotsLabs/watermill-http/v2/pkg/http"
"github.com/ThreeDotsLabs/watermill/message"
)

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

"github.com/ThreeDotsLabs/watermill"
"github.com/ThreeDotsLabs/watermill-http/pkg/http"
"github.com/ThreeDotsLabs/watermill-http/v2/pkg/http"
)

func createPubSub(t *testing.T) (*http.Publisher, *http.Subscriber) {
Expand Down
2 changes: 1 addition & 1 deletion pkg/http/sse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"github.com/stretchr/testify/require"

"github.com/ThreeDotsLabs/watermill"
"github.com/ThreeDotsLabs/watermill-http/pkg/http"
"github.com/ThreeDotsLabs/watermill-http/v2/pkg/http"
"github.com/ThreeDotsLabs/watermill/message"
"github.com/ThreeDotsLabs/watermill/pubsub/gochannel"
)
Expand Down

0 comments on commit baf6c4b

Please sign in to comment.