File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
processor/k8sattributesprocessor Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/processor/k8sat
3
3
go 1.23.0
4
4
5
5
require (
6
+ github.com/distribution/reference v0.6.0
6
7
github.com/google/go-cmp v0.7.0
7
8
github.com/google/uuid v1.6.0
8
9
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.122.0
@@ -38,6 +39,7 @@ require (
38
39
go.uber.org/goleak v1.3.0
39
40
go.uber.org/multierr v1.11.0
40
41
go.uber.org/zap v1.27.0
42
+ golang.org/x/exp v0.0.0-20220827204233-334a2380cb91
41
43
k8s.io/api v0.32.3
42
44
k8s.io/apimachinery v0.32.3
43
45
k8s.io/client-go v0.32.3
@@ -47,7 +49,6 @@ require (
47
49
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
48
50
github.com/Microsoft/go-winio v0.6.2 // indirect
49
51
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
50
- github.com/distribution/reference v0.6.0 // indirect
51
52
github.com/docker/docker v27.5.1+incompatible // indirect
52
53
github.com/docker/go-connections v0.5.0 // indirect
53
54
github.com/docker/go-units v0.5.0 // indirect
You can’t perform that action at this time.
0 commit comments