Pinning down go thrift library at 0.10.0 as 0.11.0 is not compatible with the code base.

This commit is contained in:
Renan DelValle 2018-01-23 17:48:38 -08:00
parent 118f98e86c
commit df6dbadf68
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
2 changed files with 10 additions and 12 deletions

View file

@ -19,6 +19,7 @@
# name = "github.com/x/y"
# version = "2.4.0"
required = ["git.apache.org/thrift.git/lib/go/thrift"]
[[constraint]]
name = "github.com/paypal/gorealis"
@ -26,4 +27,8 @@
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.1"
revision = "0c34d16c3123764e413b9ed982ada58b1c3d53ea"
[[constraint]]
name = "git.apache.org/thrift.git"
version = "0.10.0"