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

Some dependency confilict, not able to boot up following instructions #4

Closed
alok87 opened this issue Nov 25, 2018 · 4 comments · Fixed by #5
Closed

Some dependency confilict, not able to boot up following instructions #4

alok87 opened this issue Nov 25, 2018 · 4 comments · Fixed by #5

Comments

@alok87
Copy link

alok87 commented Nov 25, 2018

  • Cloned repo
  • DATABASE_URL exported
  • Installed dependencies
$ dep init
  • Failing in build
# github.com/dhax/go-base/auth/jwt
auth/jwt/claims.go:17: undefined: jwtauth.Claims
auth/jwt/claims.go:52: undefined: jwtauth.Claims
auth/jwt/token.go:40: undefined: jwtauth.Claims
auth/jwt/token.go:41: undefined: jwtauth.Claims
auth/jwt/tokenauth.go:41: undefined: jwtauth.Claims
auth/jwt/tokenauth.go:54: undefined: jwtauth.Claims
auth/jwt/tokenauth.go:62: undefined: jwtauth.Claims
# github.com/dhax/go-base/vendor/github.com/go-pg/migrations
vendor/github.com/go-pg/migrations/db.go:17: syntax error: unexpected = in type declaration```
@alok87 alok87 changed the title Some dependency confilict, not able to boot up following instrictions Some dependency confilict, not able to boot up following instructions Nov 25, 2018
@piotrkochan piotrkochan mentioned this issue Nov 26, 2018
@piotrkochan
Copy link
Contributor

Should work

@simonbergstrom
Copy link

got the same error... Using go1.10.2 darwin/amd64 on unix. Will the PR be merged for the fix or what is the status for this issue?

@piotrkochan
Copy link
Contributor

Repository looks abandoned, I've think you should clone repository and checkout to this PR

@dhax
Copy link
Owner

dhax commented Jan 14, 2019

Hey, sorry for late response. I converted the project to go mod, that should help with the dependency issues.

@piotrkochan Thanks a lot for the pull request, it will get merged right away.

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

Successfully merging a pull request may close this issue.

4 participants