Skip to content

Commit

Permalink
Change import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiChuzhynov committed Jun 3, 2018
1 parent 53085dd commit 4517dd4
Show file tree
Hide file tree
Showing 24 changed files with 14 additions and 2,325 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ script:
- go test -race -v ./...

go:
- 1.5
- 1.6
- 1.7
- 1.8
- tip
- "1.7"
- "1.8"
- "1.9"
- "1.10"
- "tip"

matrix:
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion cmd/gotail/gotail.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"fmt"
"os"

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

func args2config() (tail.Config, int64) {
Expand Down
6 changes: 3 additions & 3 deletions tail.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import (
"sync"
"time"

"github.com/hpcloud/tail/ratelimiter"
"github.com/hpcloud/tail/util"
"github.com/hpcloud/tail/watch"
"github.com/AndriiChuzhynov/tail/ratelimiter"
"github.com/AndriiChuzhynov/tail/util"
"github.com/AndriiChuzhynov/tail/watch"
"gopkg.in/tomb.v1"
)

Expand Down
4 changes: 2 additions & 2 deletions tail_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
"testing"
"time"

"github.com/hpcloud/tail/ratelimiter"
"github.com/hpcloud/tail/watch"
"github.com/AndriiChuzhynov/tail/ratelimiter"
"github.com/AndriiChuzhynov/tail/watch"
)

func init() {
Expand Down
6 changes: 0 additions & 6 deletions vendor/gopkg.in/fsnotify/fsnotify.v1/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/gopkg.in/fsnotify/fsnotify.v1/.travis.yml

This file was deleted.

34 changes: 0 additions & 34 deletions vendor/gopkg.in/fsnotify/fsnotify.v1/AUTHORS

This file was deleted.

267 changes: 0 additions & 267 deletions vendor/gopkg.in/fsnotify/fsnotify.v1/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 4517dd4

Please sign in to comment.