lightstep / lightstep-tracer-go

The Lightstep distributed tracing library for Go
https://lightstep.com
MIT License
98 stars 54 forks source link

Support Apple M1 by updating gopsutil #286

Closed michsk closed 2 years ago

michsk commented 2 years ago

This change is to update the dependency for github.com/shirou/gopsutil/v3. With the updated version we can now build on Apple M1 without warnings.

Related issues: https://github.com/shirou/gopsutil/issues/976 and https://github.com/shirou/gopsutil/pull/1042

codeboten commented 2 years ago

Superseeded by https://github.com/lightstep/lightstep-tracer-go/pull/288

codeboten commented 2 years ago

Superseeded by https://github.com/lightstep/lightstep-tracer-go/pull/288