diff --git a/version_test.go b/version_test.go index 887068d..255ceee 100644 --- a/version_test.go +++ b/version_test.go @@ -1,8 +1,9 @@ package main import ( - . "launchpad.net/gocheck" "testing" + + . "gopkg.in/check.v1" ) func Test(t *testing.T) { TestingT(t) }