Skip to content
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

Final upgrade for modules #203

Merged
merged 1 commit into from
Jan 21, 2022
Merged

Final upgrade for modules #203

merged 1 commit into from
Jan 21, 2022

Conversation

javuto
Copy link
Collaborator

@javuto javuto commented Jan 21, 2022

Final update of go.mod and go.sum files, this one liner was helpful:

NOWDIR=`PWD`; for i in $(find . -name go.mod -print0 | xargs -0 -n1 dirname); do cd "$i"; echo "Tidy $i"; go get -u; go mod tidy -compat=1.17; cd "$NOWDIR"; done

@javuto javuto added the dependencies Dependencies related issues label Jan 21, 2022
@javuto javuto merged commit 88c5aba into main Jan 21, 2022
@javuto javuto deleted the more-deps-cleanup branch January 21, 2022 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant