@@ -7,8 +7,9 @@ require (
7
7
github.com/aws/aws-sdk-go v1.44.277
8
8
github.com/docker/docker v24.0.2+incompatible
9
9
github.com/hashicorp/consul/api v1.21.0
10
- github.com/shirou/gopsutil/v3 v3.23.4
11
10
github.com/stretchr/testify v1.8.4
11
+ go.opentelemetry.io/collector/semconv v0.79.0
12
+ go.opentelemetry.io/otel/sdk v1.16.0
12
13
)
13
14
14
15
require (
@@ -19,7 +20,8 @@ require (
19
20
github.com/docker/go-connections v0.4.0 // indirect
20
21
github.com/docker/go-units v0.4.0 // indirect
21
22
github.com/fatih/color v1.13.0 // indirect
22
- github.com/go-ole/go-ole v1.2.6 // indirect
23
+ github.com/go-logr/logr v1.2.4 // indirect
24
+ github.com/go-logr/stdr v1.2.2 // indirect
23
25
github.com/gogo/protobuf v1.3.2 // indirect
24
26
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
25
27
github.com/hashicorp/go-hclog v1.5.0 // indirect
@@ -28,7 +30,6 @@ require (
28
30
github.com/hashicorp/golang-lru v0.5.4 // indirect
29
31
github.com/hashicorp/serf v0.10.1 // indirect
30
32
github.com/jmespath/go-jmespath v0.4.0 // indirect
31
- github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
32
33
github.com/mattn/go-colorable v0.1.12 // indirect
33
34
github.com/mattn/go-isatty v0.0.14 // indirect
34
35
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -39,12 +40,10 @@ require (
39
40
github.com/opencontainers/image-spec v1.0.2 // indirect
40
41
github.com/pkg/errors v0.9.1 // indirect
41
42
github.com/pmezard/go-difflib v1.0.0 // indirect
42
- github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
43
- github.com/shoenig/go-m1cpu v0.1.5 // indirect
44
43
github.com/stretchr/objx v0.5.0 // indirect
45
- github.com/tklauser/go-sysconf v0.3.11 // indirect
46
- github.com/tklauser/numcpus v0.6 .0 // indirect
47
- github.com/yusufpapurcu/wmi v1.2.2 // indirect
44
+ go.opentelemetry.io/otel v1.16.0 // indirect
45
+ go.opentelemetry.io/otel/metric v1.16 .0 // indirect
46
+ go.opentelemetry.io/otel/trace v1.16.0 // indirect
48
47
golang.org/x/net v0.10.0 // indirect
49
48
golang.org/x/sys v0.8.0 // indirect
50
49
golang.org/x/time v0.3.0 // indirect
0 commit comments