diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-07-12 13:12:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-12 13:12:23 -0400 |
| commit | 18998579a7bf381d94a2ae09bf900fcbc02e38d6 (patch) | |
| tree | 9684344c74fefa2ff33bbd8b834abff7fd37e95b /go.mod | |
| parent | 85db600c2116eb0d57aa958eaa7b0ec433a362f3 (diff) | |
deps(go): Bump github.com/Masterminds/semver/v3 from 3.3.1 to 3.4.0 (#2404)
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/Masterminds/semver/releases)
- [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Masterminds/semver/compare/v3.3.1...v3.4.0)
---
updated-dependencies:
- dependency-name: github.com/Masterminds/semver/v3
dependency-version: 3.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ go 1.24.1 require ( cuelang.org/go v0.13.1 github.com/Masterminds/goutils v1.1.1 - github.com/Masterminds/semver/v3 v3.3.1 + github.com/Masterminds/semver/v3 v3.4.0 github.com/Shopify/ejson v1.5.4 github.com/aws/aws-sdk-go v1.55.7 github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa |
