Description
oauth2 package retains canonical import path from original code, causing packages importing it to substitute the original golang.org/x/oauth2 package instead.
the credentials package in this repo imports oauth2/clientcredentials which has the canonical import path set to golang.org/x/oauth2.