aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 7 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index 94e225149..2bfd6fee2 100644
--- a/go.mod
+++ b/go.mod
@@ -5,9 +5,9 @@ go 1.24
toolchain go1.24.1
require (
- cloud.google.com/go v0.121.4 // indirect
+ cloud.google.com/go v0.121.6 // indirect
cloud.google.com/go/pubsub v1.50.0
- cloud.google.com/go/storage v1.56.0
+ cloud.google.com/go/storage v1.56.1
github.com/Azure/azure-pipeline-go v0.2.3
github.com/Azure/azure-storage-blob-go v0.15.0
github.com/Shopify/sarama v1.38.1
@@ -108,7 +108,7 @@ require (
golang.org/x/text v0.28.0 // indirect
golang.org/x/tools v0.36.0
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
- google.golang.org/api v0.246.0
+ google.golang.org/api v0.247.0
google.golang.org/genproto v0.0.0-20250715232539-7130f93afb79 // indirect
google.golang.org/grpc v1.74.2
google.golang.org/protobuf v1.36.7
@@ -184,9 +184,9 @@ require (
require (
cel.dev/expr v0.24.0 // indirect
- cloud.google.com/go/auth v0.16.3 // indirect
+ cloud.google.com/go/auth v0.16.5 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
- cloud.google.com/go/compute/metadata v0.7.0 // indirect
+ cloud.google.com/go/compute/metadata v0.8.0 // indirect
cloud.google.com/go/iam v1.5.2 // indirect
cloud.google.com/go/monitoring v1.24.2 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
@@ -406,8 +406,8 @@ require (
golang.org/x/arch v0.16.0 // indirect
golang.org/x/term v0.34.0 // indirect
golang.org/x/time v0.12.0 // indirect
- google.golang.org/genproto/googleapis/api v0.0.0-20250721164621-a45f3dfb1074 // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250728155136-f173205681a0 // indirect
+ google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/validator.v2 v2.0.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect