From 345d5ba4b124ec2207763c097ac01b86128c1a04 Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Wed, 4 Dec 2024 23:01:56 +0800 Subject: [PATCH] Update go updates Signed-off-by: redhat-renovate-bot --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 2a0cbd1..63c0d9b 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( go.flow.arcalot.io/kubernetesdeployer v0.10.0 go.flow.arcalot.io/pluginsdk v0.13.0 go.flow.arcalot.io/podmandeployer v0.11.4 - go.flow.arcalot.io/pythondeployer v0.6.1 + go.flow.arcalot.io/pythondeployer v0.6.2 go.flow.arcalot.io/testdeployer v0.6.2 gopkg.in/yaml.v3 v3.0.1 ) @@ -64,14 +64,14 @@ require ( go.opentelemetry.io/otel/metric v1.32.0 // indirect go.opentelemetry.io/otel/sdk v1.32.0 // indirect go.opentelemetry.io/otel/trace v1.32.0 // indirect - go.opentelemetry.io/proto/otlp v1.3.1 // indirect + go.opentelemetry.io/proto/otlp v1.4.0 // indirect golang.org/x/net v0.31.0 // indirect golang.org/x/oauth2 v0.24.0 // indirect - golang.org/x/sys v0.27.0 // indirect + golang.org/x/sys v0.28.0 // indirect golang.org/x/term v0.26.0 // indirect golang.org/x/text v0.20.0 // indirect golang.org/x/time v0.8.0 // indirect - google.golang.org/grpc v1.68.0-dev // indirect + google.golang.org/grpc v1.68.0 // indirect google.golang.org/protobuf v1.35.2 // indirect gopkg.in/inf.v0 v0.9.1 // indirect k8s.io/api v0.31.3 // indirect @@ -80,7 +80,7 @@ require ( k8s.io/klog/v2 v2.130.1 // indirect k8s.io/kube-openapi v0.0.0-20241127205056-99599406b04f // indirect k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078 // indirect - sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect + sigs.k8s.io/json cfa47c3a1cc8 // indirect sigs.k8s.io/structured-merge-diff/v4 v4.4.3 // indirect sigs.k8s.io/yaml v1.4.0 // indirect )