Compiling error in master branch

I get this trying to compile actual master branch

GitHub - TykTechnologies/tyk: Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols

./main.go:779: referenceSpec.UseOpenID undefined (type *APISpec has no field or method UseOpenID)
./middleware_openid.go:39: k.TykMiddleware.Spec.OpenIDOptions undefined (type *APISpec has no field or method OpenIDOptions)
./middleware_openid.go:40: k.TykMiddleware.Spec.OpenIDOptions undefined (type *APISpec has no field or method OpenIDOptions)
./middleware_openid.go:148: k.TykMiddleware.Spec.OpenIDOptions undefined (type *APISpec has no field or method OpenIDOptions)

Any clues ?

You will need to pull the latest version of the tykcommon lib

You have this import
GitHub - TykTechnologies/tykcommon: Tyk common objects [DEPRECATED]
in main.go
How this relates to tykcommon in Tyktechnologies ?

It’s the same repository - it was just moved to the TykTechnologies org, just go get -u it and it will uodate