Skip to content

Commit

Permalink
Merge pull request #920 from asynkron/dependabot/go_modules/_examples…
Browse files Browse the repository at this point in the history
…/cluster-pubsub-batching-producer/google.golang.org/grpc-1.56.3

Bump google.golang.org/grpc from 1.46.2 to 1.56.3 in /_examples/cluster-pubsub-batching-producer
  • Loading branch information
rogeralsing authored Nov 23, 2023
2 parents f59894c + 8cf106a commit e03d57a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _examples/cluster-pubsub-batching-producer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ go 1.21
require (
github.com/asynkron/goconsole v0.0.0-20160504192649-bfa12eebf716
github.com/asynkron/protoactor-go v0.0.0-20230121103438-4df724400d0f
google.golang.org/protobuf v1.28.1
google.golang.org/protobuf v1.30.0
)

require (
github.com/Workiva/go-datastructures v1.0.53 // indirect
github.com/asynkron/gofun v0.0.0-20220329210725-34fed760f4c2 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/lithammer/shortuuid/v4 v4.0.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
Expand All @@ -35,9 +35,9 @@ require (
go.opentelemetry.io/otel/sdk/metric v0.30.0 // indirect
go.opentelemetry.io/otel/trace v1.7.0 // indirect
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf // indirect
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
google.golang.org/genproto v0.0.0-20220526192754-51939a95c655 // indirect
google.golang.org/grpc v1.46.2 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.56.3 // indirect
)

0 comments on commit e03d57a

Please sign in to comment.