Skip to content

Commit

Permalink
chore: prep for v0.2.10 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Marble authored and jacobmarble committed Nov 12, 2021
1 parent 9e43b2b commit 9ff951c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.9
github.com/influxdata/influxdb-observability/common v0.2.10
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector/model v0.39.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.9
github.com/influxdata/influxdb-observability/common v0.2.10
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector/model v0.39.0
)
Expand Down

0 comments on commit 9ff951c

Please sign in to comment.