aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-13 11:50:10 -0800
committerGitHub <noreply@github.com>2025-01-13 11:50:10 -0800
commitcaf5c05dc06d276f9c30b790c232f63653bdbad4 (patch)
tree46c7c4a600fe50acea2d2a9f47b2e03039337846 /go.mod
parent8e694c0512e0383434950ad4f58650af50dd7a15 (diff)
downloadseaweedfs-caf5c05dc06d276f9c30b790c232f63653bdbad4.tar.xz
seaweedfs-caf5c05dc06d276f9c30b790c232f63653bdbad4.zip
chore(deps): bump modernc.org/mathutil from 1.7.0 to 1.7.1 (#6436)
Bumps [modernc.org/mathutil](https://gitlab.com/cznic/mathutil) from 1.7.0 to 1.7.1. - [Commits](https://gitlab.com/cznic/mathutil/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: modernc.org/mathutil dependency-type: direct:production update-type: version-update:semver-patch ... 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 a9cdc6a93..70abf3c7c 100644
--- a/go.mod
+++ b/go.mod
@@ -117,7 +117,7 @@ require (
google.golang.org/protobuf v1.36.1
gopkg.in/inf.v0 v0.9.1 // indirect
modernc.org/b v1.0.0 // indirect
- modernc.org/mathutil v1.7.0
+ modernc.org/mathutil v1.7.1
modernc.org/memory v1.8.0 // indirect
modernc.org/sqlite v1.34.4
modernc.org/strutil v1.2.0