File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55require (
66 cloud.google.com/go/iam v0.1.1 // indirect
77 cloud.google.com/go/pubsub v1.19.0
8- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.5.1
8+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.6.0
99 go.opentelemetry.io/otel v1.6.3
1010 go.opentelemetry.io/otel/sdk v1.6.2
1111 go.opentelemetry.io/otel/trace v1.6.3
@@ -16,7 +16,7 @@ require (
1616 cloud.google.com/go v0.100.2 // indirect
1717 cloud.google.com/go/compute v1.5.0 // indirect
1818 cloud.google.com/go/trace v1.2.0 // indirect
19- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.29.1 // indirect
19+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.30.0 // indirect
2020 github.com/go-logr/logr v1.2.3 // indirect
2121 github.com/go-logr/stdr v1.2.2 // indirect
2222 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
Original file line number Diff line number Diff line change 55replace github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric => ../../exporter/metric
66
77require (
8- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.29.1
8+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.30.0
99 go.opentelemetry.io/otel v1.6.2
1010 go.opentelemetry.io/otel/metric v0.28.0
1111 go.opentelemetry.io/otel/sdk v1.6.2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replace github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trac
77replace github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping => ../../../internal/resourcemapping
88
99require (
10- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.5.1
10+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.6.0
1111 github.com/davecgh/go-spew v1.1.1 // indirect
1212 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.31.0
1313 go.opentelemetry.io/otel v1.6.3
@@ -18,7 +18,7 @@ require (
1818require (
1919 cloud.google.com/go/compute v1.5.0 // indirect
2020 cloud.google.com/go/trace v1.2.0 // indirect
21- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.29.1 // indirect
21+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.30.0 // indirect
2222 github.com/felixge/httpsnoop v1.0.2 // indirect
2323 github.com/go-logr/logr v1.2.3 // indirect
2424 github.com/go-logr/stdr v1.2.2 // indirect
Original file line number Diff line number Diff line change 44
55require (
66 cloud.google.com/go/logging v1.4.2
7- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.5.1
7+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.6.0
88 github.com/census-instrumentation/opencensus-proto v0.3.0
99 github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/opencensus v0.49.0
1010 github.com/stretchr/testify v1.7.1
@@ -22,7 +22,7 @@ require (
2222require (
2323 cloud.google.com/go/monitoring v1.4.0
2424 cloud.google.com/go/trace v1.2.0
25- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.29.1
25+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.30.0
2626 github.com/benbjohnson/clock v1.3.0 // indirect
2727 github.com/google/go-cmp v0.5.7
2828 go.opentelemetry.io/collector/pdata v0.49.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/dashpole/opentelemetry-operations-go/exporter/collector/google
33go 1.17
44
55require (
6- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.28 .0
6+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.30 .0
77 github.com/stretchr/testify v1.7.1
88 go.opentelemetry.io/collector v0.49.0
99 go.opentelemetry.io/collector/model v0.49.0
@@ -17,8 +17,8 @@ require (
1717 cloud.google.com/go/logging v1.4.2 // indirect
1818 cloud.google.com/go/monitoring v1.4.0 // indirect
1919 cloud.google.com/go/trace v1.2.0 // indirect
20- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.5.1 // indirect
21- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.29.1 // indirect
20+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.6.0 // indirect
21+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.30.0 // indirect
2222 github.com/cenkalti/backoff/v4 v4.1.3 // indirect
2323 github.com/davecgh/go-spew v1.1.1 // indirect
2424 github.com/go-logr/logr v1.2.3 // indirect
Original file line number Diff line number Diff line change 44
55require (
66 contrib.go.opencensus.io/exporter/stackdriver v0.13.11
7- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.29.1
8- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.0.0-00010101000000-000000000000
7+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.30.0
8+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.30.0
99 github.com/google/go-cmp v0.5.7
1010 github.com/stretchr/testify v1.7.1
1111 go.opencensus.io v0.23.0
@@ -25,8 +25,8 @@ require (
2525 cloud.google.com/go/logging v1.4.2 // indirect
2626 cloud.google.com/go/monitoring v1.4.0 // indirect
2727 cloud.google.com/go/trace v1.2.0 // indirect
28- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.5.1 // indirect
29- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.29.1 // indirect
28+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.6.0 // indirect
29+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.30.0 // indirect
3030 github.com/aws/aws-sdk-go v1.42.49 // indirect
3131 github.com/cenkalti/backoff/v4 v4.1.3 // indirect
3232 github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ package metric
1717// Version is the current release version of the OpenTelemetry
1818// Operations Metric Exporter in use.
1919func Version () string {
20- return "0.29.1 "
20+ return "0.30.0 "
2121}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
2121 google.golang.org/protobuf v1.28.0
2222)
2323
24- require github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.29.1
24+ require github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.30.0
2525
2626require (
2727 cloud.google.com/go/compute v1.5.0 // indirect
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ package trace
1717// Version is the current release version of the OpenTelemetry
1818// Operations Trace Exporter in use.
1919func Version () string {
20- return "1.5.1 "
20+ return "1.6.0 "
2121}
Original file line number Diff line number Diff line change @@ -13,3 +13,13 @@ require (
1313 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
1414 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
1515)
16+
17+ retract (
18+ v1.5.1
19+ v1.5.0
20+ v1.4.0
21+ v1.3.0
22+ v1.0.0
23+ v1.0.0 -RC2
24+ v1.0.0 -RC1
25+ )
You can’t perform that action at this time.
0 commit comments