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

cannot use stat.Fstypename[:] (type []byte) as type []int8 in argument to common.IntToString #10

Closed
dpogorzelski opened this issue Mar 26, 2021 · 3 comments
Assignees

Comments

@dpogorzelski
Copy link

Hello all, during dependency upgrade process I came across this issue, (Darwin only it seems):

../../../go/pkg/mod/github.com/hashicorp/[email protected]+incompatible/disk/disk_darwin.go:117:43: cannot use stat.Fstypename[:] (type []byte) as type []int8 in argument to common.IntToString
@dpogorzelski
Copy link
Author

I cannot open an issue on the actual gopsutil repo as that tab is disabled it seems

@lgfa29
Copy link
Contributor

lgfa29 commented Aug 19, 2021

Hi @dpogorzelski, sorry for missing this issue!

Is this still a problem? Which dependency were you trying to update?

@lgfa29 lgfa29 self-assigned this Aug 19, 2021
@angrycub
Copy link

Fixed by #16 - Switching away from the fork to shirou/gopsutil/[email protected] includes the fix from shirou/gopsutil#970.

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

No branches or pull requests

3 participants