Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump google.golang.org/grpc from 1.31.1 to 1.53.0 in /runner #1699

Open
wants to merge 1 commit into
base: master
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
6 changes: 3 additions & 3 deletions runner/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/go-test/deep v1.0.4
github.com/gogo/protobuf v1.3.1
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.2
github.com/gorilla/mux v1.7.4
github.com/kedacore/keda v1.5.1-0.20201104115818-50bec808f8b4
github.com/mitchellh/mapstructure v1.3.3
Expand All @@ -20,8 +20,8 @@ require (
github.com/spaceuptech/helpers v0.2.1
github.com/spaceuptech/space-api-go v0.17.3
github.com/urfave/cli v1.22.2
google.golang.org/grpc v1.31.1
google.golang.org/protobuf v1.25.0
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
istio.io/api v0.0.0-20200518203817-6d29a38039bd
istio.io/client-go v0.0.0-20200521172153-8555211db875
k8s.io/api v0.18.8
Expand Down
Loading