Skip to content

Commit 92154bf

Browse files
authored
Merge pull request #13 from ThreeDotsLabs/sse-improvements
Add SSEMarshaler
2 parents 84eb18f + d2d3018 commit 92154bf

File tree

5 files changed

+284
-514
lines changed

5 files changed

+284
-514
lines changed

go.mod

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

3-
go 1.16
3+
go 1.18
44

55
require (
66
github.com/ThreeDotsLabs/watermill v1.2.0
@@ -9,3 +9,14 @@ require (
99
github.com/pkg/errors v0.9.1
1010
github.com/stretchr/testify v1.8.1
1111
)
12+
13+
require (
14+
github.com/davecgh/go-spew v1.1.1 // indirect
15+
github.com/google/uuid v1.3.0 // indirect
16+
github.com/hashicorp/errwrap v1.1.0 // indirect
17+
github.com/hashicorp/go-multierror v1.1.1 // indirect
18+
github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
19+
github.com/oklog/ulid v1.3.1 // indirect
20+
github.com/pmezard/go-difflib v1.0.0 // indirect
21+
gopkg.in/yaml.v3 v3.0.1 // indirect
22+
)

0 commit comments

Comments
 (0)