aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-12 10:17:12 -0700
committerGitHub <noreply@github.com>2024-08-12 10:17:12 -0700
commitbbde9525e4b13fcbe98bf1cb15900be7b90eb88b (patch)
tree1e73a9e013a0e60a6a6cf296f2a67e0daac85624 /go.mod
parent2405dadf785f02b5021ae6f075b0c7457da8a1ae (diff)
downloadseaweedfs-bbde9525e4b13fcbe98bf1cb15900be7b90eb88b.tar.xz
seaweedfs-bbde9525e4b13fcbe98bf1cb15900be7b90eb88b.zip
chore(deps): bump modernc.org/sqlite from 1.30.2 to 1.32.0 (#5890)
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.30.2 to 1.32.0. - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.30.2...v1.32.0) --- updated-dependencies: - dependency-name: modernc.org/sqlite 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> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 600d29492..d0c85858b 100644
--- a/go.mod
+++ b/go.mod
@@ -117,10 +117,10 @@ require (
google.golang.org/protobuf v1.34.2
gopkg.in/inf.v0 v0.9.1 // indirect
modernc.org/b v1.0.0 // indirect
- modernc.org/libc v1.52.1 // indirect
+ modernc.org/libc v1.55.3 // indirect
modernc.org/mathutil v1.6.0
modernc.org/memory v1.8.0 // indirect
- modernc.org/sqlite v1.30.2
+ modernc.org/sqlite v1.32.0
modernc.org/strutil v1.2.0
modernc.org/token v1.1.0 // indirect
)