Skip to content

Commit bc0d323

Browse files
committed
add, customizations and missing namespace rule
1 parent cb3fe4d commit bc0d323

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

processor/k8sattributesprocessor/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/processor/k8sat
33
go 1.23.0
44

55
require (
6+
github.com/distribution/reference v0.6.0
67
github.com/google/go-cmp v0.7.0
78
github.com/google/uuid v1.6.0
89
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.122.0
@@ -38,6 +39,7 @@ require (
3839
go.uber.org/goleak v1.3.0
3940
go.uber.org/multierr v1.11.0
4041
go.uber.org/zap v1.27.0
42+
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91
4143
k8s.io/api v0.32.3
4244
k8s.io/apimachinery v0.32.3
4345
k8s.io/client-go v0.32.3
@@ -47,7 +49,6 @@ require (
4749
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
4850
github.com/Microsoft/go-winio v0.6.2 // indirect
4951
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
50-
github.com/distribution/reference v0.6.0 // indirect
5152
github.com/docker/docker v27.5.1+incompatible // indirect
5253
github.com/docker/go-connections v0.5.0 // indirect
5354
github.com/docker/go-units v0.5.0 // indirect

processor/k8sattributesprocessor/go.sum

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)