From f8bc5a991ab8901a18c53929bcc80ab366d566cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:27:28 +0000 Subject: [PATCH] build(deps): bump github.com/mrz1836/go-datastore from 0.5.2 to 0.5.3 Bumps [github.com/mrz1836/go-datastore](https://github.com/mrz1836/go-datastore) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/mrz1836/go-datastore/releases) - [Changelog](https://github.com/mrz1836/go-datastore/blob/master/.goreleaser.yml) - [Commits](https://github.com/mrz1836/go-datastore/compare/v0.5.2...v0.5.3) --- updated-dependencies: - dependency-name: github.com/mrz1836/go-datastore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 41b649d6..96097633 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,7 @@ require ( github.com/libsv/go-bt/v2 v2.2.5 github.com/mrz1836/go-cache v0.9.0 github.com/mrz1836/go-cachestore v0.3.0 - github.com/mrz1836/go-datastore v0.5.2 + github.com/mrz1836/go-datastore v0.5.3 github.com/mrz1836/go-logger v0.3.2 github.com/newrelic/go-agent/v3 v3.26.0 github.com/pkg/errors v0.9.1 @@ -95,7 +95,7 @@ require ( github.com/segmentio/encoding v0.3.6 // indirect github.com/shopspring/decimal v1.3.1 // indirect github.com/sirupsen/logrus v1.9.3 // indirect - github.com/sosodev/duration v1.1.0 // indirect + github.com/sosodev/duration v1.2.0 // indirect github.com/spaolacci/murmur3 v1.1.0 // indirect github.com/spf13/afero v1.10.0 // indirect github.com/stretchr/objx v0.5.1 // indirect diff --git a/go.sum b/go.sum index dd26f8de..9a95baac 100644 --- a/go.sum +++ b/go.sum @@ -303,8 +303,8 @@ github.com/mrz1836/go-cache v0.9.0 h1:BDfbOLymU6ypCJKXek0Kq4Z51EC8vRZpbxvvcYW0JY github.com/mrz1836/go-cache v0.9.0/go.mod h1:Xdp2wmxzc3cZw18imDJW3UI/9En+ACtNT9uqG1+1xgE= github.com/mrz1836/go-cachestore v0.3.0 h1:8oKPvqxKNWuyOmJvnRtXD8kxdh/sYLhZM1ogB4FAoWM= github.com/mrz1836/go-cachestore v0.3.0/go.mod h1:GZQDG3XgHtmm7HTZ9csmsqtI2ImrIqEQkN5ip4PphTw= -github.com/mrz1836/go-datastore v0.5.2 h1:mJj1fKbxBCvBQs3lwxEoUby0Tr4SAtnK7MMkTPykL6A= -github.com/mrz1836/go-datastore v0.5.2/go.mod h1:85MUXJP8NxFWNO8dGNZO+iXZAgF9DBOczciyqHseNIw= +github.com/mrz1836/go-datastore v0.5.3 h1:cwhSMXljW6qe68Ip2i/1O30o25sp3hrdmLym5iq2ITQ= +github.com/mrz1836/go-datastore v0.5.3/go.mod h1:lNBTDi9XYKrf/eApvm4OAKk3Hnnzg9f0VaB3J75INxc= github.com/mrz1836/go-logger v0.3.2 h1:bjd23NwVaLWncXgXAyxAwWLQ02of0Ci3iJIZZEakkFU= github.com/mrz1836/go-logger v0.3.2/go.mod h1:8gWPdqxOAFNJOHDXS2ducgsokUOf0wWtAAM3LXPrhYo= github.com/newrelic/go-agent/v3 v3.26.0 h1:xJkqiQgLtC3ys5zoBxD91ITm7sVHZNEF+7/mqmFjnl0= @@ -354,8 +354,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c/go.mod h1:XDJAKZRPZ1CvBcN2aX5YOUTYGHki24fSF0Iv48Ibg0s= -github.com/sosodev/duration v1.1.0 h1:kQcaiGbJaIsRqgQy7VGlZrVw1giWO+lDoX3MCPnpVO4= -github.com/sosodev/duration v1.1.0/go.mod h1:RQIBBX0+fMLc/D9+Jb/fwvVmo0eZvDDEERAikUR6SDg= +github.com/sosodev/duration v1.2.0 h1:pqK/FLSjsAADWY74SyWDCjOcd5l7H8GSnnOGEB9A1Us= +github.com/sosodev/duration v1.2.0/go.mod h1:RQIBBX0+fMLc/D9+Jb/fwvVmo0eZvDDEERAikUR6SDg= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI= github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=