File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- module github.com/ThreeDotsLabs/watermill-http
1
+ module github.com/ThreeDotsLabs/watermill-http/v2
2
2
3
3
go 1.16
4
4
Original file line number Diff line number Diff line change 9
9
"github.com/stretchr/testify/assert"
10
10
"github.com/stretchr/testify/require"
11
11
12
- watermill_http "github.com/ThreeDotsLabs/watermill-http/pkg/http"
12
+ watermill_http "github.com/ThreeDotsLabs/watermill-http/v2/ pkg/http"
13
13
"github.com/ThreeDotsLabs/watermill/message"
14
14
)
15
15
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
"github.com/stretchr/testify/require"
16
16
17
17
"github.com/ThreeDotsLabs/watermill"
18
- "github.com/ThreeDotsLabs/watermill-http/pkg/http"
18
+ "github.com/ThreeDotsLabs/watermill-http/v2/ pkg/http"
19
19
)
20
20
21
21
func createPubSub (t * testing.T ) (* http.Publisher , * http.Subscriber ) {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
"github.com/stretchr/testify/require"
20
20
21
21
"github.com/ThreeDotsLabs/watermill"
22
- "github.com/ThreeDotsLabs/watermill-http/pkg/http"
22
+ "github.com/ThreeDotsLabs/watermill-http/v2/ pkg/http"
23
23
"github.com/ThreeDotsLabs/watermill/message"
24
24
"github.com/ThreeDotsLabs/watermill/pubsub/gochannel"
25
25
)
You can’t perform that action at this time.
0 commit comments