From b29558cf285044604f48138647b9a1f788829375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 19:09:07 +0000 Subject: [PATCH] feat(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 93f13d7..9a44948 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/robinvdvleuten/dsmr go 1.19 require ( - github.com/alecthomas/assert/v2 v2.9.0 + github.com/alecthomas/assert/v2 v2.10.0 github.com/alecthomas/participle/v2 v2.1.1 github.com/alecthomas/repr v0.4.0 github.com/snksoft/crc v1.1.0 diff --git a/go.sum b/go.sum index dc7ee53..286afc7 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/participle/v2 v2.1.1 h1:hrjKESvSqGHzRb4yW1ciisFJ4p3MGYih6icjJvbsmV8= github.com/alecthomas/participle/v2 v2.1.1/go.mod h1:Y1+hAs8DHPmc3YUFzqllV+eSQ9ljPTk0ZkPMtEdAx2c= github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc=