-
Notifications
You must be signed in to change notification settings - Fork 430
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
Go modules #231
Go modules #231
Conversation
Welcome @vincepri! |
4436fc8
to
4322dbf
Compare
Note that his also updated the Azure Go SDK to the latest version |
/assign @justaugustus |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vincepri -- This is amazing! Switching to go modules was on my backlog, so you're saving me a bunch of time. ❤️
I dropped a few nits as code suggestions.
Additionally, before we merge this, we need to make sure capz developers know how to manipulate dependencies, now that they're changing dramatically.
Can you add notes in docs/development.md
which link out to docs/dependencies.md
which detail the new hack scripts that were added, as well as how to bump modules?
go.mod
Outdated
github.com/Azure/azure-sdk-for-go v31.1.0+incompatible | ||
github.com/Azure/go-autorest v11.5.2+incompatible | ||
github.com/appscode/jsonpatch v0.0.0-20190108182946-7c0e3b262f30 // indirect | ||
github.com/census-instrumentation/opencensus-proto v0.1.0 // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm surprised this works. I was running into issues here:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might have had the same issue in CAPA, but it seems that doesn't happen when using go mod
One more thing... please capture the |
4589a87
to
5825951
Compare
Signed-off-by: Vince Prignano <vincepri@vmware.com>
Thanks again, @vincepri! Alright, here goes nothing... |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justaugustus, vincepri The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/pony party |
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
...and maybe a doggo for good measure |
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: Vince Prignano vincepri@vmware.com
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #195
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
Release note: