Description: test with github.com/go-check/check.
 golang-gocheck is not longer maintained in Debian in favour of
 golang-check.v1.
Author: Daniel Stender <stender@debian.org>
Bug: https://bugs.debian.org/789991
Forwarded: https://github.com/masterzen/simplexml/pull/1

--- a/dom/dom_test.go
+++ b/dom/dom_test.go
@@ -1,7 +1,7 @@
 package dom
 
 import (
-	. "launchpad.net/gocheck"
+	. "gopkg.in/check.v1"
 	"testing"
 )
 
