From df6dbadf6861aa87140282b0b10ceb7d0d4a1175 Mon Sep 17 00:00:00 2001
From: Renan DelValle <renanidelvalle+noreply@gmail.com>
Date: Tue, 23 Jan 2018 17:48:38 -0800
Subject: [PATCH] Pinning down go thrift library at 0.10.0 as 0.11.0 is not
 compatible with the code base.

---
 Gopkg.lock | 15 ++++-----------
 Gopkg.toml |  7 ++++++-
 2 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/Gopkg.lock b/Gopkg.lock
index 1aa1b7e..2bb75cd 100644
--- a/Gopkg.lock
+++ b/Gopkg.lock
@@ -4,8 +4,8 @@
 [[projects]]
   name = "git.apache.org/thrift.git"
   packages = ["lib/go/thrift"]
-  revision = "327ebb6c2b6df8bf075da02ef45a2a034e9b79ba"
-  version = "0.11.0"
+  revision = "b2a4d4ae21c789b689dd162deb819665567f481c"
+  version = "0.10.0"
 
 [[projects]]
   name = "github.com/inconshreveable/mousetrap"
@@ -38,8 +38,7 @@
 [[projects]]
   name = "github.com/spf13/cobra"
   packages = ["."]
-  revision = "7b2c5ac9fc04fc5efafb60700713d4fa609b777b"
-  version = "v0.0.1"
+  revision = "0c34d16c3123764e413b9ed982ada58b1c3d53ea"
 
 [[projects]]
   name = "github.com/spf13/pflag"
@@ -47,15 +46,9 @@
   revision = "e57e3eeb33f795204c1ca35f56c44f83227c6e66"
   version = "v1.0.0"
 
-[[projects]]
-  branch = "master"
-  name = "golang.org/x/net"
-  packages = ["context"]
-  revision = "5ccada7d0a7ba9aeb5d3aca8d3501b4c2a509fec"
-
 [solve-meta]
   analyzer-name = "dep"
   analyzer-version = 1
-  inputs-digest = "664dfc688b42344f836696146fd1bea8045851b4be6576db8be18d05ba1793f7"
+  inputs-digest = "e80e920e8ce403740797f4b5428c7e3380244d0b4cba4faa9e22cf1bee6beeea"
   solver-name = "gps-cdcl"
   solver-version = 1
diff --git a/Gopkg.toml b/Gopkg.toml
index 0eadd5d..d644063 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -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"