Skip to content

Commit

Permalink
hccshim: bumped hcsshim to v0.8.5
Browse files Browse the repository at this point in the history
Many transitive dependencies have been updated.

This update includes our [PR](microsoft/hcsshim#431)
to the syscall watcher

All the tests pass with no major API changes

Signed-off-by: Arjun Sreedharan <asreedharan@pivotal.io>
  • Loading branch information
achasveachas authored and arjun024 committed Jan 29, 2019
1 parent 7ac71de commit 86ccfce
Show file tree
Hide file tree
Showing 1,013 changed files with 142,938 additions and 36,122 deletions.
202 changes: 166 additions & 36 deletions Gopkg.lock

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

8 changes: 7 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ required = ["github.com/onsi/ginkgo/ginkgo"]
[[constraint]]
name = "github.com/Microsoft/hcsshim"
source = "github.com/greenhouse-org/hcsshim"
branch = "extra-endpoint-info"
branch = "upstream-v0.8.5-mod"

[[constraint]]
branch = "master"
Expand Down Expand Up @@ -78,3 +78,9 @@ required = ["github.com/onsi/ginkgo/ginkgo"]
[[constraint]]
branch = "master"
name = "code.cloudfoundry.org/filelock"

# This is done to address an issue with dep
# See https://github.com/golang/dep/issues/1799
[[override]]
source = "https://github.com/fsnotify/fsnotify"
name = "gopkg.in/fsnotify.v1"
Loading

0 comments on commit 86ccfce

Please sign in to comment.