From 3654720dd9c1eca406af856896f38950214f93e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 03:58:45 +0000 Subject: [PATCH] fix(deps): update module go.etcd.io/bbolt to v1.3.10 --- go.mod | 2 +- vault/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index cf57f3415..657873a75 100644 --- a/go.mod +++ b/go.mod @@ -222,7 +222,7 @@ main github.com/xdg/stringprep v1.0.0 // indirect github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect - go.etcd.io/bbolt v1.3.9 + go.etcd.io/bbolt v1.3.10 go.etcd.io/etcd/v3/v3 v3.5.13 go.mongodb.org/mongo-driver v1.15.0 go.uber.org/atomic v1.11.0 diff --git a/vault/go.mod b/vault/go.mod index daba761a2..696c68fb5 100644 --- a/vault/go.mod +++ b/vault/go.mod @@ -214,7 +214,7 @@ main github.com/xdg/stringprep v1.0.0 // indirect github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect - go.etcd.io/bbolt v1.3.9 + go.etcd.io/bbolt v1.3.10 go.etcd.io/etcd/v3 v3.5.13 go.mongodb.org/mongo-driver v1.15.0 renovate/go.opentelemetry.io-otel-sdk-1.x