From ed0ddd982831dd689d760dcc21a6b744be197881 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 01:54:23 +0000 Subject: [PATCH] fix(deps): update module github.com/alecthomas/assert to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d18027f..1c77eea 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/autotag-dev/autotag go 1.20 require ( - github.com/alecthomas/assert v1.0.0 + github.com/alecthomas/assert/v2 v2.11.0 github.com/alecthomas/assert/v2 v2.11.0 github.com/gogs/git-module v1.8.4 github.com/hashicorp/go-version v1.7.0