Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

go mod tidy #1466

Merged
merged 1 commit into from
Feb 17, 2020
Merged

go mod tidy #1466

merged 1 commit into from
Feb 17, 2020

Conversation

gdbelvin
Copy link
Contributor

No description provided.

@gdbelvin gdbelvin requested a review from a team as a code owner February 17, 2020 09:02
@codecov
Copy link

codecov bot commented Feb 17, 2020

Codecov Report

Merging #1466 into master will increase coverage by 0.22%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1466      +/-   ##
==========================================
+ Coverage   67.83%   68.05%   +0.22%     
==========================================
  Files          54       54              
  Lines        4026     4026              
==========================================
+ Hits         2731     2740       +9     
+ Misses        893      884       -9     
  Partials      402      402
Impacted Files Coverage Δ
core/sequencer/election/tracker.go 80.45% <0%> (+10.34%) ⬆️

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 557aa84...fbfc388. Read the comment docs.

@@ -21,7 +20,7 @@ require (
github.com/golang/protobuf v1.3.3
github.com/golangci/golangci-lint v1.21.0 // indirect
github.com/google/certificate-transparency-go v1.1.0 // indirect
github.com/google/go-cmp v0.3.1
github.com/google/go-cmp v0.4.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm surprised go mod tidy has updated a dependency - I thought it just added missing dependencies and pruned unused ones.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go build and go mod tidy can update dependencies when the graph of minimum versions across all dependencies changes.

@RJPercival RJPercival assigned gdbelvin and unassigned RJPercival Feb 17, 2020
@gdbelvin gdbelvin merged commit cd0b76c into google:master Feb 17, 2020
@gdbelvin gdbelvin deleted the gen branch February 17, 2020 10:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants