Skip to content

Commit 514802c

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 4496df3 commit 514802c

File tree

6 files changed

+57
-9
lines changed

6 files changed

+57
-9
lines changed

vendor.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/gogo/protobuf v1.3.2
2121
github.com/google/go-cmp v0.6.0
2222
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
23-
github.com/google/uuid v1.5.0
23+
github.com/google/uuid v1.6.0
2424
github.com/mattn/go-runewidth v0.0.15
2525
github.com/mitchellh/mapstructure v1.5.0
2626
github.com/moby/patternmatcher v0.6.0

vendor.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN
116116
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
117117
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=
118118
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ=
119-
github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU=
120-
github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
119+
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
120+
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
121121
github.com/gorilla/mux v1.7.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs=
122122
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
123123
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=

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
@@ -152,7 +152,7 @@ github.com/google/go-cmp/cmp/internal/value
152152
# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
153153
## explicit; go 1.13
154154
github.com/google/shlex
155-
# github.com/google/uuid v1.5.0
155+
# github.com/google/uuid v1.6.0
156156
## explicit
157157
github.com/google/uuid
158158
# github.com/gorilla/mux v1.8.1

0 commit comments

Comments
 (0)