From 64b8fec48b02832be48755a93bec86db073d5232 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 19:47:43 +0000 Subject: [PATCH] chore(deps): update module github.com/masterminds/semver/v3 to v3.5.0 --- version/go.mod | 2 +- version/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/version/go.mod b/version/go.mod index 8265946..96c78db 100644 --- a/version/go.mod +++ b/version/go.mod @@ -3,7 +3,7 @@ module github.com/cidverse/cidverseutils/version go 1.21 require ( - github.com/Masterminds/semver/v3 v3.4.0 + github.com/Masterminds/semver/v3 v3.5.0 github.com/hashicorp/go-version v1.9.0 github.com/stretchr/testify v1.11.1 ) diff --git a/version/go.sum b/version/go.sum index 05a1def..e4141d4 100644 --- a/version/go.sum +++ b/version/go.sum @@ -1,5 +1,5 @@ -github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0= -github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM= +github.com/Masterminds/semver/v3 v3.5.0 h1:kQceYJfbupGfZOKZQg0kou0DgAKhzDg2NZPAwZ/2OOE= +github.com/Masterminds/semver/v3 v3.5.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/hashicorp/go-version v1.9.0 h1:CeOIz6k+LoN3qX9Z0tyQrPtiB1DFYRPfCIBtaXPSCnA=