Skip to content

Commit

Permalink
compile issues after 0.112.x update
Browse files Browse the repository at this point in the history
  • Loading branch information
opsrampdeveloper committed Oct 30, 2024
1 parent e8036e6 commit f49d403
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func BenchmarkFind10kFiles(b *testing.B) {
var r []string
b.ResetTimer()
for range b.N {
r, _ = FindFiles(includeGlobs, excludeGlobs)
r, _ = FindFiles(includeGlobs, excludeGlobs, 0)
}

benchResult = r
Expand Down
6 changes: 0 additions & 6 deletions pkg/stanza/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions processor/k8sattributesprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ require (
github.com/distribution/reference v0.6.0
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.112.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.112.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8stest v0.112.0
github.com/redis/go-redis/v9 v9.7.0
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector/client v1.18.0
go.opentelemetry.io/collector/component v0.112.0
Expand Down Expand Up @@ -39,7 +41,9 @@ require (
require (
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/docker/docker v26.1.5+incompatible // indirect
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
Expand Down
12 changes: 12 additions & 0 deletions processor/k8sattributesprocessor/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f49d403

Please sign in to comment.