Skip to content

Commit 36c7789

Browse files
Merge pull request #21368 from containers/renovate/github.com-google-uuid-1.x
Update module github.com/google/uuid to v1.6.0
2 parents fc660a2 + ffd7a89 commit 36c7789

File tree

6 files changed

+57
-9
lines changed

6 files changed

+57
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/godbus/dbus/v5 v5.1.1-0.20230522191255-76236955d466
3333
github.com/google/gofuzz v1.2.0
3434
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
35-
github.com/google/uuid v1.5.0
35+
github.com/google/uuid v1.6.0
3636
github.com/gorilla/handlers v1.5.2
3737
github.com/gorilla/mux v1.8.1
3838
github.com/gorilla/schema v1.2.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,8 @@ github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
608608
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
609609
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
610610
github.com/google/uuid v1.2.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
611-
github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU=
612-
github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
611+
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
612+
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
613613
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
614614
github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=
615615
github.com/googleapis/gnostic v0.4.1/go.mod h1:LRhVm6pbyptWbWbuZ38d1eyptfvIytN3ir6b65WBswg=

vendor/github.com/google/uuid/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/uuid/hash.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/uuid/version7.go

Lines changed: 34 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ github.com/google/pprof/profile
663663
# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
664664
## explicit; go 1.13
665665
github.com/google/shlex
666-
# github.com/google/uuid v1.5.0
666+
# github.com/google/uuid v1.6.0
667667
## explicit
668668
github.com/google/uuid
669669
# github.com/gorilla/handlers v1.5.2

0 commit comments

Comments
 (0)