Skip to content

Commit 42ea3cc

Browse files
mergify[bot]dependabot[bot]ebeahanycombinator
authored
[8.19](backport #5803) build(deps): bump github.com/gofrs/uuid/v5 from 5.3.2 to 5.4.0 (#5805)
* build(deps): bump github.com/gofrs/uuid/v5 from 5.3.2 to 5.4.0 (#5803) * build(deps): bump github.com/gofrs/uuid/v5 from 5.3.2 to 5.4.0 Bumps [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid) from 5.3.2 to 5.4.0. - [Release notes](https://github.com/gofrs/uuid/releases) - [Commits](gofrs/uuid@v5.3.2...v5.4.0) --- updated-dependencies: - dependency-name: github.com/gofrs/uuid/v5 dependency-version: 5.4.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 3ace395) # Conflicts: # NOTICE-fips.txt # NOTICE.txt # go.mod # go.sum * conflicts * Running go mod tidy * Update NOTICE files --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ebeahan <[email protected]> Co-authored-by: Shaunak Kashyap <[email protected]>
1 parent aac9766 commit 42ea3cc

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

NOTICE-fips.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6718,11 +6718,11 @@ SOFTWARE.
67186718

67196719
--------------------------------------------------------------------------------
67206720
Dependency : github.com/gofrs/uuid/v5
6721-
Version: v5.2.0
6721+
Version: v5.4.0
67226722
Licence type (autodetected): MIT
67236723
--------------------------------------------------------------------------------
67246724

6725-
Contents of probable licence file $GOMODCACHE/github.com/gofrs/uuid/v5@v5.2.0/LICENSE:
6725+
Contents of probable licence file $GOMODCACHE/github.com/gofrs/uuid/v5@v5.4.0/LICENSE:
67266726

67276727
Copyright (C) 2013-2018 by Maxim Bublis <[email protected]>
67286728

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6748,11 +6748,11 @@ SOFTWARE.
67486748

67496749
--------------------------------------------------------------------------------
67506750
Dependency : github.com/gofrs/uuid/v5
6751-
Version: v5.2.0
6751+
Version: v5.4.0
67526752
Licence type (autodetected): MIT
67536753
--------------------------------------------------------------------------------
67546754

6755-
Contents of probable licence file $GOMODCACHE/github.com/gofrs/uuid/v5@v5.2.0/LICENSE:
6755+
Contents of probable licence file $GOMODCACHE/github.com/gofrs/uuid/v5@v5.4.0/LICENSE:
67566756

67576757
Copyright (C) 2013-2018 by Maxim Bublis <[email protected]>
67586758

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ require (
6262
github.com/go-logr/logr v1.4.3 // indirect
6363
github.com/go-logr/stdr v1.2.2 // indirect
6464
github.com/go-ole/go-ole v1.3.0 // indirect
65-
github.com/gofrs/uuid/v5 v5.2.0 // indirect
65+
github.com/gofrs/uuid/v5 v5.4.0 // indirect
6666
github.com/google/uuid v1.6.0 // indirect
6767
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6868
github.com/josharian/intern v1.0.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ github.com/go-ole/go-ole v1.3.0/go.mod h1:5LS6F96DhAwUc7C+1HLexzMXY1xGRSryjyPPKW
7272
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
7373
github.com/gofrs/uuid v4.4.0+incompatible h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA=
7474
github.com/gofrs/uuid v4.4.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
75-
github.com/gofrs/uuid/v5 v5.2.0 h1:qw1GMx6/y8vhVsx626ImfKMuS5CvJmhIKKtuyvfajMM=
76-
github.com/gofrs/uuid/v5 v5.2.0/go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8=
75+
github.com/gofrs/uuid/v5 v5.4.0 h1:EfbpCTjqMuGyq5ZJwxqzn3Cbr2d0rUZU7v5ycAk/e/0=
76+
github.com/gofrs/uuid/v5 v5.4.0/go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8=
7777
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
7878
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
7979
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=

testing/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/elastic/elastic-agent-libs v0.25.0
1515
github.com/elastic/fleet-server/pkg/api v0.0.0-00010101000000-000000000000
1616
github.com/elastic/fleet-server/v7 v7.0.0-00010101000000-000000000000
17-
github.com/gofrs/uuid/v5 v5.3.2
17+
github.com/gofrs/uuid/v5 v5.4.0
1818
github.com/stretchr/testify v1.11.1
1919
github.com/testcontainers/testcontainers-go v0.39.0
2020
github.com/testcontainers/testcontainers-go/modules/toxiproxy v0.39.0

testing/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ github.com/go-ole/go-ole v1.3.0 h1:Dt6ye7+vXGIKZ7Xtk4s6/xVdGDQynvom7xCFEdWr6uE=
7171
github.com/go-ole/go-ole v1.3.0/go.mod h1:5LS6F96DhAwUc7C+1HLexzMXY1xGRSryjyPPKW6zv78=
7272
github.com/go-redis/redis/v8 v8.11.5 h1:AcZZR7igkdvfVmQTPnu9WE37LRrO/YrBH5zWyjDC0oI=
7373
github.com/go-redis/redis/v8 v8.11.5/go.mod h1:gREzHqY1hg6oD9ngVRbLStwAWKhA0FEgq8Jd4h5lpwo=
74-
github.com/gofrs/uuid/v5 v5.3.2 h1:2jfO8j3XgSwlz/wHqemAEugfnTlikAYHhnqQ8Xh4fE0=
75-
github.com/gofrs/uuid/v5 v5.3.2/go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8=
74+
github.com/gofrs/uuid/v5 v5.4.0 h1:EfbpCTjqMuGyq5ZJwxqzn3Cbr2d0rUZU7v5ycAk/e/0=
75+
github.com/gofrs/uuid/v5 v5.4.0/go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8=
7676
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
7777
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
7878
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=

0 commit comments

Comments
 (0)