Skip to content

Commit fe6a6cb

Browse files
authored
Merge pull request #4 from tscolari/master
Update lager import path to use code.cloudfoundry.org
2 parents ad7bd72 + 4bd7132 commit fe6a6cb

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: go
22
matrix:
33
include:
4-
- go: '1.4'
4+
- go: '1.6'
55
before_script:
66
- go get golang.org/x/tools/cmd/cover
7-
- go get golang.org/x/tools/cmd/vet
87
- go get github.com/golang/lint/golint
98
- go get github.com/modocache/gover
109
- go get github.com/mattn/goveralls

glager.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import (
66
"fmt"
77
"io"
88

9+
"code.cloudfoundry.org/lager"
910
"github.com/onsi/gomega/format"
1011
"github.com/onsi/gomega/gbytes"
1112
"github.com/onsi/gomega/types"
12-
"github.com/pivotal-golang/lager"
1313
)
1414

1515
type logEntry lager.LogFormat

glager_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ import (
88
"strings"
99
"testing"
1010

11+
"code.cloudfoundry.org/lager"
12+
"code.cloudfoundry.org/lager/lagertest"
1113
. "github.com/onsi/ginkgo"
1214
. "github.com/onsi/gomega"
1315
"github.com/onsi/gomega/gbytes"
1416
"github.com/onsi/gomega/types"
15-
"github.com/pivotal-golang/lager"
16-
"github.com/pivotal-golang/lager/lagertest"
1717
. "github.com/st3v/glager"
1818
)
1919

0 commit comments

Comments
 (0)