From 2993f04391dee0f12aeb8197927fb425314a9b5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 23:20:00 +0000 Subject: [PATCH] Update module google.golang.org/protobuf to v1.33.0 [SECURITY] Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 10 ++++++---- go.sum | 2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index b855513..1bd54d1 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,11 @@ module socket-dev-exporter go 1.19 -require github.com/hashicorp/go-retryablehttp v0.7.5 +require ( + github.com/hashicorp/go-retryablehttp v0.7.5 + github.com/prometheus/client_golang v1.18.0 + github.com/sirupsen/logrus v1.9.3 +) require ( github.com/beorn7/perks v1.0.1 // indirect @@ -11,11 +15,9 @@ require ( github.com/hashicorp/go-cleanhttp v0.5.2 // indirect github.com/joho/godotenv v1.5.1 // indirect github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect - github.com/prometheus/client_golang v1.18.0 // indirect github.com/prometheus/client_model v0.5.0 // indirect github.com/prometheus/common v0.45.0 // indirect github.com/prometheus/procfs v0.12.0 // indirect - github.com/sirupsen/logrus v1.9.3 // indirect golang.org/x/sys v0.15.0 // indirect - google.golang.org/protobuf v1.31.0 // indirect + google.golang.org/protobuf v1.33.0 // indirect ) diff --git a/go.sum b/go.sum index a07be01..ff5bead 100644 --- a/go.sum +++ b/go.sum @@ -37,5 +37,7 @@ golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8T google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8= google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI= +google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=