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/jwt@v3.2.1+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?
I am trying to follow the steps in the migration guide however, I am getting the following error with
go mod tidy:Here is the PR: upbound/universal-crossplane#167
Any ideas how to fix that?