Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps eventsqs #77

Merged
merged 2 commits into from
Sep 25, 2024
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
4 changes: 1 addition & 3 deletions broker/eventsqs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/fogfish/swarm/broker/eventsqs

go 1.22

replace github.com/fogfish/swarm/broker/sqs => ../sqs

require (
github.com/aws/aws-cdk-go/awscdk/v2 v2.160.0
github.com/aws/aws-lambda-go v1.47.0
Expand All @@ -13,7 +11,7 @@ require (
github.com/aws/jsii-runtime-go v1.103.1
github.com/fogfish/scud v0.10.1
github.com/fogfish/swarm v0.16.0
github.com/fogfish/swarm/broker/sqs v0.0.0-00010101000000-000000000000
github.com/fogfish/swarm/broker/sqs v0.16.1
github.com/fogfish/swarm/qtest v0.16.1
github.com/fogfish/swarm/queue v0.16.1
)
Expand Down
2 changes: 2 additions & 0 deletions broker/eventsqs/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ github.com/fogfish/scud v0.10.1 h1:eJI/1zQamihBTTwDhgn2VTXlG+74B1qVAOnGGDv4u7E=
github.com/fogfish/scud v0.10.1/go.mod h1:IVtHIfQMsb9lPKFeCI/OGcT2ssmd6onOZdpXgj/ORgs=
github.com/fogfish/swarm v0.16.0 h1:6AviPpPbrSraLcjH2GwW0oVUb7tb6IZMqdT+FdXOCHU=
github.com/fogfish/swarm v0.16.0/go.mod h1:u5uJmXu3xHz1OTzyxhu9viI6eq+GmkJJkDqdrf8IlJw=
github.com/fogfish/swarm/broker/sqs v0.16.1 h1:K5L+RonxOKq/2WIwuWxI6Wf9uN20wczgtI+7CXeX6wE=
github.com/fogfish/swarm/broker/sqs v0.16.1/go.mod h1:KoBDbInKl2+EIfc2EIiVR3aKP3DHzQ8TMn08MHlQRUU=
github.com/fogfish/swarm/qtest v0.16.1 h1:bSWownAij0hhifA4IimEoFBM5xKyNt9tskCz0tPGjHk=
github.com/fogfish/swarm/qtest v0.16.1/go.mod h1:79qfqu256c40UntI1PzYEIToaXr6oJBr48gkAocupYw=
github.com/fogfish/swarm/queue v0.16.1 h1:bReiuwm2a1h0hP4ElSzETksqs1gT2yKRHtA6aVHQnKY=
Expand Down
2 changes: 1 addition & 1 deletion broker/eventsqs/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

package eventsqs

const Version = "broker/eventsqs/v0.16.0"
const Version = "broker/eventsqs/v0.16.1"
Loading