This repository was archived by the owner on Oct 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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 (
2828require (
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
Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
5050github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
5151github.com/GoogleCloudPlatform/opentelemetry-operations-go v1.8.0 h1:mWIyT5XYd1jZCE9vpwolh0r5a/yA6fO6FRFvOXVN6tg =
5252github.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 =
5858github.com/OneOfOne/xxhash v1.2.2 /go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU =
5959github.com/TV4/logrus-stackdriver-formatter v0.1.0 /go.mod h1:wwS7hOiBvP6SBD0UXCa767+VhHkaXrfX0MzUojYcN0Q =
6060github.com/antihax/optional v1.0.0 /go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY =
You can’t perform that action at this time.
0 commit comments