Skip to content

Commit def802d

Browse files
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](arikkfir/justest@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] <support@github.com>
1 parent 48fdfc3 commit def802d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ module github.com/arikkfir/command
33
go 1.22.0
44

55
require (
6-
github.com/arikkfir/justest v0.3.1
6+
github.com/arikkfir/justest v0.7.0
77
github.com/go-loremipsum/loremipsum v1.1.3
88
github.com/google/go-cmp v0.6.0
99
golang.org/x/sys v0.22.0
1010
)
1111

1212
require (
13-
github.com/alecthomas/chroma/v2 v2.13.0 // indirect
13+
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
1414
github.com/dlclark/regexp2 v1.11.0 // indirect
1515
github.com/stretchr/testify v1.8.4 // indirect
1616
)

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
github.com/alecthomas/assert/v2 v2.6.0 h1:o3WJwILtexrEUk3cUVal3oiQY2tfgr/FHWiz/v2n4FU=
2-
github.com/alecthomas/assert/v2 v2.6.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k=
3-
github.com/alecthomas/chroma/v2 v2.13.0 h1:VP72+99Fb2zEcYM0MeaWJmV+xQvz5v5cxRHd+ooU1lI=
4-
github.com/alecthomas/chroma/v2 v2.13.0/go.mod h1:BUGjjsD+ndS6eX37YgTchSEG+Jg9Jv1GiZs9sqPqztk=
1+
github.com/alecthomas/assert/v2 v2.7.0 h1:QtqSACNS3tF7oasA8CU6A6sXZSBDqnm7RfpLl9bZqbE=
2+
github.com/alecthomas/assert/v2 v2.7.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k=
3+
github.com/alecthomas/chroma/v2 v2.14.0 h1:R3+wzpnUArGcQz7fCETQBzO5n9IMNi13iIs46aU4V9E=
4+
github.com/alecthomas/chroma/v2 v2.14.0/go.mod h1:QolEbTfmUHIMVpBqxeDnNBj2uoeI4EbYP4i6n68SG4I=
55
github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc=
66
github.com/alecthomas/repr v0.4.0/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
7-
github.com/arikkfir/justest v0.3.1 h1:zvdeXjyP6YmoTQRtF9On6Ykjp/XDBlQQQnwAhPKPg0o=
8-
github.com/arikkfir/justest v0.3.1/go.mod h1:zgaQvIBfgdiP2JZhsnaKzhxux84BxI8aI84Kc/OSDgE=
7+
github.com/arikkfir/justest v0.7.0 h1:TGhc2RwlwGK8LFAc3UXywcX/1nO6zmU6mC4s4m6FM0g=
8+
github.com/arikkfir/justest v0.7.0/go.mod h1:/jh9qJpKex1I+ziRNtkqLOr3effGBf60raZtS/yR+to=
99
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
1010
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1111
github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI=

0 commit comments

Comments
 (0)