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

Update dependencies #130

Closed
wants to merge 1 commit into from
Closed

Update dependencies #130

wants to merge 1 commit into from

Conversation

eliasdaler
Copy link

Fixes #128

As said in the issue, git.apache.org/thrift.git has moved to github.com/apache/thrift and some indirect dependency still used it. I didn't find which one it was, but after updating dependencies, the problem is gone + I've run "go mod tidy" and a lot of dependencies are not needed anymore, which is good.

@codecov-io
Copy link

codecov-io commented Sep 12, 2019

Codecov Report

Merging #130 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #130   +/-   ##
=======================================
  Coverage   99.96%   99.96%           
=======================================
  Files          38       38           
  Lines        5323     5323           
=======================================
  Hits         5321     5321           
  Misses          1        1           
  Partials        1        1

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 1398296...3de5476. Read the comment docs.

@eliasdaler eliasdaler closed this by deleting the head repository Nov 30, 2022
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.

update dependencies in go.mod
2 participants