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

Unknown revision arising from basictracer-go package #523

Closed
enjoylife opened this issue Feb 3, 2019 · 1 comment
Closed

Unknown revision arising from basictracer-go package #523

enjoylife opened this issue Feb 3, 2019 · 1 comment

Comments

@enjoylife
Copy link
Contributor

enjoylife commented Feb 3, 2019

Just tried out the latest commit #514 on the next branch, but I ran into an issue with the basictracer-go package.

❯ go get github.com/opentracing/basictracer-go
go: finding github.com/opentracing/basictracer-go v1.0.0
go get github.com/opentracing/basictracer-go: unknown revision refs/tags/v1.0.0

No sure if it's something specific to my environment. But flagging here in case others are seeing the same.

git version 2.17.2 (Apple Git-113)
go version go1.11.5 darwin/amd64

@enjoylife
Copy link
Contributor Author

Closing as this resolved as I applied a combination of

  • brew upgrade
  • go clean -modcache
  • rm -rf vendor
  • rm -rf $GOPATH/...gqlgen

Still not 100% sure why go mod was erroring in the first place

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