aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-28 09:18:35 -0700
committerGitHub <noreply@github.com>2023-08-28 09:18:35 -0700
commit1faf9afb9190f2e62aadbb79246ff2d60ca4df54 (patch)
treeebba25ec274b2cdc5a9cc098d9d037f3f14e2f07 /go.mod
parentcf44633491b4d7fd1ab1109d78ff503346e96c09 (diff)
downloadseaweedfs-1faf9afb9190f2e62aadbb79246ff2d60ca4df54.tar.xz
seaweedfs-1faf9afb9190f2e62aadbb79246ff2d60ca4df54.zip
Bump modernc.org/sqlite from 1.24.0 to 1.25.0 (#4793)
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.24.0 to 1.25.0. - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.24.0...v1.25.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>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 4424f0849..f62cd539f 100644
--- a/go.mod
+++ b/go.mod
@@ -130,11 +130,11 @@ require (
modernc.org/b v1.0.0 // indirect
modernc.org/cc/v3 v3.40.0 // indirect
modernc.org/ccgo/v3 v3.16.13 // indirect
- modernc.org/libc v1.22.5 // indirect
+ modernc.org/libc v1.24.1 // indirect
modernc.org/mathutil v1.5.0
- modernc.org/memory v1.5.0 // indirect
+ modernc.org/memory v1.6.0 // indirect
modernc.org/opt v0.1.3 // indirect
- modernc.org/sqlite v1.24.0
+ modernc.org/sqlite v1.25.0
modernc.org/strutil v1.1.3
modernc.org/token v1.0.1 // indirect
)