Skip to content
This repository was archived by the owner on Oct 22, 2023. It is now read-only.

Commit a1917d3

Browse files
Merge pull request #340 from batect/renovate/opentelemetry-packages
deps: update module github.com/googlecloudplatform/opentelemetry-operations-go/exporter/trace to v1.16.1
2 parents 9ce4c0a + 1a47bf7 commit a1917d3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
cloud.google.com/go v0.110.0 // indirect
77
cloud.google.com/go/profiler v0.3.1
88
cloud.google.com/go/trace v1.9.0 // indirect
9-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.16.0
9+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.16.1
1010
github.com/charleskorn/logrus-stackdriver-formatter v0.3.1
1111
github.com/google/uuid v1.3.0
1212
github.com/onsi/gomega v1.27.8
@@ -28,7 +28,7 @@ require (
2828
require (
2929
cloud.google.com/go/compute v1.19.1 // indirect
3030
cloud.google.com/go/compute/metadata v0.2.3 // indirect
31-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.40.0 // indirect
31+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.40.1 // indirect
3232
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
3333
github.com/felixge/httpsnoop v1.0.3 // indirect
3434
github.com/go-logr/logr v1.2.4 // indirect

go.sum

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
5050
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
5151
github.com/GoogleCloudPlatform/opentelemetry-operations-go v1.8.0 h1:mWIyT5XYd1jZCE9vpwolh0r5a/yA6fO6FRFvOXVN6tg=
5252
github.com/GoogleCloudPlatform/opentelemetry-operations-go v1.8.0/go.mod h1:M2LNJDLE5udg/GF+81jWPJ5L2qkzo5KO/IWahxofRWU=
53-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.16.0 h1:AabwlKWl9+QrPf2e2x5z2oIQx25JMvoukoEbbEk1IuM=
54-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.16.0/go.mod h1:v3+Q8KeGCwsYfaohFwoTBLRAMQ6fisvGPKwrzwc75JM=
55-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.40.0 h1:mCPe3K9TIXzKl/YGh9XANM6m9XUbEZ8gJMyniXUKEKQ=
56-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.40.0 h1:pjHa4+QZPUtXKINV2idw9U57iKDv865Yu1OR7hScFJA=
57-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.40.0/go.mod h1:lz6DEePTxmjvYMtusOoS3qDAErC0STi/wmvqJucKY28=
53+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.16.1 h1:dkIyFw11w878MSG5kegjr9Oept42iCjNvhO2BVRrr60=
54+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.16.1/go.mod h1:iyJ7cfLP5PVMo/55aIBBndyeFcMDXKUfbfZxaMM5GeU=
55+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.40.1 h1:Mkm1EDj1blE1U31XI4GOwhMrTK0czB2HouHKxzr2ORo=
56+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.40.1 h1:FFGWjWC0sCZgJziVe/yP39XjlQlf+MIEYXoRPJq8YX0=
57+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.40.1/go.mod h1:lz6DEePTxmjvYMtusOoS3qDAErC0STi/wmvqJucKY28=
5858
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
5959
github.com/TV4/logrus-stackdriver-formatter v0.1.0/go.mod h1:wwS7hOiBvP6SBD0UXCa767+VhHkaXrfX0MzUojYcN0Q=
6060
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=

0 commit comments

Comments
 (0)