aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-01 10:51:01 -0800
committerGitHub <noreply@github.com>2024-01-01 10:51:01 -0800
commit75fe27f3b11f2f62ae004be2f1da1f76af114b7a (patch)
tree9fff7d0c4024b9affdec55cb5d85fa8f3e6aadaa /go.mod
parentdcea9acd36c550c8e42d5737818a39f96344359a (diff)
downloadseaweedfs-75fe27f3b11f2f62ae004be2f1da1f76af114b7a.tar.xz
seaweedfs-75fe27f3b11f2f62ae004be2f1da1f76af114b7a.zip
Bump github.com/google/uuid from 1.4.0 to 1.5.0 (#5146)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/google/uuid/releases) - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/uuid/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 751f03174..c57f29db9 100644
--- a/go.mod
+++ b/go.mod
@@ -41,7 +41,7 @@ require (
github.com/golang/protobuf v1.5.3
github.com/golang/snappy v0.0.4 // indirect
github.com/google/btree v1.1.2
- github.com/google/uuid v1.4.0
+ github.com/google/uuid v1.5.0
github.com/google/wire v0.5.0 // indirect
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
github.com/gorilla/mux v1.8.1