user@subgraph:~/gopath/src/github.com/subgraph/roflcoptor$ go build
# github.com/subgraph/roflcoptor
./main.go:136: cannot use procsnitchClient (type *client.SnitchClient) as type "github.com/subgraph/go-procsnitch".ProcInfo in argument to NewProxyListener:
*client.SnitchClient does not implement "github.com/subgraph/go-procsnitch".ProcInfo (wrong type for LookupTCPSocketProcess method)
have LookupTCPSocketProcess(uint16, net.IP, uint16) *"github.com/subgraph/procsnitchd/vendor/github.com/subgraph/go-procsnitch".Info
want LookupTCPSocketProcess(uint16, net.IP, uint16) *"github.com/subgraph/go-procsnitch".Info
user@subgraph:~/gopath/src/github.com/subgraph/roflcoptor$ ls