Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

fix(deps): update module google.golang.org/grpc to v1.56.3 [security] #208

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
11 changes: 4 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ module github.com/depscloud/api
go 1.16

require (
github.com/golang/protobuf v1.4.3
github.com/grpc-ecosystem/grpc-gateway v1.15.2
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20201104152603-2e45c02ce95c // indirect
google.golang.org/grpc v1.33.1
google.golang.org/protobuf v1.24.0
github.com/golang/protobuf v1.5.3
github.com/grpc-ecosystem/grpc-gateway v1.16.0
google.golang.org/grpc v1.56.3
google.golang.org/protobuf v1.30.0
)
Loading