From fe17dd68e24ab1d5073cb58ca3a6d4786c9ac004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 06:28:53 +0000 Subject: [PATCH] Bump go.etcd.io/bbolt from 1.3.11 to 1.4.0 Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.3.11 to 1.4.0. - [Release notes](https://github.com/etcd-io/bbolt/releases) - [Commits](https://github.com/etcd-io/bbolt/compare/v1.3.11...v1.4.0) --- updated-dependencies: - dependency-name: go.etcd.io/bbolt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 5 ++--- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 6f6e9a0102..b34a2951fa 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,7 @@ module github.com/signalfx/splunk-otel-collector go 1.22.7 - -toolchain go1.22.10 +toolchain go1.23.6 require ( github.com/alecthomas/participle/v2 v2.1.1 @@ -131,7 +130,7 @@ require ( github.com/spf13/cast v1.7.1 github.com/spf13/pflag v1.0.6 github.com/stretchr/testify v1.10.0 - go.etcd.io/bbolt v1.3.11 + go.etcd.io/bbolt v1.4.0 go.etcd.io/etcd/client/v2 v2.305.18 go.opentelemetry.io/collector/component/componentstatus v0.119.0 go.opentelemetry.io/collector/component/componenttest v0.119.0 diff --git a/go.sum b/go.sum index f9ef263a55..a67020f80f 100644 --- a/go.sum +++ b/go.sum @@ -1860,8 +1860,8 @@ github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxt go.einride.tech/aip v0.68.0 h1:4seM66oLzTpz50u4K1zlJyOXQ3tCzcJN7I22tKkjipw= go.einride.tech/aip v0.68.0/go.mod h1:7y9FF8VtPWqpxuAxl0KQWqaULxW4zFIesD6zF5RIHHg= go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= -go.etcd.io/bbolt v1.3.11 h1:yGEzV1wPz2yVCLsD8ZAiGHhHVlczyC9d1rP43/VCRJ0= -go.etcd.io/bbolt v1.3.11/go.mod h1:dksAq7YMXoljX0xu6VF5DMZGbhYYoLUalEiSySYAS4I= +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/etcd/api/v3 v3.5.4/go.mod h1:5GB2vv4A4AOn3yk7MftYGHkUfGtDHnEraIjym4dYz5A= go.etcd.io/etcd/api/v3 v3.5.18 h1:Q4oDAKnmwqTo5lafvB+afbgCDF7E35E4EYV2g+FNGhs= go.etcd.io/etcd/api/v3 v3.5.18/go.mod h1:uY03Ob2H50077J7Qq0DeehjM/A9S8PhVfbQ1mSaMopU=