File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
2
matrix :
3
3
include :
4
- - go : ' 1.4 '
4
+ - go : ' 1.6 '
5
5
before_script :
6
6
- go get golang.org/x/tools/cmd/cover
7
- - go get golang.org/x/tools/cmd/vet
8
7
- go get github.com/golang/lint/golint
9
8
- go get github.com/modocache/gover
10
9
- go get github.com/mattn/goveralls
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ import (
6
6
"fmt"
7
7
"io"
8
8
9
+ "code.cloudfoundry.org/lager"
9
10
"github.com/onsi/gomega/format"
10
11
"github.com/onsi/gomega/gbytes"
11
12
"github.com/onsi/gomega/types"
12
- "github.com/pivotal-golang/lager"
13
13
)
14
14
15
15
type logEntry lager.LogFormat
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ import (
8
8
"strings"
9
9
"testing"
10
10
11
+ "code.cloudfoundry.org/lager"
12
+ "code.cloudfoundry.org/lager/lagertest"
11
13
. "github.com/onsi/ginkgo"
12
14
. "github.com/onsi/gomega"
13
15
"github.com/onsi/gomega/gbytes"
14
16
"github.com/onsi/gomega/types"
15
- "github.com/pivotal-golang/lager"
16
- "github.com/pivotal-golang/lager/lagertest"
17
17
. "github.com/st3v/glager"
18
18
)
19
19
You can’t perform that action at this time.
0 commit comments