File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package format
33import (
44 "testing"
55
6- . "launchpad.net/gocheck "
6+ . "gopkg.in/check.v1 "
77)
88
99func Test (t * testing.T ) { TestingT (t ) }
Original file line number Diff line number Diff line change 11package format
22
33import (
4- . "launchpad.net/gocheck "
4+ . "gopkg.in/check.v1 "
55)
66
77func (s * FormatSuite ) TestRFC3164_SingleSplit (c * C ) {
Original file line number Diff line number Diff line change 11package format
22
33import (
4- . "launchpad.net/gocheck "
4+ . "gopkg.in/check.v1 "
55)
66
77func (s * FormatSuite ) TestRFC5424_SingleSplit (c * C ) {
Original file line number Diff line number Diff line change 66 "fmt"
77 "strings"
88
9- . "launchpad.net/gocheck "
9+ . "gopkg.in/check.v1 "
1010)
1111
1212func (s * FormatSuite ) TestRFC6587_GetSplitFuncSingleSplit (c * C ) {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package syslog
22
33import (
44 "github.com/jeromer/syslogparser"
5- . "launchpad.net/gocheck "
5+ . "gopkg.in/check.v1 "
66)
77
88type HandlerSuite struct {}
Original file line number Diff line number Diff line change 88 "time"
99
1010 "github.com/jeromer/syslogparser"
11- . "launchpad.net/gocheck "
11+ . "gopkg.in/check.v1 "
1212)
1313
1414func Test (t * testing.T ) { TestingT (t ) }
Original file line number Diff line number Diff line change 88 "io"
99 "time"
1010
11- . "launchpad.net/gocheck "
11+ . "gopkg.in/check.v1 "
1212)
1313
1414func getServerConfig () * tls.Config {
You can’t perform that action at this time.
0 commit comments