Skip to content

Commit baf6c4b

Browse files
authored
Merge pull request #9 from ThreeDotsLabs/bump-major
Bump major version to v2
2 parents a746d0b + 9ba6e42 commit baf6c4b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/ThreeDotsLabs/watermill-http
1+
module github.com/ThreeDotsLabs/watermill-http/v2
22

33
go 1.16
44

pkg/http/marshall_message_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/stretchr/testify/assert"
1010
"github.com/stretchr/testify/require"
1111

12-
watermill_http "github.com/ThreeDotsLabs/watermill-http/pkg/http"
12+
watermill_http "github.com/ThreeDotsLabs/watermill-http/v2/pkg/http"
1313
"github.com/ThreeDotsLabs/watermill/message"
1414
)
1515

pkg/http/pubsub_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/stretchr/testify/require"
1616

1717
"github.com/ThreeDotsLabs/watermill"
18-
"github.com/ThreeDotsLabs/watermill-http/pkg/http"
18+
"github.com/ThreeDotsLabs/watermill-http/v2/pkg/http"
1919
)
2020

2121
func createPubSub(t *testing.T) (*http.Publisher, *http.Subscriber) {

pkg/http/sse_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"github.com/stretchr/testify/require"
2020

2121
"github.com/ThreeDotsLabs/watermill"
22-
"github.com/ThreeDotsLabs/watermill-http/pkg/http"
22+
"github.com/ThreeDotsLabs/watermill-http/v2/pkg/http"
2323
"github.com/ThreeDotsLabs/watermill/message"
2424
"github.com/ThreeDotsLabs/watermill/pubsub/gochannel"
2525
)

0 commit comments

Comments
 (0)