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

Invalid package when compiling source code #7842

Closed
Nickelth opened this issue Feb 22, 2024 · 2 comments
Closed

Invalid package when compiling source code #7842

Nickelth opened this issue Feb 22, 2024 · 2 comments
Labels
type/bug The issue is confirmed as a bug.

Comments

@Nickelth
Copy link

Bug Report

What did you do?

I cloned the latest repository and use "make" command.

What did you expect to see?

Compiling successfully.

What did you see instead?

An error message:
go: github.com/breeswish/gin-jwt/[email protected]: invalid version: resolves to version v2.6.5-0.20211112114546-24b7fddb24dc (v2.6.4-jwt-patch is not a tag)
The problem is this line in go.mod:
github.com/breeswish/gin-jwt/v2 v2.6.4-jwt-patch // indirect
If I delete this line and use "go get github.com/breezewish/gin-jwt", then that's will be fixed.

What version of PD are you using (pd-server -V)?

Version at commit#d6d9fea

@Nickelth Nickelth added the type/bug The issue is confirmed as a bug. label Feb 22, 2024
@rleungx
Copy link
Member

rleungx commented Feb 26, 2024

See #5574

@Nickelth
Copy link
Author

See #5574

Thanks for reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The issue is confirmed as a bug.
Projects
Development

No branches or pull requests

2 participants