Skip to content

Commit 05fbd5c

Browse files
dependabot[bot]soumeh01
authored andcommitted
Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/Masterminds/semver/releases) - [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md) - [Commits](Masterminds/semver@v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: github.com/Masterminds/semver/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b61fc53 commit 05fbd5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/Open-CMSIS-Pack/cbuild2cmake
33
go 1.21
44

55
require (
6-
github.com/Masterminds/semver/v3 v3.3.0
6+
github.com/Masterminds/semver/v3 v3.3.1
77
github.com/Open-CMSIS-Pack/cbuild/v2 v2.6.1
88
github.com/gobs/sortedmap v1.0.0
99
github.com/otiai10/copy v1.14.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/Masterminds/semver/v3 v3.3.0 h1:B8LGeaivUe71a5qox1ICM/JLl0NqZSW5CHyL+hmvYS0=
2-
github.com/Masterminds/semver/v3 v3.3.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
1+
github.com/Masterminds/semver/v3 v3.3.1 h1:QtNSWtVZ3nBfk8mAOu/B6v7FMJ+NHTIgUPi7rj+4nv4=
2+
github.com/Masterminds/semver/v3 v3.3.1/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
33
github.com/Open-CMSIS-Pack/cbuild/v2 v2.6.1 h1:U0Cq6VVtl4U0Y9Cjlpxey9pdBVdkjctddaSvuDsDj2k=
44
github.com/Open-CMSIS-Pack/cbuild/v2 v2.6.1/go.mod h1:qe5ZY5xgKtpvysWEt7TENV9Y/03iEoGiGXLhAjDziQI=
55
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=

0 commit comments

Comments
 (0)