fix(deps): update module github.com/hashicorp/go-version (v1.7.0 → v1.8.0) (#110)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-30 05:46:07 +00:00
committed by GitHub
parent fb574310f4
commit 9533d64c3c
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/ivuorinen/f2b
go 1.25
require (
github.com/hashicorp/go-version v1.7.0
github.com/hashicorp/go-version v1.8.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.10.1
)