-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove the git submodule #19
Comments
Hello @haoel , I didn't know they broke submodules again. They don't seem to like them. I want to keep the vendor in as otherwise people will just not know what to do and move away. I am however fine with dropping submodules and vendoring the code directly. If you would like to get a PR ready for that, I am more than happy to review&merge. Thanks, |
I have a questions, if we moved the submodule, the Regards, |
Not sure I fully understand what you mean.
The only difference would be that we copy the whole vendored code directly into the repo instead of using submodules. |
sorry for late response. I think, maybe we can use standard package dependency management way to manage the dependency instead of we manually do that. |
Hi
I notice this project includes another project (
github.com/dgrijalva
) by using git submodule.However, this raises an error while using
go get
with -u options, it reportsvendor/github.com/dgrijalva/jwt-go/.git exists but is not a directory
Actually this is a go-lang's issue: golang/go#17522 (golang haven't fixed this yet)
The main reason to open this issue is that I think it's better to use standardized golang package management rather than git submodule.
Thanks,
Hao
The text was updated successfully, but these errors were encountered: