From d2a56a85115d4037e3cca9d28ae1aa91f9c13ddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 06:47:50 +0000 Subject: [PATCH] Bump github.com/google/flatbuffers Bumps [github.com/google/flatbuffers](https://github.com/google/flatbuffers) from 23.5.26+incompatible to 24.3.7+incompatible. - [Release notes](https://github.com/google/flatbuffers/releases) - [Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/flatbuffers/compare/v23.5.26...v24.3.7) --- updated-dependencies: - dependency-name: github.com/google/flatbuffers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 24995c7..ca83ddb 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/circonus-labs/gosnowth go 1.17 require ( - github.com/google/flatbuffers v23.5.26+incompatible + github.com/google/flatbuffers v24.3.7+incompatible github.com/google/uuid v1.6.0 github.com/openhistogram/circonusllhist v0.4.0 ) diff --git a/go.sum b/go.sum index aaee4f0..2700d0b 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/google/flatbuffers v23.5.26+incompatible h1:M9dgRyhJemaM4Sw8+66GHBu8ioaQmyPLg1b8VwK5WJg= -github.com/google/flatbuffers v23.5.26+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= +github.com/google/flatbuffers v24.3.7+incompatible h1:BxGUkIQnOciBu33bd5BdvqY8Qvo0O/GR4SPhh7x9Ed0= +github.com/google/flatbuffers v24.3.7+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/openhistogram/circonusllhist v0.4.0 h1:t77KqrahIG/iuJqTBNDBwyHu1dkvbCg30amo/TB4gKM=