Lock gRPC to v1.7.2

This commit is contained in:
joeduffy 2017-12-27 06:35:52 -08:00
parent 86c1e7ad39
commit acc9147ea1
2 changed files with 2 additions and 2 deletions

2
Gopkg.lock generated
View file

@ -249,6 +249,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "01b1f6c048372cd64343444869df4fcf42496764cbd49c6c2caaa88da1457f96"
inputs-digest = "70b9f724d4635dd578c12a951ddcfe2315a569443822eeb162fbba2cbcf7627e"
solver-name = "gps-cdcl"
solver-version = 1

View file

@ -5,7 +5,7 @@
# TODO[pulumi/pulumi#701]: remove this constraint and let updates pick the latest when this bug is fixed.
[[constraint]]
name = "google.golang.org/grpc"
version = "v1.7.2"
version = "=v1.7.2"
[[constraint]]
branch = "master"