Skip to content

Commit

Permalink
watcher: fix references to old fsnotify path.
Browse files Browse the repository at this point in the history
Also let dep roll around in the dirt.
  • Loading branch information
stephen committed Oct 27, 2018
1 parent d55f7c6 commit 06825c1
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 53 deletions.
77 changes: 29 additions & 48 deletions Gopkg.lock

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

8 changes: 4 additions & 4 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
branch = "master"
name = "google.golang.org/api"

[[constraint]]
name = "gopkg.in/fsnotify.v1"
version = "~1.2.0"

[[constraint]]
branch = "master"
name = "golang.org/x/crypto"

[[constraint]]
name = "gopkg.in/fsnotify/fsnotify.v1"
version = "1.4.7"
2 changes: 1 addition & 1 deletion watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"path/filepath"
"time"

"gopkg.in/fsnotify.v1"
"gopkg.in/fsnotify/fsnotify.v1"
)

func WaitForReplacement(filename string, op fsnotify.Op,
Expand Down

0 comments on commit 06825c1

Please sign in to comment.