Updating dependencies on gorealis and thrift.

This commit is contained in:
Renan DelValle 2018-09-16 21:22:35 -07:00
parent b50fdf8fff
commit ce71939546
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
2 changed files with 30 additions and 9 deletions

View file

@ -2,12 +2,13 @@ required = ["git.apache.org/thrift.git/lib/go/thrift"]
[[constraint]]
name = "github.com/paypal/gorealis"
branch = "develop"
branch = "master"
[[constraint]]
name = "github.com/spf13/cobra"
revision = "0c34d16c3123764e413b9ed982ada58b1c3d53ea"
[[constraint]]
name = "git.apache.org/thrift.git"
version = "0.10.0"
name = "git.apache.org/thrift.git"
branch = "0.10.0-http-client-fix"
source = "github.com/rdelval/thrift"