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.6 // indirect
77 cloud.google.com/go/profiler v0.3.1
88 cloud.google.com/go/trace v1.10.1 // indirect
9- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.19.1
9+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.20.0
1010 github.com/charleskorn/logrus-stackdriver-formatter v0.3.1
1111 github.com/google/uuid v1.3.1
1212 github.com/onsi/gomega v1.28.0
@@ -28,7 +28,7 @@ require (
2828require (
2929 cloud.google.com/go/compute v1.23.0 // indirect
3030 cloud.google.com/go/compute/metadata v0.2.3 // indirect
31- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.43.1 // indirect
31+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.44.0 // 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 @@ -18,11 +18,11 @@ cloud.google.com/go/trace v1.10.1/go.mod h1:gbtL94KE5AJLH3y+WVpfWILmqgc6dXcqgNXd
1818github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
1919github.com/GoogleCloudPlatform/opentelemetry-operations-go v1.8.0 h1:mWIyT5XYd1jZCE9vpwolh0r5a/yA6fO6FRFvOXVN6tg =
2020github.com/GoogleCloudPlatform/opentelemetry-operations-go v1.8.0 /go.mod h1:M2LNJDLE5udg/GF+81jWPJ5L2qkzo5KO/IWahxofRWU =
21- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.19.1 h1:lP8YpTi26Bei2OrXpQEUnNFPqKT6bTn3P8DvJC4i8WQ =
22- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.19.1 /go.mod h1:g9zEQ45EhrGGA6HyCtxi8yL0BZ0vD+pVaqSkiLjVIzY =
23- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.43.1 h1:EA/FmSYRyeL2ZogHD8ZCPAt96UZh/U76wQjGhzRFEHE =
24- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.43.1 h1:ti4stlXHjDhGl+1h+EpqXv9+Wxv0XqCB3XTT4W6ZoQU =
25- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.43.1 /go.mod h1:lv7cjEH/BKG+7xh3vR4T8//UkWZ9eIkgAk6HpN/T6rk =
21+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.20.0 h1:uY/4lpbbFG73TgzmJoB7XMyFIheII95hlfH62uC+oS0 =
22+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.20.0 /go.mod h1:qaUEgkhkSlCNIu9/XD4y19vnbwKskfz2ep6Utf2A57c =
23+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.44.0 h1:ew7SfeajMJ3I4iXA1LERYY62fGCKO4TjVPw5QTPt47k =
24+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.44.0 h1:GjWPDY9PUlNWwTI95L/lktUp35BLtzBoBElH314eafM =
25+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.44.0 /go.mod h1:qkFPtMouQjW5ugdHIOthiTbweVHUTqbS0Qsu55KqXks =
2626github.com/TV4/logrus-stackdriver-formatter v0.1.0 /go.mod h1:wwS7hOiBvP6SBD0UXCa767+VhHkaXrfX0MzUojYcN0Q =
2727github.com/antihax/optional v1.0.0 /go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY =
2828github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM =
You can’t perform that action at this time.
0 commit comments