-
Notifications
You must be signed in to change notification settings - Fork 135
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
Use go modules #591
Use go modules #591
Conversation
Thanks for cleaning this up! Can you fix the travis test, I think it's complaining because some vendor script is missing after the update: https://travis-ci.org/github/grafeas/kritis/builds/747482496 |
Looks like it's still failing :( @cjones-shopify |
The Travis-CI pipeline takes quite a long time to run, I'm sorry it's taken so long for me to fix this PR! :< |
No worries, @cjones-shopify! I've recently noticed that Travis might not pass back the build status back -- not sure why. I'll check when this rerun finishes. |
Looks like it's being queued forever :( |
Hi just a quick update that the travis issue seems common due to their migration phase from |
Thank you so much @ooq! |
Dep has been deprecated as of September golang/go#38158 (comment) 2020. This PR removes
dep
and switches the project to use Go modules.