Packet-Clearing-House / DNSAuth

Go-lang app to aggregate DNS queries to 1 minute buckets and write them to influxdb
MIT License
2 stars 2 forks source link

"cannot find package" for gobgp #12

Closed mrjones-plip closed 6 years ago

mrjones-plip commented 6 years ago

When I follow the Install instructions and I get to this step:

env GIT_TERMINAL_PROMPT=1 go get -u github.com/Packet-Clearing-House/DNSAuth/...

I get an error:

package github.com/osrg/gobgp/config: cannot find package "github.com/osrg/gobgp/config" in any of:
        /usr/lib/go-1.10/src/github.com/osrg/gobgp/config (from $GOROOT)
        /root/go/src/github.com/osrg/gobgp/config (from $GOPATH)
package github.com/osrg/gobgp/packet/bgp: cannot find package "github.com/osrg/gobgp/packet/bgp" in any of:
        /usr/lib/go-1.10/src/github.com/osrg/gobgp/packet/bgp (from $GOROOT)
        /root/go/src/github.com/osrg/gobgp/packet/bgp (from $GOPATH)
package github.com/osrg/gobgp/server: cannot find package "github.com/osrg/gobgp/server" in any of:
        /usr/lib/go-1.10/src/github.com/osrg/gobgp/server (from $GOROOT)
        /root/go/src/github.com/osrg/gobgp/server (from $GOPATH)
mrjones-plip commented 6 years ago

@alexisfasquel - you free to look into this?

mrjones-plip commented 6 years ago

@unix1 - confirmed this works after your fix and after my merge to master - thanks!