From 49ed4220265982883069e96b1eb839db5d0e3cd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 04:58:39 +0000 Subject: [PATCH] chore(deps): bump github.com/alecthomas/assert/v2 from 2.4.1 to 2.5.0 Bumps [github.com/alecthomas/assert/v2](https://github.com/alecthomas/assert) from 2.4.1 to 2.5.0. - [Commits](https://github.com/alecthomas/assert/compare/v2.4.1...v2.5.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 83f85b0..803444e 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/smlx/go-cli-github go 1.21 require ( - github.com/alecthomas/assert/v2 v2.4.1 + github.com/alecthomas/assert/v2 v2.5.0 github.com/alecthomas/kong v0.8.1 ) diff --git a/go.sum b/go.sum index f4613ec..c4f98e5 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/alecthomas/assert/v2 v2.4.1 h1:mwPZod/d35nlaCppr6sFP0rbCL05WH9fIo7lvsf47zo= -github.com/alecthomas/assert/v2 v2.4.1/go.mod h1:fw5suVxB+wfYJ3291t0hRTqtGzFYdSwstnRQdaQx2DM= +github.com/alecthomas/assert/v2 v2.5.0 h1:OJKYg53BQx06/bMRBSPDCO49CbCDNiUQXwdoNrt6x5w= +github.com/alecthomas/assert/v2 v2.5.0/go.mod h1:fw5suVxB+wfYJ3291t0hRTqtGzFYdSwstnRQdaQx2DM= github.com/alecthomas/kong v0.8.1 h1:acZdn3m4lLRobeh3Zi2S2EpnXTd1mOL6U7xVml+vfkY= github.com/alecthomas/kong v0.8.1/go.mod h1:n1iCIO2xS46oE8ZfYCNDqdR0b0wZNrXAIAqro/2132U= github.com/alecthomas/repr v0.3.0 h1:NeYzUPfjjlqHY4KtzgKJiWd6sVq2eNUPTi34PiFGjY8=