From bc8f0d07062847528b9c55171c41444bf1c70ace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 16:19:04 +0000 Subject: [PATCH] chore(deps): bump github.com/alecthomas/assert/v2 from 2.9.0 to 2.10.0 Bumps [github.com/alecthomas/assert/v2](https://github.com/alecthomas/assert) from 2.9.0 to 2.10.0. - [Commits](https://github.com/alecthomas/assert/compare/v2.9.0...v2.10.0) --- updated-dependencies: - dependency-name: github.com/alecthomas/assert/v2 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 2e9528c..88be96f 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/chezmoi/templatefuncs go 1.19 -require github.com/alecthomas/assert/v2 v2.9.0 +require github.com/alecthomas/assert/v2 v2.10.0 require ( github.com/alecthomas/repr v0.4.0 // indirect diff --git a/go.sum b/go.sum index cd2c0ca..c65b342 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/alecthomas/assert/v2 v2.9.0 h1:ZcLG8ccMEtlMLkLW4gwGpBWBb0N8MUCmsy1lYBVd1xQ= -github.com/alecthomas/assert/v2 v2.9.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k= +github.com/alecthomas/assert/v2 v2.10.0 h1:jjRCHsj6hBJhkmhznrCzoNpbA3zqy0fYiUcYZP/GkPY= +github.com/alecthomas/assert/v2 v2.10.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k= 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/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=