From 44d7635144baff0243de1a7af34f8abefe657af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:35:58 +0000 Subject: [PATCH] build(deps): bump github.com/mrz1836/go-cachestore from 0.3.1 to 0.3.2 Bumps [github.com/mrz1836/go-cachestore](https://github.com/mrz1836/go-cachestore) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/mrz1836/go-cachestore/releases) - [Changelog](https://github.com/mrz1836/go-cachestore/blob/master/.goreleaser.yml) - [Commits](https://github.com/mrz1836/go-cachestore/compare/v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: github.com/mrz1836/go-cachestore 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 ab7029794..2a91c1530 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/gofrs/uuid v4.4.0+incompatible github.com/julienschmidt/httprouter v1.3.0 github.com/mrz1836/go-api-router v0.6.3 - github.com/mrz1836/go-cachestore v0.3.1 + github.com/mrz1836/go-cachestore v0.3.2 github.com/mrz1836/go-datastore v0.5.5 github.com/mrz1836/go-logger v0.3.2 github.com/mrz1836/go-parameters v0.4.0 @@ -91,7 +91,7 @@ require ( github.com/miekg/dns v1.1.56 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/montanaflynn/stats v0.7.1 // indirect - github.com/mrz1836/go-cache v0.9.1 // indirect + github.com/mrz1836/go-cache v0.9.2 // indirect github.com/newrelic/go-agent/v3/integrations/nrmongo v1.1.1 // indirect github.com/pelletier/go-toml/v2 v2.1.0 // indirect github.com/pkg/errors v0.9.1 // indirect diff --git a/go.sum b/go.sum index de9e829f0..463c153c2 100644 --- a/go.sum +++ b/go.sum @@ -331,10 +331,10 @@ github.com/montanaflynn/stats v0.7.1 h1:etflOAAHORrCC44V+aR6Ftzort912ZU+YLiSTuV8 github.com/montanaflynn/stats v0.7.1/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= github.com/mrz1836/go-api-router v0.6.3 h1:PxnMcY2C42KqDEAV6ZojMvxBL5Ri6CCQerQb8dRTR4A= github.com/mrz1836/go-api-router v0.6.3/go.mod h1:K8lGUvdQ2215ZT2aTSQaeeM8zSc2ObgpQrd7QB9FhOc= -github.com/mrz1836/go-cache v0.9.1 h1:GA3pDxsk+CfX1Ha/7nml/myOSuD0Tpy4rAB3zajMTdk= -github.com/mrz1836/go-cache v0.9.1/go.mod h1:CUsjGm6ed7QhqX0KkNeWn49b2z0hSG7uF2dHUF4NQFI= -github.com/mrz1836/go-cachestore v0.3.1 h1:wVWINWtyJ9viM6GPvoTuth/9d2KW4BglJGUdKkViRck= -github.com/mrz1836/go-cachestore v0.3.1/go.mod h1:FKRWABSELfAFQbl6ea7LHou3B1s837Q2g/ZFXgF9uEA= +github.com/mrz1836/go-cache v0.9.2 h1:pQK3SJg6kfbn43oKW68R3qCWRILKSvSHs3qvwn8OzHc= +github.com/mrz1836/go-cache v0.9.2/go.mod h1:IphLH8lmLdSI5N+8MswFEaqP1bJQ8800CxXre5nJD4M= +github.com/mrz1836/go-cachestore v0.3.2 h1:10M2/i0qPMptKSpaonADivy0dW+12asQEgxPGPiWiTM= +github.com/mrz1836/go-cachestore v0.3.2/go.mod h1:lbqHEmnRHF/TxW4avcMflARDpdUDI/Jh4XFnMqGRNuM= github.com/mrz1836/go-datastore v0.5.5 h1:8ATXU+BnZHFYfQGSsKRQdHFSNkyb9obR2C7QhfhP180= github.com/mrz1836/go-datastore v0.5.5/go.mod h1:jl+5ugDaxFQeT/UvkcxAZc1b4k8KD14gUdQyqafDY2k= github.com/mrz1836/go-logger v0.3.2 h1:bjd23NwVaLWncXgXAyxAwWLQ02of0Ci3iJIZZEakkFU=