chore(deps): bump golang.org/x/mod from 0.29.0 to 0.30.0

Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.29.0 to 0.30.0.
- [Commits](https://github.com/golang/mod/compare/v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-11-12 07:01:00 +00:00
committed by GitHub
parent cfc7fdb6b8
commit e10f177945
4 changed files with 6 additions and 6 deletions

View File

@@ -45,8 +45,8 @@ func IsValid(v string) bool {
// Canonical returns the canonical formatting of the semantic version v.
// It fills in any missing .MINOR or .PATCH and discards build metadata.
// Two semantic versions compare equal only if their canonical formattings
// are identical strings.
// Two semantic versions compare equal only if their canonical formatting
// is an identical string.
// The canonical invalid semantic version is the empty string.
func Canonical(v string) string {
p, ok := parse(v)

2
vendor/modules.txt vendored
View File

@@ -539,7 +539,7 @@ golang.org/x/crypto/sha3
## explicit; go 1.24.0
golang.org/x/exp/constraints
golang.org/x/exp/maps
# golang.org/x/mod v0.29.0
# golang.org/x/mod v0.30.0
## explicit; go 1.24.0
golang.org/x/mod/semver
# golang.org/x/net v0.46.0