File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package format
3
3
import (
4
4
"testing"
5
5
6
- . "launchpad.net/gocheck "
6
+ . "gopkg.in/check.v1 "
7
7
)
8
8
9
9
func Test (t * testing.T ) { TestingT (t ) }
Original file line number Diff line number Diff line change 1
1
package format
2
2
3
3
import (
4
- . "launchpad.net/gocheck "
4
+ . "gopkg.in/check.v1 "
5
5
)
6
6
7
7
func (s * FormatSuite ) TestRFC3164_SingleSplit (c * C ) {
Original file line number Diff line number Diff line change 1
1
package format
2
2
3
3
import (
4
- . "launchpad.net/gocheck "
4
+ . "gopkg.in/check.v1 "
5
5
)
6
6
7
7
func (s * FormatSuite ) TestRFC5424_SingleSplit (c * C ) {
Original file line number Diff line number Diff line change 6
6
"fmt"
7
7
"strings"
8
8
9
- . "launchpad.net/gocheck "
9
+ . "gopkg.in/check.v1 "
10
10
)
11
11
12
12
func (s * FormatSuite ) TestRFC6587_GetSplitFuncSingleSplit (c * C ) {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package syslog
2
2
3
3
import (
4
4
"github.com/jeromer/syslogparser"
5
- . "launchpad.net/gocheck "
5
+ . "gopkg.in/check.v1 "
6
6
)
7
7
8
8
type HandlerSuite struct {}
Original file line number Diff line number Diff line change 8
8
"time"
9
9
10
10
"github.com/jeromer/syslogparser"
11
- . "launchpad.net/gocheck "
11
+ . "gopkg.in/check.v1 "
12
12
)
13
13
14
14
func Test (t * testing.T ) { TestingT (t ) }
Original file line number Diff line number Diff line change 8
8
"io"
9
9
"time"
10
10
11
- . "launchpad.net/gocheck "
11
+ . "gopkg.in/check.v1 "
12
12
)
13
13
14
14
func getServerConfig () * tls.Config {
You can’t perform that action at this time.
0 commit comments