From def802d3c91557e90c9bbce76c1660c4547bc876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 07:55:34 +0000 Subject: [PATCH] security(dependencies): bump github.com/arikkfir/justest Bumps [github.com/arikkfir/justest](https://github.com/arikkfir/justest) from 0.3.1 to 0.7.0. - [Release notes](https://github.com/arikkfir/justest/releases) - [Commits](https://github.com/arikkfir/justest/compare/v0.3.1...v0.7.0) --- 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 | 4 ++-- go.sum | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index c3469e5..9897c0d 100644 --- a/go.mod +++ b/go.mod @@ -3,14 +3,14 @@ module github.com/arikkfir/command go 1.22.0 require ( - github.com/arikkfir/justest v0.3.1 + github.com/arikkfir/justest v0.7.0 github.com/go-loremipsum/loremipsum v1.1.3 github.com/google/go-cmp v0.6.0 golang.org/x/sys v0.22.0 ) require ( - github.com/alecthomas/chroma/v2 v2.13.0 // indirect + github.com/alecthomas/chroma/v2 v2.14.0 // indirect github.com/dlclark/regexp2 v1.11.0 // indirect github.com/stretchr/testify v1.8.4 // indirect ) diff --git a/go.sum b/go.sum index 070634d..002e485 100644 --- a/go.sum +++ b/go.sum @@ -1,11 +1,11 @@ -github.com/alecthomas/assert/v2 v2.6.0 h1:o3WJwILtexrEUk3cUVal3oiQY2tfgr/FHWiz/v2n4FU= -github.com/alecthomas/assert/v2 v2.6.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k= -github.com/alecthomas/chroma/v2 v2.13.0 h1:VP72+99Fb2zEcYM0MeaWJmV+xQvz5v5cxRHd+ooU1lI= -github.com/alecthomas/chroma/v2 v2.13.0/go.mod h1:BUGjjsD+ndS6eX37YgTchSEG+Jg9Jv1GiZs9sqPqztk= +github.com/alecthomas/assert/v2 v2.7.0 h1:QtqSACNS3tF7oasA8CU6A6sXZSBDqnm7RfpLl9bZqbE= +github.com/alecthomas/assert/v2 v2.7.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k= +github.com/alecthomas/chroma/v2 v2.14.0 h1:R3+wzpnUArGcQz7fCETQBzO5n9IMNi13iIs46aU4V9E= +github.com/alecthomas/chroma/v2 v2.14.0/go.mod h1:QolEbTfmUHIMVpBqxeDnNBj2uoeI4EbYP4i6n68SG4I= 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.3.1 h1:zvdeXjyP6YmoTQRtF9On6Ykjp/XDBlQQQnwAhPKPg0o= -github.com/arikkfir/justest v0.3.1/go.mod h1:zgaQvIBfgdiP2JZhsnaKzhxux84BxI8aI84Kc/OSDgE= +github.com/arikkfir/justest v0.7.0 h1:TGhc2RwlwGK8LFAc3UXywcX/1nO6zmU6mC4s4m6FM0g= +github.com/arikkfir/justest v0.7.0/go.mod h1:/jh9qJpKex1I+ziRNtkqLOr3effGBf60raZtS/yR+to= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI=