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

更新依赖库, 修复一个问题 #326

Merged
merged 1 commit into from Jan 2, 2022
Merged

更新依赖库, 修复一个问题 #326

merged 1 commit into from Jan 2, 2022

Conversation

guonaihong
Copy link
Owner

在mac电脑上使用go1.17 以及sys库会导致runtime SIGSEGV
gout 会使用go-isatty判断终端, 该库直接依赖sys库, 导致gout间接依赖sys库

mattn/go-isatty#68

所以更新下

在mac电脑上使用go1.17 以及sys库会导致runtime SIGSEGV
gout 会使用go-isatty判断终端, 该库直接依赖sys库, 导致gout间接依赖sys库

mattn/go-isatty#68

所以更新下
@codecov-commenter
Copy link

Codecov Report

Merging #326 (a68a586) into master (5fdb800) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #326   +/-   ##
=======================================
  Coverage   90.90%   90.90%           
=======================================
  Files          45       45           
  Lines        1782     1782           
=======================================
  Hits         1620     1620           
  Misses        108      108           
  Partials       54       54           

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 5fdb800...a68a586. Read the comment docs.

@guonaihong guonaihong merged commit 24b2222 into master Jan 2, 2022
@guonaihong guonaihong deleted the fix-go1.17-sys branch January 2, 2022 05:58
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.

None yet

2 participants