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
1 change: 1 addition & 0 deletions client/pubsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ func (c *GRPCClient) PublishEvents(ctx context.Context, pubsubName, topicName st
o(request)
}

//nolint:staticcheck // SA1019 Deprecated: use BulkPublishEvent instead.
res, err := c.protoClient.BulkPublishEventAlpha1(ctx, request)
// If there is an error, all events failed to publish.
if err != nil {
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/dapr/go-sdk
go 1.24.11

require (
github.com/dapr/dapr v1.16.1-rc.3.0.20260106102127-f224ba75d67c
github.com/dapr/durabletask-go v0.10.2-0.20251203182905-2c611fb434fd
github.com/dapr/dapr v1.17.0-rc.1.0.20260119144134-6071c46179eb
github.com/dapr/durabletask-go v0.10.2-0.20260114164104-9ddc9d1ebc1f
github.com/dapr/kit v0.16.2-0.20251124175541-3ac186dff64d
github.com/go-chi/chi/v5 v5.2.2
github.com/golang/mock v1.6.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/dapr/dapr v1.16.1-rc.3.0.20260106102127-f224ba75d67c h1:QJiz7j7BE+fW1OiAs4F8xaeEYvoXKKdB+U25QTDpvD0=
github.com/dapr/dapr v1.16.1-rc.3.0.20260106102127-f224ba75d67c/go.mod h1:9QwK6oaEJ+AtG6Y4MN///YZ9RBf8qEEa9VbFkPBzH/c=
github.com/dapr/durabletask-go v0.10.2-0.20251203182905-2c611fb434fd h1:2BWSiHoytO5FXK2WCE02AfGNbC51iNewdFoC8j0FiVE=
github.com/dapr/durabletask-go v0.10.2-0.20251203182905-2c611fb434fd/go.mod h1:0Ts4rXp74JyG19gDWPcwNo5V6NBZzhARzHF5XynmA7Q=
github.com/dapr/dapr v1.17.0-rc.1.0.20260119144134-6071c46179eb h1:5JmhSW6atGnkJsVxNbljZjpV/MtAw3jYk2y+6Qe6OFI=
github.com/dapr/dapr v1.17.0-rc.1.0.20260119144134-6071c46179eb/go.mod h1:A097WTI5M7HVu+Zgjo62q+dFq04Q2ECyq3zMNq9+FJ8=
github.com/dapr/durabletask-go v0.10.2-0.20260114164104-9ddc9d1ebc1f h1:zRnSR4IgzhzKLTwcIV6ETcDwkuWTeGmeuJy7Jrw4Txw=
github.com/dapr/durabletask-go v0.10.2-0.20260114164104-9ddc9d1ebc1f/go.mod h1:0Ts4rXp74JyG19gDWPcwNo5V6NBZzhARzHF5XynmA7Q=
github.com/dapr/kit v0.16.2-0.20251124175541-3ac186dff64d h1:csljij9d1IO6u9nqbg+TuSRmTZ+OXT8G49yh6zie1yI=
github.com/dapr/kit v0.16.2-0.20251124175541-3ac186dff64d/go.mod h1:40ZWs5P6xfYf7O59XgwqZkIyDldTIXlhTQhGop8QoSM=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
Expand Down