From 4f940d59fb3e3088d13b98e57a55312502b25d1b Mon Sep 17 00:00:00 2001 From: tracer-team-go Date: Fri, 12 Jun 2026 05:37:55 +0000 Subject: [PATCH] feat(currency): updated go.mod, go.sum files, README.md for storage --- instrumentation/cloud.google.com/go/go.mod | 2 +- instrumentation/cloud.google.com/go/go.sum | 4 ++-- supported_versions.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/instrumentation/cloud.google.com/go/go.mod b/instrumentation/cloud.google.com/go/go.mod index 3bf9e021b..37c526e6a 100644 --- a/instrumentation/cloud.google.com/go/go.mod +++ b/instrumentation/cloud.google.com/go/go.mod @@ -5,7 +5,7 @@ go 1.25.0 require ( cloud.google.com/go/iam v1.7.0 cloud.google.com/go/pubsub v1.50.2 - cloud.google.com/go/storage v1.62.2 + cloud.google.com/go/storage v1.62.3 github.com/instana/go-sensor v1.73.2 github.com/opentracing/opentracing-go v1.2.0 github.com/stretchr/testify v1.11.1 diff --git a/instrumentation/cloud.google.com/go/go.sum b/instrumentation/cloud.google.com/go/go.sum index afb5e3f43..435381ed3 100644 --- a/instrumentation/cloud.google.com/go/go.sum +++ b/instrumentation/cloud.google.com/go/go.sum @@ -23,8 +23,8 @@ cloud.google.com/go/pubsub v1.50.2 h1:54Up97HnThdP4H8jjWJSSQ/mnYG2EKon7ZSNETRq0t cloud.google.com/go/pubsub v1.50.2/go.mod h1:jyCWeZdGFqd4mitSsBERnJcpqaHBsxQoPkNvjj4sp0w= cloud.google.com/go/pubsub/v2 v2.4.0 h1:oMKNiBQpXImRWnHYla9uSU66ZzByZwBSCJOEs/pTKVg= cloud.google.com/go/pubsub/v2 v2.4.0/go.mod h1:2lS/XQKq5qtOMs6kHBK+WX1ytUC36kLl2ig3zqsGUx8= -cloud.google.com/go/storage v1.62.2 h1:WgR4U9n7bIzXkkVnwPKKE8bkaKUNsHG+0MAAlh9DGU4= -cloud.google.com/go/storage v1.62.2/go.mod h1:cpYz/kRVZ+UQAF1uHeea10/9ewcRbxGoGNKsS9daSXA= +cloud.google.com/go/storage v1.62.3 h1:SZq1t23NCI+e96dH77Dg3PEfsNNEjqO8zE5AnD8gVD0= +cloud.google.com/go/storage v1.62.3/go.mod h1:cpYz/kRVZ+UQAF1uHeea10/9ewcRbxGoGNKsS9daSXA= cloud.google.com/go/trace v1.11.7 h1:kDNDX8JkaAG3R2nq1lIdkb7FCSi1rCmsEtKVsty7p+U= cloud.google.com/go/trace v1.11.7/go.mod h1:TNn9d5V3fQVf6s4SCveVMIBS2LJUqo73GACmq/Tky0s= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= diff --git a/supported_versions.md b/supported_versions.md index b191305c7..3020bcf3c 100644 --- a/supported_versions.md +++ b/supported_versions.md @@ -19,7 +19,7 @@ | 17 | Messaging | [sarama](https://pkg.go.dev/github.com/IBM/sarama) | [instasarama](https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/instasarama) | v1.19.0 | v1.50.1 | | 18 | Messaging | [amqp091-go](https://pkg.go.dev/github.com/rabbitmq/amqp091-go) | [instaamqp091](https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/instaamqp091) | v1.5.0 | v1.11.0 | | 19 | GraphQL | [graphql](https://pkg.go.dev/github.com/graphql-go/graphql) | [instagraphql](https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/instagraphql) | v0.8.0 | v0.8.1 | -| 20 | Other | [storage](https://pkg.go.dev/cloud.google.com/go/storage) | [storage](https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/cloud.google.com/go/storage) | v1.7.0 | v1.62.2 | +| 20 | Other | [storage](https://pkg.go.dev/cloud.google.com/go/storage) | [storage](https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/cloud.google.com/go/storage) | v1.7.0 | v1.62.3 | | 21 | Other | [aws-sdk-go](https://pkg.go.dev/github.com/aws/aws-sdk-go) | [instaawssdk](https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/instaawssdk) | v1.8.0 | v1.55.8 | | 22 | Other | [aws-lambda-go](https://pkg.go.dev/github.com/aws/aws-lambda-go) | [instalambda](https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/instalambda) | v1.20.0 | v1.54.0 | | 23 | Other | [logrus](https://pkg.go.dev/github.com/sirupsen/logrus) | [instalogrus](https://pkg.go.dev/github.com/instana/go-sensor/instrumentation/instalogrus) | v1.5.0 | v1.9.4 |