Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Bump github.com/mrz1836/go-cachestore from 0.1.4 to 0.1.5 #223

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2022

Bumps github.com/mrz1836/go-cachestore from 0.1.4 to 0.1.5.

Release notes

Sourced from github.com/mrz1836/go-cachestore's releases.

Release v0.1.5

Changelog

  • 6842fc0 Bump github.com/alicebob/miniredis/v2 from 2.23.0 to 2.23.1
  • 65e2896 Bump github.com/coocood/freecache from 1.2.2 to 1.2.3
  • d14674f Bump github.com/newrelic/go-agent/v3 from 3.19.2 to 3.20.0
  • 3c0b5c0 Bump github.com/newrelic/go-agent/v3 from 3.20.0 to 3.20.1
  • 6435393 Bump github.com/stretchr/testify from 1.8.0 to 1.8.1
  • f948621 Bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0
  • 9a442b4 Merge pull request #14 from mrz1836/dependabot/github_actions/master/goreleaser/goreleaser-action-3.2.0
  • 71bed15 Merge pull request #15 from mrz1836/dependabot/go_modules/master/github.com/stretchr/testify-1.8.1
  • ec3504d Merge pull request #16 from mrz1836/dependabot/go_modules/master/github.com/coocood/freecache-1.2.3
  • a64d22b Merge pull request #17 from mrz1836/dependabot/go_modules/master/github.com/newrelic/go-agent/v3-3.20.0
  • 251c36a Merge pull request #18 from mrz1836/dependabot/go_modules/master/github.com/alicebob/miniredis/v2-2.23.1
  • f0f5bd3 Merge pull request #19 from mrz1836/dependabot/go_modules/master/github.com/newrelic/go-agent/v3-3.20.1
  • ec2b92e Updated linter version
  • 331ae42 Upgraded deps
Commits
  • ec2b92e Updated linter version
  • 331ae42 Upgraded deps
  • f0f5bd3 Merge pull request #19 from mrz1836/dependabot/go_modules/master/github.com/n...
  • 3c0b5c0 Bump github.com/newrelic/go-agent/v3 from 3.20.0 to 3.20.1
  • 251c36a Merge pull request #18 from mrz1836/dependabot/go_modules/master/github.com/a...
  • 6842fc0 Bump github.com/alicebob/miniredis/v2 from 2.23.0 to 2.23.1
  • a64d22b Merge pull request #17 from mrz1836/dependabot/go_modules/master/github.com/n...
  • d14674f Bump github.com/newrelic/go-agent/v3 from 3.19.2 to 3.20.0
  • ec3504d Merge pull request #16 from mrz1836/dependabot/go_modules/master/github.com/c...
  • 65e2896 Bump github.com/coocood/freecache from 1.2.2 to 1.2.3
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/mrz1836/go-cachestore](https://github.com/mrz1836/go-cachestore) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/mrz1836/go-cachestore/releases)
- [Changelog](https://github.com/mrz1836/go-cachestore/blob/master/.goreleaser.yml)
- [Commits](mrz1836/go-cachestore@v0.1.4...v0.1.5)

---
updated-dependencies:
- dependency-name: github.com/mrz1836/go-cachestore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from mrz1836 as a code owner November 17, 2022 10:15
@dependabot dependabot bot added the chore Simple updates or version bumps label Nov 17, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #223 (96f7054) into master (2905fcb) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #223   +/-   ##
=======================================
  Coverage   52.29%   52.29%           
=======================================
  Files          87       87           
  Lines        9834     9834           
=======================================
  Hits         5143     5143           
  Misses       4281     4281           
  Partials      410      410           
Flag Coverage Δ
unittests 52.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2905fcb...96f7054. Read the comment docs.

Copy link
Contributor

@mergify mergify bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approving dependabot pull request

@mergify mergify bot merged commit a03de91 into master Nov 17, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/master/github.com/mrz1836/go-cachestore-0.1.5 branch November 17, 2022 10:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
chore Simple updates or version bumps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants