-
Notifications
You must be signed in to change notification settings - Fork 6
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
update package aws-sdk-go-v2 for a bug fix #2
Conversation
@zengmin-wish I just landed a large cleanup of this repos layout (#3) can you (1) rebase (2) re-run dep ensure and (3) include the vendor dir changes (you'll get them now :) ) |
there are some API change so it won't even compile. Will try to fix them but it may take a while. |
btw, now that we add the 'vendor' directory in the repo, changes like this one become very huge. Wondering why we add the vendor directory? We are not going to change anything in it directly, do we? |
I messed up this one, close it and use #4 instead. |
This is for https://phab.wish.com/T134608
What I did here is to run:
dep ensure -update github.com/aws/aws-sdk-go-v2
and it updated Gopkg.lock. It seems it automatically removed several dependencies which I'm not sure why. I'm new to Go and its dependency management, so please let me know if there are something else I need to check/verify.
@tvi @jacksontj