subgraph / roflcoptor

Tor Control Port Filter and State Tracker Daemon
BSD 3-Clause "New" or "Revised" License
25 stars 8 forks source link

broken build #41

Closed david415 closed 8 years ago

david415 commented 8 years ago
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
david415 commented 8 years ago

nevermind