From ab57b1c425b4a0df380e3eea83d6114ab88f3e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 14:10:52 +0000 Subject: [PATCH] security(dependencies): bump github.com/arikkfir/justest Bumps [github.com/arikkfir/justest](https://github.com/arikkfir/justest) from 0.2.0 to 0.3.1. - [Release notes](https://github.com/arikkfir/justest/releases) - [Commits](https://github.com/arikkfir/justest/compare/v0.2.0...v0.3.1) --- updated-dependencies: - dependency-name: github.com/arikkfir/justest dependency-type: direct:production update-type: version-update:semver-minor ... 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 1817ec4..ecc93d9 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/arikkfir/command go 1.21.0 require ( - github.com/arikkfir/justest v0.2.0 + github.com/arikkfir/justest v0.3.1 github.com/google/go-cmp v0.6.0 ) diff --git a/go.sum b/go.sum index 8d5a9d8..7d38b50 100644 --- a/go.sum +++ b/go.sum @@ -4,8 +4,8 @@ github.com/alecthomas/chroma/v2 v2.13.0 h1:VP72+99Fb2zEcYM0MeaWJmV+xQvz5v5cxRHd+ github.com/alecthomas/chroma/v2 v2.13.0/go.mod h1:BUGjjsD+ndS6eX37YgTchSEG+Jg9Jv1GiZs9sqPqztk= github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc= github.com/alecthomas/repr v0.4.0/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4= -github.com/arikkfir/justest v0.2.0 h1:7pDMGvovI2lwb8glId1wvlDJZ1B+CInFxJzU+INImik= -github.com/arikkfir/justest v0.2.0/go.mod h1:zgaQvIBfgdiP2JZhsnaKzhxux84BxI8aI84Kc/OSDgE= +github.com/arikkfir/justest v0.3.1 h1:zvdeXjyP6YmoTQRtF9On6Ykjp/XDBlQQQnwAhPKPg0o= +github.com/arikkfir/justest v0.3.1/go.mod h1:zgaQvIBfgdiP2JZhsnaKzhxux84BxI8aI84Kc/OSDgE= github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI= github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=