From d8dde8606161ee428d2cca3c8a3afc6784c548b4 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Wed, 28 Aug 2024 01:03:26 +0000 Subject: [PATCH] chore(deps): update module github.com/masterminds/semver/v3 to v3.3.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9702669..9280520 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.17 require ( git.cryptic.systems/volker.raschek/dockerutils v0.2.0 - github.com/Masterminds/semver/v3 v3.2.1 + github.com/Masterminds/semver/v3 v3.3.0 github.com/spf13/cobra v1.8.1 gopkg.in/yaml.v2 v2.4.0 )