summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/braintree
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/braintree')
-rw-r--r--Godeps/_workspace/src/github.com/braintree/manners/server_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/braintree/manners/transition_test.go2
2 files changed, 2 insertions, 2 deletions
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"