diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-24 22:50:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-24 22:50:51 +0000 |
| commit | 71a58a197a2e635b968f3cedaa74a9645818f882 (patch) | |
| tree | b57ffb1647d3fa5cde1491d0f7130e5e59fbd248 /go.mod | |
| parent | 8d23672623f4f2d11c4b7d536cdc2412eeb7c17b (diff) | |
deps(go): Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#2268)
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](https://github.com/Masterminds/semver/compare/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] <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.22.5 require ( cuelang.org/go v0.11.0 github.com/Masterminds/goutils v1.1.1 - github.com/Masterminds/semver/v3 v3.3.0 + github.com/Masterminds/semver/v3 v3.3.1 github.com/Shopify/ejson v1.5.3 github.com/aws/aws-sdk-go v1.55.5 github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa |
