We are running a spike to determine how or indeed if we can migrate our stack to Go modules. We depend on v2.0.0 https://github.com/gbrlsnchs/jwt but it is neither converted to a module itself nor does it adhere to the Go convention of putting major versions under sub-folders.
What are our options here when it come to converting our internal package to a module that has this dependency?