From 0a21a30a1ddaa9ebb0a7612c14b53db70bd5ab34 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Thu, 30 Apr 2026 16:46:44 +0000 Subject: [PATCH] =?UTF-8?q?feat(deps):=20update=20module=20github.com/mast?= =?UTF-8?q?erminds/semver/v3=20v3.4.0=20=E2=86=92=20v3.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e8daf91..495dad9 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/trueforge-org/forgetool go 1.26.1 require ( - github.com/Masterminds/semver/v3 v3.4.0 + github.com/Masterminds/semver/v3 v3.5.0 github.com/beevik/ntp v1.5.0 github.com/compose-spec/compose-go/v2 v2.10.2 github.com/docker/docker v28.5.2+incompatible diff --git a/go.sum b/go.sum index 59e7a77..d9b5c0e 100644 --- a/go.sum +++ b/go.sum @@ -17,6 +17,8 @@ github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJ github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU= 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/Masterminds/sprig/v3 v3.3.0 h1:mQh0Yrg1XPo6vjYXgtf5OtijNAKJRNcTdOOGZe3tPhs= github.com/Masterminds/sprig/v3 v3.3.0/go.mod h1:Zy1iXRYNqNLUolqCpL4uhk6SHUMAOSCzdgBfDb35Lz0= github.com/Masterminds/squirrel v1.5.4 h1:uUcX/aBc8O7Fg9kaISIUsHXdKuqehiXAMQTYX8afzqM=