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

easy: Cleanup the go.mod/sum files #3275

Merged
merged 1 commit into from
May 22, 2020
Merged

easy: Cleanup the go.mod/sum files #3275

merged 1 commit into from
May 22, 2020

Conversation

aleksejuber
Copy link
Contributor

Some of the modules are not used anymore, run go mod tidy to perform a
quick cleanup.

What changed?

A couple of modules are removed from the list using go mod automation

Why?

These changes will appear whenever next go get ... command gets executed, which creates confusing unrelated changes to the module list. Let's cleanup the module list proactively.

How did you test it?

Building the service locally, and BuildKite builds.

Potential risks

Worst case scenario is builds being broken. Revert the PR to fully revert the changes.

Some of the modules are not used anymore, run `go mod tidy` to perform a
quick cleanup.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 68.409% when pulling 54a1ba4 on cleanup_go_mod into 1f3404b on master.

@aleksejuber aleksejuber merged commit 561e01e into master May 22, 2020
@aleksejuber aleksejuber deleted the cleanup_go_mod branch May 28, 2020 11:55
yux0 pushed a commit to yux0/cadence that referenced this pull request May 4, 2021
Some of the modules are not used anymore, run `go mod tidy` to perform a
quick cleanup.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants