From 1b4e73c40b944fae1adf372966f3af94e45cef94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 06:33:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=F0=9F=A6=BE=F0=9F=9B=A0=EF=B8=8F?= =?UTF-8?q?=20go=20mod=20tidy=20&=20make=20package-specs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/autoscaler/go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/autoscaler/go.mod b/src/autoscaler/go.mod index 0f32096c86..af27a72a83 100644 --- a/src/autoscaler/go.mod +++ b/src/autoscaler/go.mod @@ -12,6 +12,8 @@ require ( dario.cat/mergo v1.0.0 github.com/cenkalti/backoff/v4 v4.2.1 github.com/go-chi/chi/v5 v5.0.12 + github.com/go-faster/errors v0.7.1 + github.com/go-faster/jx v1.1.0 github.com/go-sql-driver/mysql v1.8.0 github.com/golang/protobuf v1.5.4 github.com/gorilla/mux v1.8.1 @@ -37,6 +39,7 @@ require ( github.com/xeipuuv/gojsonschema v1.2.0 go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.49.0 go.opentelemetry.io/otel v1.24.0 + go.opentelemetry.io/otel/metric v1.24.0 go.opentelemetry.io/otel/sdk v1.24.0 go.opentelemetry.io/otel/trace v1.24.0 golang.org/x/crypto v0.21.0 @@ -61,8 +64,6 @@ require ( github.com/felixge/httpsnoop v1.0.4 // indirect github.com/fsnotify/fsnotify v1.5.4 // indirect github.com/ghodss/yaml v1.0.0 // indirect - github.com/go-faster/errors v0.7.1 // indirect - github.com/go-faster/jx v1.1.0 // indirect github.com/go-faster/yaml v0.4.6 // indirect github.com/go-logr/logr v1.4.1 // indirect github.com/go-logr/stdr v1.2.2 // indirect @@ -89,7 +90,6 @@ require ( github.com/segmentio/asm v1.2.0 // indirect github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect - go.opentelemetry.io/otel/metric v1.24.0 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect golang.org/x/mod v0.16.0 // indirect