From bf62a50ad035188458634ddd03326c8d17937815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 19:53:26 +0000 Subject: [PATCH] build(deps): bump go.etcd.io/bbolt from 1.4.0 to 1.4.2 Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/etcd-io/bbolt/releases) - [Commits](https://github.com/etcd-io/bbolt/compare/v1.4.0...v1.4.2) --- updated-dependencies: - dependency-name: go.etcd.io/bbolt dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 7 +++---- go.sum | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 652786f..d124678 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/linxGnu/grocksdb v1.9.8 github.com/stretchr/testify v1.10.0 github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca - go.etcd.io/bbolt v1.4.0 + go.etcd.io/bbolt v1.4.2 ) require ( @@ -50,8 +50,7 @@ require ( gopkg.in/yaml.v3 v3.0.1 // indirect ) - retract ( - v0.6.5 // Breaking changes were released with the wrong tag (use v0.6.6 or later). - [v1.0.2, v1.0.3] // These do not have Docker images due to the broken pipeline. + [v1.0.2, v1.0.3] // These do not have Docker images due to the broken pipeline. + v0.6.5 // Breaking changes were released with the wrong tag (use v0.6.6 or later). ) diff --git a/go.sum b/go.sum index 088686c..ef7a266 100644 --- a/go.sum +++ b/go.sum @@ -134,8 +134,8 @@ github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca h1:Ld/zXl5t4+D6 github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca/go.mod h1:u2MKkTVTVJWe5D1rCvame8WqhBd88EuIwODJZ1VHCPM= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -go.etcd.io/bbolt v1.4.0 h1:TU77id3TnN/zKr7CO/uk+fBCwF2jGcMuw2B/FMAzYIk= -go.etcd.io/bbolt v1.4.0/go.mod h1:AsD+OCi/qPN1giOX1aiLAha3o1U8rAz65bvN4j0sRuk= +go.etcd.io/bbolt v1.4.2 h1:IrUHp260R8c+zYx/Tm8QZr04CX+qWS5PGfPdevhdm1I= +go.etcd.io/bbolt v1.4.2/go.mod h1:Is8rSHO/b4f3XigBC0lL0+4FwAQv3HXEEIgFMuKHceM= go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0= go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=