diff --git a/vendor/github.com/subgraph/go-procsnitch/proc_pid.go b/vendor/github.com/subgraph/go-procsnitch/proc_pid.go index 8338fd2..a34c9b1 100644 --- a/vendor/github.com/subgraph/go-procsnitch/proc_pid.go +++ b/vendor/github.com/subgraph/go-procsnitch/proc_pid.go @@ -23,6 +23,7 @@ type Info struct { FirstArg string ParentCmdLine string ParentExePath string + Sandbox string } type pidCache struct {