Some dependency confilict, not able to boot up following instructions
alok87 opened this issue · 4 comments
alok87 commented
- 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```
piotrkochan commented
Should work
simonbergstrom commented
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 commented
Repository looks abandoned, I've think you should clone repository and checkout to this PR
dhax commented
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.