You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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, ***@***.***> 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
<#40 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHSKEOSJ3NP3QQ7K4N3BAM3RXTJE5ANCNFSM4ODLMMLQ>
.
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.
The text was updated successfully, but these errors were encountered: