Skip to content

Commit

Permalink
chore: prepare v0.2.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmarble committed Oct 27, 2021
1 parent 7e8c733 commit 8274a02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion influx2otel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/influxdata/influxdb-observability/influx2otel
go 1.16

require (
github.com/influxdata/influxdb-observability/common v0.2.7
github.com/influxdata/influxdb-observability/common v0.2.8
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector/model v0.37.0
)
Expand Down
2 changes: 1 addition & 1 deletion otel2influx/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/influxdata/influxdb-observability/otel2influx
go 1.16

require (
github.com/influxdata/influxdb-observability/common v0.2.7
github.com/influxdata/influxdb-observability/common v0.2.8
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector/model v0.37.0
)
Expand Down
2 changes: 1 addition & 1 deletion tests-integration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
cloud.google.com/go/monitoring v1.1.0 // indirect
github.com/influxdata/influxdb-observability/common v0.2.7
github.com/influxdata/influxdb-observability/common v0.2.8
github.com/influxdata/line-protocol/v2 v2.2.0
github.com/influxdata/telegraf v1.20.0
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/influxdbexporter v0.37.0
Expand Down

0 comments on commit 8274a02

Please sign in to comment.