diff --git a/actions/tag/calculate-semver/entrypoint/go.mod b/actions/tag/calculate-semver/entrypoint/go.mod index 48f1cc1d..54e8d942 100644 --- a/actions/tag/calculate-semver/entrypoint/go.mod +++ b/actions/tag/calculate-semver/entrypoint/go.mod @@ -5,7 +5,7 @@ go 1.24.0 toolchain go1.26.0 require ( - github.com/Masterminds/semver/v3 v3.4.0 + github.com/Masterminds/semver/v3 v3.5.0 github.com/onsi/gomega v1.39.1 github.com/sclevine/spec v1.4.0 golang.org/x/oauth2 v0.35.0 diff --git a/actions/tag/calculate-semver/entrypoint/go.sum b/actions/tag/calculate-semver/entrypoint/go.sum index e2c4a6aa..969eada4 100644 --- a/actions/tag/calculate-semver/entrypoint/go.sum +++ b/actions/tag/calculate-semver/entrypoint/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/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI= github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI= diff --git a/scripts/publish_draft_releases/go.mod b/scripts/publish_draft_releases/go.mod index 85dfe2ee..23c41627 100644 --- a/scripts/publish_draft_releases/go.mod +++ b/scripts/publish_draft_releases/go.mod @@ -5,7 +5,7 @@ go 1.21 toolchain go1.26.0 require ( - github.com/Masterminds/semver/v3 v3.4.0 + github.com/Masterminds/semver/v3 v3.5.0 github.com/fatih/color v1.18.0 github.com/spf13/pflag v1.0.10 ) diff --git a/scripts/publish_draft_releases/go.sum b/scripts/publish_draft_releases/go.sum index 6dc1d00e..47016001 100644 --- a/scripts/publish_draft_releases/go.sum +++ b/scripts/publish_draft_releases/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/fatih/color v1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM= github.com/fatih/color v1.18.0/go.mod h1:4FelSpRwEGDpQ12mAdzqdOukCy4u8WUtOY6lkT/6HfU= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=