Skip to content

Commit

Permalink
Merge pull request #9 from universalcore/feature/adhoc-godep
Browse files Browse the repository at this point in the history
Use Godep to manage dependencies
  • Loading branch information
JayH5 committed Apr 8, 2016
2 parents e68d84d + 6b298ee commit ef2fa51
Show file tree
Hide file tree
Showing 55 changed files with 6,093 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
@@ -1,10 +1,8 @@
language: go
go:
- 1.4
- 1.6
# - tip
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
- goveralls -service=travis-ci
50 changes: 50 additions & 0 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Godeps/Readme

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion logdriver.go
Expand Up @@ -9,7 +9,7 @@ import (
"path/filepath"
"strconv"

"github.com/ActiveState/tail"
"github.com/hpcloud/tail"
"github.com/gorilla/mux"
)

Expand Down
2 changes: 1 addition & 1 deletion logdriver_test.go
Expand Up @@ -9,7 +9,7 @@ import (
"testing"
"time"

"github.com/ActiveState/tail"
"github.com/hpcloud/tail"
)

type LogDriverTest struct {
Expand Down
19 changes: 19 additions & 0 deletions vendor/github.com/gorilla/context/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions vendor/github.com/gorilla/context/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions vendor/github.com/gorilla/context/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

143 changes: 143 additions & 0 deletions vendor/github.com/gorilla/context/context.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

82 changes: 82 additions & 0 deletions vendor/github.com/gorilla/context/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions vendor/github.com/gorilla/mux/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef2fa51

Please sign in to comment.