Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How could I run this benchmarks in go mod environment? #3

Open
cupen opened this issue May 30, 2019 · 0 comments
Open

How could I run this benchmarks in go mod environment? #3

cupen opened this issue May 30, 2019 · 0 comments

Comments

@cupen
Copy link

cupen commented May 30, 2019

This is what I am doing.

$ go version  
go version go1.12.4 linux/amd64
$ git clone https://github.com/json-iterator/go-benchmark
$ cd go-benchmark
$ go mod init github.com/json-iterator/go-benchmark
$ go mod tidy
$ go test ./...
go: finding github.com/json-iterator/go-benchmark/testobject latest
govendor/src/github.com/kardianos/govendor/context/context.go:18:2: use of internal package github.com/kardianos/govendor/internal/pathos not allowed
govendor/src/github.com/kardianos/govendor/context/resolve.go:17:2: use of internal package github.com/kardianos/govendor/internal/vfilepath not allowed
govendor/src/github.com/kardianos/govendor/context/context.go:19:2: use of internal package github.com/kardianos/govendor/internal/vos not allowed
govendor/src/github.com/kardianos/govendor/internal/vfilepath/walk.go:7:2: use of internal package github.com/kardianos/govendor/internal/vos not allowed
govendor/src/github.com/kardianos/govendor/run/filter.go:13:2: use of internal package github.com/kardianos/govendor/internal/pathos not allowed
govendor/src/github.com/kardianos/govendor/vcs/vcs.go:13:2: use of internal package github.com/kardianos/govendor/internal/pathos not allowed
govendor/src/github.com/kardianos/govendor/vcs/bzr.go:13:2: use of internal package github.com/kardianos/govendor/internal/vos not allowed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant