Last-Update: 2016-03-17
Forwarded: no
Bug-Upstream: https://github.com/jeromer/syslogparser/issues/8
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Description: use "golang-check.v1-dev"

--- a/rfc3164/rfc3164_test.go
+++ b/rfc3164/rfc3164_test.go
@@ -2,9 +2,9 @@
 
 import (
 	"bytes"
 	"github.com/jeromer/syslogparser"
-	. "launchpad.net/gocheck"
+	. "gopkg.in/check.v1"
 	"testing"
 	"time"
 )
 
--- a/rfc5424/rfc5424_test.go
+++ b/rfc5424/rfc5424_test.go
@@ -2,9 +2,9 @@
 
 import (
 	"fmt"
 	"github.com/jeromer/syslogparser"
-	. "launchpad.net/gocheck"
+	. "gopkg.in/check.v1"
 	"testing"
 	"time"
 )
 
--- a/syslogparser_test.go
+++ b/syslogparser_test.go
@@ -1,8 +1,8 @@
 package syslogparser
 
 import (
-	. "launchpad.net/gocheck"
+	. "gopkg.in/check.v1"
 	"testing"
 )
 
 // Hooks up gocheck into the gotest runner.
