You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: