Skip to content

Commit

Permalink
Bump github.com/rabbitmq/rabbitmq-stream-go-client from 1.4.8 to 1.4.9
Browse files Browse the repository at this point in the history
Bumps [github.com/rabbitmq/rabbitmq-stream-go-client](https://github.com/rabbitmq/rabbitmq-stream-go-client) from 1.4.8 to 1.4.9.
- [Release notes](https://github.com/rabbitmq/rabbitmq-stream-go-client/releases)
- [Changelog](https://github.com/rabbitmq/rabbitmq-stream-go-client/blob/main/.goreleaser.yml)
- [Commits](rabbitmq/rabbitmq-stream-go-client@v1.4.8...v1.4.9)

---
updated-dependencies:
- dependency-name: github.com/rabbitmq/rabbitmq-stream-go-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent fdddfce commit 706477a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/koterin/broker/rabbitmq/pserver => ./pserver
require (
github.com/google/uuid v1.6.0
github.com/rabbitmq/amqp091-go v1.10.0
github.com/rabbitmq/rabbitmq-stream-go-client v1.4.8
github.com/rabbitmq/rabbitmq-stream-go-client v1.4.9
)

require (
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ github.com/rabbitmq/rabbitmq-stream-go-client v1.4.5 h1:GQX1pDWPhZ67xYpHBqxii1+5
github.com/rabbitmq/rabbitmq-stream-go-client v1.4.5/go.mod h1:X2sMrQx+tN6KrVm/6RsqwgmpPWrIhRiABgZQohDttrA=
github.com/rabbitmq/rabbitmq-stream-go-client v1.4.8 h1:eWLWVl9jo8QM1tFHWqaj0a77EAgVoY+KBzR+sDt5fyQ=
github.com/rabbitmq/rabbitmq-stream-go-client v1.4.8/go.mod h1:SdWsW0K5FVo8lIx0lCH17wh7RItXEQb8bfpxVlTVqS8=
github.com/rabbitmq/rabbitmq-stream-go-client v1.4.9 h1:FWpWKbR/4vvYlBb//SC3/rGFqfQ8Xkwc8v1oYT6cEM8=
github.com/rabbitmq/rabbitmq-stream-go-client v1.4.9/go.mod h1:SdWsW0K5FVo8lIx0lCH17wh7RItXEQb8bfpxVlTVqS8=
github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI=
github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down

0 comments on commit 706477a

Please sign in to comment.