Description: replace motain/gocheck by better version of gocheck
Author: Thorsten Alteholz <debian@alteholz.de>
Index: golang-github-pearkes-cloudflare/api_test.go
===================================================================
--- golang-github-pearkes-cloudflare.orig/api_test.go	2019-11-05 20:15:37.999201480 +0000
+++ golang-github-pearkes-cloudflare/api_test.go	2019-11-05 20:19:25.718660662 +0000
@@ -4,7 +4,7 @@
 	"os"
 	"testing"
 
-	. "github.com/motain/gocheck"
+	. "github.com/go-check/check"
 	"github.com/pearkes/cloudflare/testutil"
 )
 
Index: golang-github-pearkes-cloudflare/record_test.go
===================================================================
--- golang-github-pearkes-cloudflare.orig/record_test.go	2019-11-05 20:15:37.999201480 +0000
+++ golang-github-pearkes-cloudflare/record_test.go	2019-11-05 20:19:16.434193453 +0000
@@ -3,7 +3,7 @@
 import (
 	"testing"
 
-	. "github.com/motain/gocheck"
+	. "github.com/go-check/check"
 )
 
 func TestRecord(t *testing.T) {
