aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-24 01:31:08 -0800
committerGitHub <noreply@github.com>2024-12-24 01:31:08 -0800
commit9b9101b46bf5700789fcc4dbd77dabc5637a19df (patch)
tree90eb42fdfdcdbe82f560c6b08081c529a059fb89 /go.mod
parent28a4f73033a43dc202f2458b84bdded2ca5a5269 (diff)
downloadseaweedfs-9b9101b46bf5700789fcc4dbd77dabc5637a19df.tar.xz
seaweedfs-9b9101b46bf5700789fcc4dbd77dabc5637a19df.zip
chore(deps): bump modernc.org/mathutil from 1.6.0 to 1.7.0 (#6389)
Bumps [modernc.org/mathutil](https://gitlab.com/cznic/mathutil) from 1.6.0 to 1.7.0. - [Commits](https://gitlab.com/cznic/mathutil/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: modernc.org/mathutil 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 1bb856546..dbf6584c3 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.6.0
+ modernc.org/mathutil v1.7.0
modernc.org/memory v1.8.0 // indirect
modernc.org/sqlite v1.34.4
modernc.org/strutil v1.2.0