Skip to content

Commit 64c3f30

Browse files
committed
vendor: github.com/google/uuid v1.6.0
full diff: google/uuid@v1.5.0...v1.6.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent fe04b22 commit 64c3f30

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
@@ -144,7 +144,7 @@ require (
144144
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
145145
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
146146
github.com/google/pprof v0.0.0-20230323073829-e72429f035bd // indirect
147-
github.com/google/uuid v1.5.0 // indirect
147+
github.com/google/uuid v1.6.0 // indirect
148148
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
149149
github.com/hanwen/go-fuse/v2 v2.4.0 // indirect
150150
github.com/hashicorp/errwrap v1.1.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ github.com/google/pprof v0.0.0-20230323073829-e72429f035bd/go.mod h1:79YE0hCXdHa
227227
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=
228228
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ=
229229
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
230-
github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU=
231-
github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
230+
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
231+
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
232232
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 h1:YBftPWNWd4WwGqtY2yeZL2ef8rHAxPBD8KFhJpmcqms=
233233
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0/go.mod h1:YN5jB8ie0yfIUg6VvR9Kz84aCaG7AsGZnLjhHbUqwPg=
234234
github.com/hanwen/go-fuse/v2 v2.4.0 h1:12OhD7CkXXQdvxG2osIdBQLdXh+nmLXY9unkUIe/xaU=

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
@@ -589,7 +589,7 @@ github.com/google/pprof/profile
589589
# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
590590
## explicit; go 1.13
591591
github.com/google/shlex
592-
# github.com/google/uuid v1.5.0
592+
# github.com/google/uuid v1.6.0
593593
## explicit
594594
github.com/google/uuid
595595
# github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0

0 commit comments

Comments
 (0)