Skip to content

Commit c446580

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
build(deps): bump github.com/hashicorp/go-version from 1.7.0 to 1.8.0 (#5982)
* build(deps): bump github.com/hashicorp/go-version from 1.7.0 to 1.8.0 Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/hashicorp/go-version/releases) - [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md) - [Commits](hashicorp/go-version@v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-version dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Post dependabot file modifications --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 7bcf16a)
1 parent 53055bb commit c446580

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

NOTICE-fips.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,13 +1565,13 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15651565

15661566
--------------------------------------------------------------------------------
15671567
Dependency : github.com/hashicorp/go-version
1568-
Version: v1.7.0
1568+
Version: v1.8.0
15691569
Licence type (autodetected): MPL-2.0
15701570
--------------------------------------------------------------------------------
15711571

1572-
Contents of probable licence file $GOMODCACHE/github.com/hashicorp/go-version@v1.7.0/LICENSE:
1572+
Contents of probable licence file $GOMODCACHE/github.com/hashicorp/go-version@v1.8.0/LICENSE:
15731573

1574-
Copyright (c) 2014 HashiCorp, Inc.
1574+
Copyright IBM Corp. 2014, 2025
15751575

15761576
Mozilla Public License, version 2.0
15771577

NOTICE.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,13 +1565,13 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15651565

15661566
--------------------------------------------------------------------------------
15671567
Dependency : github.com/hashicorp/go-version
1568-
Version: v1.7.0
1568+
Version: v1.8.0
15691569
Licence type (autodetected): MPL-2.0
15701570
--------------------------------------------------------------------------------
15711571

1572-
Contents of probable licence file $GOMODCACHE/github.com/hashicorp/go-version@v1.7.0/LICENSE:
1572+
Contents of probable licence file $GOMODCACHE/github.com/hashicorp/go-version@v1.8.0/LICENSE:
15731573

1574-
Copyright (c) 2014 HashiCorp, Inc.
1574+
Copyright IBM Corp. 2014, 2025
15751575

15761576
Mozilla Public License, version 2.0
15771577

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/gofrs/uuid v4.4.0+incompatible
1717
github.com/google/go-cmp v0.7.0
1818
github.com/hashicorp/go-cleanhttp v0.5.2
19-
github.com/hashicorp/go-version v1.7.0
19+
github.com/hashicorp/go-version v1.8.0
2020
github.com/hashicorp/golang-lru/v2 v2.0.7
2121
github.com/magefile/mage v1.15.0
2222
github.com/mailru/easyjson v0.9.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
8585
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
8686
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
8787
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
88-
github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=
89-
github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
88+
github.com/hashicorp/go-version v1.8.0 h1:KAkNb1HAiZd1ukkxDFGmokVZe1Xy9HG6NUp+bPle2i4=
89+
github.com/hashicorp/go-version v1.8.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
9090
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
9191
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
9292
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=

0 commit comments

Comments
 (0)