From 2e6216536938702f965dd3022e87ebc41b28c3a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:40:57 +0000 Subject: [PATCH] fix(deps): update module go.etcd.io/bbolt to v1.3.8 --- etcd/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etcd/go.mod b/etcd/go.mod index e2b2a8dc..1f3fe7b8 100644 --- a/etcd/go.mod +++ b/etcd/go.mod @@ -19,7 +19,7 @@ require ( github.com/bgentry/speakeasy v0.1.0 github.com/dustin/go-humanize v1.0.1 github.com/spf13/cobra v1.7.0 - go.etcd.io/bbolt v1.3.7 + go.etcd.io/bbolt v1.3.8 go.etcd.io/etcd/api/v3 v3.5.9 go.etcd.io/etcd/client/pkg/v3 v3.5.9 go.etcd.io/etcd/client/v3 v3.5.9