Skip to content

Commit

Permalink
Update deps eventsqs (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
fogfish authored Sep 25, 2024
1 parent 7b62a92 commit 9d3c7b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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"

0 comments on commit 9d3c7b1

Please sign in to comment.