Skip to content

Commit

Permalink
Merge pull request #13 from ThreeDotsLabs/sse-improvements
Browse files Browse the repository at this point in the history
Add SSEMarshaler
  • Loading branch information
m110 authored May 31, 2024
2 parents 84eb18f + d2d3018 commit 92154bf
Show file tree
Hide file tree
Showing 5 changed files with 284 additions and 514 deletions.
13 changes: 12 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ThreeDotsLabs/watermill-http/v2

go 1.16
go 1.18

require (
github.com/ThreeDotsLabs/watermill v1.2.0
Expand All @@ -9,3 +9,14 @@ require (
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.1
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 92154bf

Please sign in to comment.