From 0277c02a8437c848c3c12ac561c403127b50b510 Mon Sep 17 00:00:00 2001 From: Markus Zimmermann Date: Sat, 29 Oct 2016 16:39:02 +0200 Subject: [PATCH] Migrate from github.com/stretchrcom/testify to github.com/stretchr/testify The author has changed his name. Fixes #26 --- diffmatchpatch/dmp_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diffmatchpatch/dmp_test.go b/diffmatchpatch/dmp_test.go index c599ecb..403166c 100644 --- a/diffmatchpatch/dmp_test.go +++ b/diffmatchpatch/dmp_test.go @@ -11,7 +11,7 @@ import ( "time" "unicode/utf8" - "github.com/stretchrcom/testify/assert" + "github.com/stretchr/testify/assert" ) func caller() string {