Skip to content

Commit

Permalink
bump syndtr/gocapability d98352740cb2c55f81556b63d4a1ec64c5a319c2
Browse files Browse the repository at this point in the history
full diff: syndtr/gocapability@2c00dae...d983527

relevant changes:

- syndtr/gocapability#11 Add support for ambient capabilities
- syndtr/gocapability#13 Fix issue moby#12: break too early
- syndtr/gocapability#16 Fix capHeader.pid type

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah authored and kiku-jw committed May 16, 2019
1 parent f68f796 commit 3b038d4
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 32 deletions.
2 changes: 1 addition & 1 deletion vendor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ github.com/seccomp/libseccomp-golang 32f571b70023028bd57d9288c20e
# libcontainer deps (see src/github.com/opencontainers/runc/Godeps/Godeps.json)
github.com/coreos/go-systemd 39ca1b05acc7ad1220e09f133283b8859a8b71ab # v17
github.com/godbus/dbus 5f6efc7ef2759c81b7ba876593971bfce311eab3 # v4.0.0
github.com/syndtr/gocapability 2c00daeb6c3b45114c80ac44119e7b8801fdd852
github.com/syndtr/gocapability d98352740cb2c55f81556b63d4a1ec64c5a319c2
github.com/golang/protobuf aa810b61a9c79d51363740d207bb46cf8e620ed5 # v1.2.0

# gelf logging driver deps
Expand Down
91 changes: 76 additions & 15 deletions vendor/github.com/syndtr/gocapability/capability/capability.go

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.

4 changes: 4 additions & 0 deletions vendor/github.com/syndtr/gocapability/capability/enum.go

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.

0 comments on commit 3b038d4

Please sign in to comment.