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

fix: fix cli dependencies #603

Merged
merged 3 commits into from Jan 9, 2020
Merged

fix: fix cli dependencies #603

merged 3 commits into from Jan 9, 2020

Conversation

easonlin404
Copy link
Member

@easonlin404 easonlin404 commented Jan 9, 2020

Previously we used clone swag/cli instead of urfave/cli as not compatible with original v1 codes. Now urfave/cli v2 has a different package name. so that we can still use v1.

In the meantime, also drop go1.10 supporting for compatible with urfave/cli.

Also fix #598

@codecov-io
Copy link

codecov-io commented Jan 9, 2020

Codecov Report

Merging #603 into master will decrease coverage by 0.11%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #603      +/-   ##
==========================================
- Coverage   85.94%   85.82%   -0.12%     
==========================================
  Files           7        7              
  Lines        1693     1693              
==========================================
- Hits         1455     1453       -2     
- Misses        149      150       +1     
- Partials       89       90       +1
Impacted Files Coverage Δ
parser.go 80.67% <0%> (-0.22%) ⬇️

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 95cdaaf...3706cab. Read the comment docs.

@easonlin404 easonlin404 requested review from ubogdan, sdghchj and a team January 9, 2020 13:15
@easonlin404
Copy link
Member Author

@swaggo/swaggo-core-team please help review it.

@easonlin404
Copy link
Member Author

I will jump to v1.6.5 if there are no problems.

Copy link
Member

@sdghchj sdghchj left a comment

Choose a reason for hiding this comment

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

LGTM

@easonlin404 easonlin404 added the bug label Jan 9, 2020
Copy link
Contributor

@ubogdan ubogdan left a comment

Choose a reason for hiding this comment

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

LGTM

@ubogdan ubogdan merged commit 5b1151f into master Jan 9, 2020
@easonlin404 easonlin404 deleted the fix-swag-cli-deps branch January 10, 2020 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v1.6.4 broke md2man - blackfriday?
4 participants