Skip to content

Commit

Permalink
[chore][exporter/elasticsearch] Bump go-docappender to v2 (open-telem…
Browse files Browse the repository at this point in the history
…etry#32864)

Bump go-docappender to v2. No functional change.

Alternative to open-telemetry#32640.
Closes open-telemetry#32640.
  • Loading branch information
carsonip committed May 6, 2024
1 parent 6fa9cb6 commit 8d4cebc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"testing"
"time"

"github.com/elastic/go-docappender/docappendertest"
"github.com/elastic/go-docappender/v2/docappendertest"
"github.com/gorilla/mux"
"go.opentelemetry.io/collector/component"
"go.opentelemetry.io/collector/component/componenttest"
Expand Down
10 changes: 5 additions & 5 deletions exporter/elasticsearchexporter/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasti
go 1.21.0

require (
github.com/elastic/go-docappender v1.1.0
github.com/elastic/go-docappender/v2 v2.1.0
github.com/gorilla/mux v1.8.1
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter v0.99.0
github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage/filestorage v0.99.0
Expand Down Expand Up @@ -37,7 +37,7 @@ require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/elastic/elastic-transport-go/v8 v8.5.0 // indirect
github.com/elastic/go-elasticsearch/v7 v7.17.10 // indirect
github.com/elastic/go-elasticsearch/v8 v8.13.0 // indirect
github.com/elastic/go-elasticsearch/v8 v8.13.1 // indirect
github.com/elastic/go-structform v0.0.10 // indirect
github.com/elastic/go-sysinfo v1.13.1 // indirect
github.com/elastic/go-windows v1.0.1 // indirect
Expand Down Expand Up @@ -107,9 +107,9 @@ require (
github.com/tklauser/numcpus v0.7.0 // indirect
github.com/valyala/fastjson v1.6.4 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.elastic.co/apm/module/apmelasticsearch/v2 v2.5.0 // indirect
go.elastic.co/apm/module/apmhttp/v2 v2.5.0 // indirect
go.elastic.co/apm/v2 v2.5.0 // indirect
go.elastic.co/apm/module/apmelasticsearch/v2 v2.6.0 // indirect
go.elastic.co/apm/module/apmhttp/v2 v2.6.0 // indirect
go.elastic.co/apm/v2 v2.6.0 // indirect
go.elastic.co/fastjson v1.3.0 // indirect
go.etcd.io/bbolt v1.3.9 // indirect
go.opencensus.io v0.24.0 // indirect
Expand Down
20 changes: 10 additions & 10 deletions exporter/elasticsearchexporter/integrationtest/go.sum

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

0 comments on commit 8d4cebc

Please sign in to comment.