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

go.mod: sort indirect packages, go and replace directive #670

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zchee
Copy link

@zchee zchee commented Feb 26, 2022

Sort indirect packages, go and replace directive

Move indirect packages to the second require section.
Also, move to the go and replace section for can easily find them by putting it at the beginning of the go.mod.

Move indirect packages to the second `require` section.
Also, move to the `go` and `replace` section for can easily find them by putting it at the beginning of the `go.mod`.

Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
@codecov
Copy link

codecov bot commented Feb 26, 2022

Codecov Report

Merging #670 (c2f352c) into master (263902a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #670   +/-   ##
=======================================
  Coverage   27.37%   27.37%           
=======================================
  Files          41       41           
  Lines        4523     4523           
=======================================
  Hits         1238     1238           
  Misses       3134     3134           
  Partials      151      151           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 263902a...c2f352c. Read the comment docs.

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.

None yet

1 participant