From b7dca9fe9502cdead19fcd30e019614b5ef86555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 08:56:16 +0000 Subject: [PATCH] build(deps): bump resty.dev/v3 in /contrib/resty_log_otel Bumps [resty.dev/v3](https://github.com/go-resty/resty) from 3.0.0-rc.1 to 3.0.0-rc.2. - [Release notes](https://github.com/go-resty/resty/releases) - [Commits](https://github.com/go-resty/resty/compare/v3.0.0-rc.1...v3.0.0-rc.2) --- updated-dependencies: - dependency-name: resty.dev/v3 dependency-version: 3.0.0-rc.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- contrib/resty_log_otel/go.mod | 2 +- contrib/resty_log_otel/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/resty_log_otel/go.mod b/contrib/resty_log_otel/go.mod index 1d4054d1..1f4da597 100644 --- a/contrib/resty_log_otel/go.mod +++ b/contrib/resty_log_otel/go.mod @@ -8,7 +8,6 @@ require ( go.dtapp.net/library/contrib/resty_log v1.0.15 go.opentelemetry.io/otel v1.44.0 go.opentelemetry.io/otel/trace v1.44.0 - resty.dev/v3 v3.0.0-rc.1 ) require ( @@ -21,4 +20,5 @@ require ( go.opentelemetry.io/otel/metric v1.44.0 // indirect golang.org/x/net v0.56.0 // indirect golang.org/x/text v0.38.0 // indirect + resty.dev/v3 v3.0.0-rc.2 // indirect ) diff --git a/contrib/resty_log_otel/go.sum b/contrib/resty_log_otel/go.sum index 233ae63c..e5c7126b 100644 --- a/contrib/resty_log_otel/go.sum +++ b/contrib/resty_log_otel/go.sum @@ -31,5 +31,5 @@ golang.org/x/text v0.38.0 h1:sXmwo9DwP3OK9EZ7PqAdaooSGozfl/3a6/xJcbzPRhE= golang.org/x/text v0.38.0/go.mod h1:YXZt3QhHUKYT53r2lLKFIVi6Ao1jdzrTR/KQ09qyxF4= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -resty.dev/v3 v3.0.0-rc.1 h1:oK7Y6+r0JSSrj9Szxs4yv8Wd/pW/HZhHiPy1QmhND5M= -resty.dev/v3 v3.0.0-rc.1/go.mod h1:NTOerrC/4T7/FE6tXIZGIysXXBdgNqwMZuKtxpea9NM= +resty.dev/v3 v3.0.0-rc.2 h1:NE6RqPkUd27eQ5dFSb5tfyT3s6XX9ZySp9qZ7Nw1bn0= +resty.dev/v3 v3.0.0-rc.2/go.mod h1:NTOerrC/4T7/FE6tXIZGIysXXBdgNqwMZuKtxpea9NM=