Skip to content

Commit

Permalink
➕ Add Watermill dependencies for SSE support
Browse files Browse the repository at this point in the history
  • Loading branch information
wesen committed Feb 22, 2025
1 parent 56d16b6 commit 606ca2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 99 deletions.
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -1266,4 +1266,10 @@ Improved form data rendering in the console log:
- Fixed checkbox value handling to show proper boolean values
- Added proper string quoting for text values
- Improved YAML formatting for form submission data
- Fixed duplicate field handling for checkboxes
- Fixed duplicate field handling for checkboxes

## Server-Sent Events Support with Watermill

Added Watermill dependencies for implementing SSE support:
- Added github.com/ThreeDotsLabs/watermill v1.4.4
- Added github.com/ThreeDotsLabs/watermill/pubsub/gochannel for local pub/sub
6 changes: 0 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ require (
gopkg.in/yaml.v3 v3.0.1
)

require (
go.opencensus.io v0.24.0 // indirect
golang.org/x/time v0.8.0 // indirect
)

require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
Expand Down Expand Up @@ -116,7 +111,6 @@ require (
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
googlemaps.github.io/maps v1.7.0
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
Loading

0 comments on commit 606ca2e

Please sign in to comment.