-
Notifications
You must be signed in to change notification settings - Fork 421
Closed
Description
I am trying to follow the steps in the migration guide however, I am getting the following error with go mod tidy:
go mod tidy
go: finding module for package github.com/golang-jwt/jwt/test
go: finding module for package github.com/golang-jwt/jwt/request
go: finding module for package github.com/golang-jwt/jwt
go: found github.com/golang-jwt/jwt in github.com/golang-jwt/jwt v3.2.1+incompatible
go: found github.com/golang-jwt/jwt/request in github.com/golang-jwt/jwt v3.2.1+incompatible
go: found github.com/golang-jwt/jwt/test in github.com/golang-jwt/jwt v3.2.1+incompatible
go: github.com/golang-jwt/[email protected]+incompatible used for two different module paths (github.com/dgrijalva/jwt-go and github.com/golang-jwt/jwt)
Here is the PR: upbound/universal-crossplane#167
Any ideas how to fix that?
Metadata
Metadata
Assignees
Labels
No labels