Skip to content

Commit

Permalink
Merge pull request kubernetes#676 from vmarmol/release
Browse files Browse the repository at this point in the history
Update inotify dependency.
  • Loading branch information
rjnagal committed May 4, 2015
2 parents 35e8762 + 1a1a1fa commit 61bbe50
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions Godeps/Godeps.json

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

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

2 changes: 1 addition & 1 deletion container/raw/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (
"strings"
"time"

"code.google.com/p/go.exp/inotify"
"github.com/docker/libcontainer/cgroups"
cgroup_fs "github.com/docker/libcontainer/cgroups/fs"
"github.com/docker/libcontainer/configs"
Expand All @@ -34,6 +33,7 @@ import (
"github.com/google/cadvisor/fs"
info "github.com/google/cadvisor/info/v1"
"github.com/google/cadvisor/utils"
"golang.org/x/exp/inotify"
)

type rawContainerHandler struct {
Expand Down

0 comments on commit 61bbe50

Please sign in to comment.