From 2639452967e66c4840164c36817234d3e7c12ac1 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 23 Nov 2015 16:02:16 -0800 Subject: Fixing godep --- Godeps/_workspace/src/github.com/braintree/manners/server_test.go | 2 +- Godeps/_workspace/src/github.com/braintree/manners/transition_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Godeps/_workspace/src/github.com/braintree') diff --git a/Godeps/_workspace/src/github.com/braintree/manners/server_test.go b/Godeps/_workspace/src/github.com/braintree/manners/server_test.go index e73613aa8..1ab7f19b4 100644 --- a/Godeps/_workspace/src/github.com/braintree/manners/server_test.go +++ b/Godeps/_workspace/src/github.com/braintree/manners/server_test.go @@ -1,7 +1,7 @@ package manners import ( - helpers "github.com/mattermost/platform/Godeps/_workspace/src/github.com/braintree/manners/test_helpers" + helpers "github.com/braintree/manners/test_helpers" "net" "net/http" "testing" diff --git a/Godeps/_workspace/src/github.com/braintree/manners/transition_test.go b/Godeps/_workspace/src/github.com/braintree/manners/transition_test.go index 303ff1e98..34fe5c688 100644 --- a/Godeps/_workspace/src/github.com/braintree/manners/transition_test.go +++ b/Godeps/_workspace/src/github.com/braintree/manners/transition_test.go @@ -1,7 +1,7 @@ package manners import ( - helpers "github.com/mattermost/platform/Godeps/_workspace/src/github.com/braintree/manners/test_helpers" + helpers "github.com/braintree/manners/test_helpers" "net/http" "strings" "testing" -- cgit v1.2.3-1-g7c22