zaquestion / lab

Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
https://zaquestion.github.io/lab
Creative Commons Zero v1.0 Universal
1.1k stars 103 forks source link

go modules cleanup #829

Closed bmeneg closed 2 years ago

bmeneg commented 2 years ago

This is a simple go modules cleanup patch to remove old dependencies that are no longer used, like go-git v5 (even though we have plans to re-add it in the future).

Signed-off-by: Bruno Meneguele bmeneg@redhat.com

codecov[bot] commented 2 years ago

Codecov Report

Merging #829 (08a9c39) into master (597c718) will decrease coverage by 0.00%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #829      +/-   ##
==========================================
- Coverage   56.24%   56.24%   -0.01%     
==========================================
  Files          77       77              
  Lines        5771     5775       +4     
==========================================
+ Hits         3246     3248       +2     
- Misses       2235     2236       +1     
- Partials      290      291       +1     
Impacted Files Coverage Δ
internal/gitlab/gitlab.go 7.64% <0.00%> (ø)
cmd/util.go 74.37% <0.00%> (-0.28%) :arrow_down:

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 58af7c1...08a9c39. Read the comment docs.