Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blobl-editor/wasm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.26.5

require (
github.com/redpanda-data/benthos/v4 v4.77.0
github.com/redpanda-data/connect/v4 v4.104.0
github.com/redpanda-data/connect/v4 v4.105.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions blobl-editor/wasm/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -652,8 +652,8 @@ github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 h1:bsUq1dX0N8A
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
github.com/redpanda-data/benthos/v4 v4.77.0 h1:6sGkO2hpwkrrI0pUh3ht5H7vc3tcO+ZySzVIFDVTY5o=
github.com/redpanda-data/benthos/v4 v4.77.0/go.mod h1:bZ8Uuc4yR9EnIrMx+MtgIHazkg5cYjtS9InA8zg0PsA=
github.com/redpanda-data/connect/v4 v4.104.0 h1:tUW4O/d6v/HGW1sSloTwv2ggLyVMZw6BLoRv9NOrjA4=
github.com/redpanda-data/connect/v4 v4.104.0/go.mod h1:TsNO7bvIjS6AFGuQ7tmqPSLpt5VFdybXa3jJNOBXPuc=
github.com/redpanda-data/connect/v4 v4.105.0 h1:3J+RaBpEmK+6qn5lof/Cu62SvcZfTUcG9I9lkX0eVmQ=
github.com/redpanda-data/connect/v4 v4.105.0/go.mod h1:rZJ1kW/qU5nguNlUJnhnVHdPMsU2UKa0Z9wBqWTWP68=
github.com/rickb777/expect v1.3.2 h1:kJYjVEL7mWF06mckPWAe2j5fiTdfP1/opUwuGbg+V98=
github.com/rickb777/expect v1.3.2/go.mod h1:PnKIXmYP9Eo+ZhiFoGSQrmyvIgubFw7hD/4SaKo0mdc=
github.com/rickb777/period v1.0.30 h1:4/Yz1LrJaZDE7m06JL9vBB6Y0rGIQ4+ba3WzO9JrqLU=
Expand Down
Loading