Skip to content

Commit

Permalink
Bump google.golang.org/grpc from 1.38.0 to 1.56.3 in /pulsar-function-go
Browse files Browse the repository at this point in the history
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.38.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.38.0...v1.56.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
1 parent 3a9f99f commit 186be95
Show file tree
Hide file tree
Showing 2 changed files with 1,067 additions and 27 deletions.
10 changes: 5 additions & 5 deletions pulsar-function-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ go 1.13

require (
github.com/apache/pulsar-client-go v0.8.1
github.com/golang/protobuf v1.5.2
github.com/golang/protobuf v1.5.3
github.com/prometheus/client_golang v1.12.2
github.com/prometheus/client_model v0.2.0
github.com/prometheus/client_model v0.3.0
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.7.0
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
github.com/stretchr/testify v1.8.3
google.golang.org/grpc v1.56.3
google.golang.org/protobuf v1.30.0
gopkg.in/yaml.v2 v2.4.0
)

Expand Down
Loading

0 comments on commit 186be95

Please sign in to comment.