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

Upgrading gopsutil to compile on m1-support #1749

Merged
merged 1 commit into from
Mar 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ require (
github.com/instana/go-sensor v1.4.16
github.com/lightstep/lightstep-tracer-go v0.24.1-0.20210318180546-a67254760a58
github.com/looplab/fsm v0.1.0 // indirect
github.com/miekg/dns v1.0.14 // indirect
github.com/oklog/ulid v1.3.1
github.com/opentracing/basictracer-go v1.0.0
github.com/opentracing/opentracing-go v1.1.0
Expand All @@ -29,13 +28,15 @@ require (
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a
github.com/sanity-io/litter v1.1.0
github.com/sarslanhan/cronmask v0.0.0-20190709075623-766eca24d011
github.com/shirou/gopsutil v3.21.2+incompatible // indirect
github.com/sirupsen/logrus v1.4.2
github.com/sony/gobreaker v0.4.1
github.com/stretchr/testify v1.6.1
github.com/szuecs/rate-limit-buffer v0.7.1
github.com/szuecs/routegroup-client v0.17.7
github.com/tidwall/gjson v1.4.0
github.com/tidwall/pretty v1.0.1 // indirect
github.com/tklauser/go-sysconf v0.3.5 // indirect
github.com/uber-go/atomic v1.4.0 // indirect
github.com/uber/jaeger-client-go v2.16.0+incompatible
github.com/uber/jaeger-lib v2.0.0+incompatible
Expand Down
Loading