akutan
akutan copied to clipboard
use of vendored package not allowed
Hi, while building akutan with make build facing following error.
go install github.com/ebay/akutan/... src/vendor/golang.org/x/net/http2/frame.go:17:2: use of vendored package not allowed src/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:28:2: use of vendored package not allowed src/vendor/golang.org/x/net/http2/transport.go:33:2: use of vendored package not allowed /usr/local/go/src/vendor/golang.org/x/text/secure/bidirule/bidirule.go:15:2: use of vendored package not allowed /usr/local/go/src/vendor/golang.org/x/net/idna/idna10.0.0.go:27:2: use of vendored package not allowed src/vendor/golang.org/x/net/http2/frame.go:18:2: use of vendored package not allowed make: *** [Makefile:89: build] Error 1
any help appreciated.
What version of go are you using? this is probably related to the changes in go around package management/modules over the last few version. I was able to build ok on go 1.12.7.
iam using latest version 1.14.4.
it is working if you remove src/vendor folder and put it inside GOPATH. but i think it is probably not a good solution.
Thanks.
Thanks Ebay/Akutan.
iam using latest version 1.14.4.
it is working if you remove src/vendor folder and put it inside GOPATH. but i think it is probably not a good solution.
and I don't find and any integrated graph visualization tool,to visualize the data in RDF. any help appreciated.
Thanks.
On Sat., 20 Jun. 2020, 21:03 Simon Fell, [email protected] wrote:
What version of go are you using? this is probably related to the changes in go around package management/modules over the last few version. I was able to build ok on go 1.12.7.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/eBay/akutan/issues/40#issuecomment-647010382, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHSKEOSJ3NP3QQ7K4N3BAM3RXTJE5ANCNFSM4ODLMMLQ .
It probably should be updated to use modules. There's no graph visualization tool.