-
Notifications
You must be signed in to change notification settings - Fork 8k
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
attempt to support go module #1569
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1569 +/- ##
=======================================
Coverage 99.27% 99.27%
=======================================
Files 39 39
Lines 1928 1928
=======================================
Hits 1914 1914
Misses 10 10
Partials 4 4 Continue to review full report at Codecov.
|
Here are some other |
@rarkins thanks, some deps can upgrade now, but some deps can't. |
@thinkerou Renovate Bot is something I wrote that can be installed into any repo, so if you wanted the PRs here then you could install it. Otherwise, I have set up the "mirror" that will keep in sync each hour or two with this parent repo and always maintain a list of outdated dependencies in PRs for you to see. FYI, I used this repository as one of my test repositories when testing support for go modules in the bot. If you don't want to install the bot but would like to upgrade some of the modules it suggests, you can do this:
GitHub should then let you raise your own PR into this repository from the branch in the mirror. |
@rarkins thanks, got it. Because gin still mainly use |
* support go module * update golint package url * update golint
|
Ensure old version run right and then attempt to support go module.
please @javierprovecho @appleboy help review, thanks!