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.11k stars 102 forks source link

go modules update 20230523 #858

Closed prarit closed 1 year ago

prarit commented 1 year ago

Update go modules with 'go get -u ./...' and fix the fallout from the module updates.

Signed-off-by: Prarit Bhargava prarit@redhat.com

claytonrcarter commented 1 year ago

This is great! I have a local build that updates go-gitlab to 0.74 (I think ... I did that to support some local customizations that add support for --assignee=none and a few others), but I never got around to sharing. It looks like you've already got it, though!

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 76.92% and project coverage change: -0.08 :warning:

Comparison is base (fd0dccf) 55.88% compared to head (04c4b1d) 55.81%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #858 +/- ## ========================================== - Coverage 55.88% 55.81% -0.08% ========================================== Files 77 77 Lines 5774 5785 +11 ========================================== + Hits 3227 3229 +2 - Misses 2257 2264 +7 - Partials 290 292 +2 ``` | [Impacted Files](https://app.codecov.io/gh/zaquestion/lab/pull/858?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zaq%3F+Wiedmann) | Coverage Δ | | |---|---|---| | [cmd/label\_list.go](https://app.codecov.io/gh/zaquestion/lab/pull/858?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zaq%3F+Wiedmann#diff-Y21kL2xhYmVsX2xpc3QuZ28=) | `100.00% <ø> (+10.81%)` | :arrow_up: | | [internal/config/config.go](https://app.codecov.io/gh/zaquestion/lab/pull/858?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zaq%3F+Wiedmann#diff-aW50ZXJuYWwvY29uZmlnL2NvbmZpZy5nbw==) | `22.11% <ø> (ø)` | | | [internal/gitlab/gitlab.go](https://app.codecov.io/gh/zaquestion/lab/pull/858?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zaq%3F+Wiedmann#diff-aW50ZXJuYWwvZ2l0bGFiL2dpdGxhYi5nbw==) | `8.60% <0.00%> (-0.01%)` | :arrow_down: | | [cmd/mr\_edit.go](https://app.codecov.io/gh/zaquestion/lab/pull/858?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zaq%3F+Wiedmann#diff-Y21kL21yX2VkaXQuZ28=) | `64.07% <66.66%> (ø)` | | | [cmd/util.go](https://app.codecov.io/gh/zaquestion/lab/pull/858?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zaq%3F+Wiedmann#diff-Y21kL3V0aWwuZ28=) | `74.27% <66.66%> (-0.45%)` | :arrow_down: | | [cmd/issue\_list.go](https://app.codecov.io/gh/zaquestion/lab/pull/858?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zaq%3F+Wiedmann#diff-Y21kL2lzc3VlX2xpc3QuZ28=) | `68.47% <75.00%> (-0.76%)` | :arrow_down: | | [cmd/mr\_list.go](https://app.codecov.io/gh/zaquestion/lab/pull/858?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zaq%3F+Wiedmann#diff-Y21kL21yX2xpc3QuZ28=) | `66.94% <85.71%> (-0.01%)` | :arrow_down: | | [cmd/issue\_create.go](https://app.codecov.io/gh/zaquestion/lab/pull/858?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zaq%3F+Wiedmann#diff-Y21kL2lzc3VlX2NyZWF0ZS5nbw==) | `75.24% <100.00%> (ø)` | | | [cmd/issue\_edit.go](https://app.codecov.io/gh/zaquestion/lab/pull/858?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zaq%3F+Wiedmann#diff-Y21kL2lzc3VlX2VkaXQuZ28=) | `79.68% <100.00%> (ø)` | | | [cmd/label\_delete.go](https://app.codecov.io/gh/zaquestion/lab/pull/858?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zaq%3F+Wiedmann#diff-Y21kL2xhYmVsX2RlbGV0ZS5nbw==) | `100.00% <100.00%> (ø)` | | | ... and [1 more](https://app.codecov.io/gh/zaquestion/lab/pull/858?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zaq%3F+Wiedmann) | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/zaquestion/lab/pull/858/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zaq%3F+Wiedmann)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.