Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit c47bd63

Browse files
Bump google.golang.org/grpc (#9147)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.45.0 to 1.56.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.45.0...v1.56.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kyle Baran <[email protected]>
1 parent 5382f8f commit c47bd63

File tree

2 files changed

+1114
-25
lines changed
  • packages/matchmaking/open-match-custom-pods/matchfunction

2 files changed

+1114
-25
lines changed

packages/matchmaking/open-match-custom-pods/matchfunction/go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,16 @@ module lagunalabs/matchmaking/matchfunction
33
go 1.14
44

55
require (
6-
github.com/golang/protobuf v1.5.2
6+
github.com/golang/protobuf v1.5.3
77
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb
8-
google.golang.org/grpc v1.45.0
8+
google.golang.org/grpc v1.56.3
99
lagunalabs/matchmaking/common v0.0.0-00010101000000-000000000000
1010
open-match.dev/open-match v1.3.0
1111
)
1212

1313
require (
14-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
1514
github.com/prometheus/common v0.32.1 // indirect
1615
github.com/prometheus/procfs v0.7.3 // indirect
17-
golang.org/x/sys v0.1.0 // indirect
18-
google.golang.org/protobuf v1.27.1 // indirect
1916
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
2017
)
2118

0 commit comments

Comments
 (0)