Skip to content

Commit

Permalink
gomod: bump google.golang.org/grpc from 1.55.0 to 1.56.1 (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2023
1 parent b57d79a commit a357ac0
Show file tree
Hide file tree
Showing 19 changed files with 184 additions and 4,328 deletions.
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -3,15 +3,15 @@ module github.com/hedhyw/semerr
go 1.17

require (
google.golang.org/grpc v1.55.0
google.golang.org/grpc v1.56.1
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
124 changes: 114 additions & 10 deletions go.sum

Large diffs are not rendered by default.

0 comments on commit a357ac0

Please sign in to comment.