aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-30 17:26:54 -0700
committerGitHub <noreply@github.com>2023-10-30 17:26:54 -0700
commit28525fb5002356071f8fff535ca5380909cef576 (patch)
tree765a070f4f7aeac5aa794e045f38c40b8cd85180 /go.mod
parentba11331cc1326b24a123170d41ad6271dbc51b75 (diff)
downloadseaweedfs-28525fb5002356071f8fff535ca5380909cef576.tar.xz
seaweedfs-28525fb5002356071f8fff535ca5380909cef576.zip
Bump github.com/google/uuid from 1.3.1 to 1.4.0 (#4962)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.1 to 1.4.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.3.1...v1.4.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 867bd3776..65d05ea77 100644
--- a/go.mod
+++ b/go.mod
@@ -42,7 +42,7 @@ require (
github.com/golang/snappy v0.0.4 // indirect
github.com/google/btree v1.1.2
github.com/google/go-cmp v0.6.0 // indirect
- github.com/google/uuid v1.3.1
+ github.com/google/uuid v1.4.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.0