Description: use better version of gocheck
Author: Thorsten Alteholz <debian@alteholz.de>
Index: golang-github-pearkes-dnsimple/domain_test.go
===================================================================
--- golang-github-pearkes-dnsimple.orig/domain_test.go	2019-11-03 21:43:28.164054643 +0000
+++ golang-github-pearkes-dnsimple/domain_test.go	2019-11-03 22:31:21.812499204 +0000
@@ -3,7 +3,7 @@
 import (
 	"time"
 
-	. "github.com/motain/gocheck"
+	. "github.com/go-check/check"
 )
 
 func (s *S) Test_GetDomains(c *C) {
Index: golang-github-pearkes-dnsimple/record_test.go
===================================================================
--- golang-github-pearkes-dnsimple.orig/record_test.go	2019-11-03 21:43:28.164054643 +0000
+++ golang-github-pearkes-dnsimple/record_test.go	2019-11-03 22:31:13.104061473 +0000
@@ -5,7 +5,7 @@
 	"strings"
 	"testing"
 
-	. "github.com/motain/gocheck"
+	. "github.com/go-check/check"
 )
 
 func Test(t *testing.T) {
