aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-15 09:55:45 -0700
committerGitHub <noreply@github.com>2024-07-15 09:55:45 -0700
commit3083cd537fa335d234d5ed8d52eecfb0d2aea79b (patch)
treecd164b7b3ebacd9cd694d3c322a3e1661488fc58 /go.mod
parent45cde7b5ea4aa0b5e1614a3791ba5c2d2a4b17a4 (diff)
downloadseaweedfs-3083cd537fa335d234d5ed8d52eecfb0d2aea79b.tar.xz
seaweedfs-3083cd537fa335d234d5ed8d52eecfb0d2aea79b.zip
chore(deps): bump modernc.org/sqlite from 1.30.1 to 1.30.2 (#5785)
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.30.1 to 1.30.2. - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.30.1...v1.30.2) --- updated-dependencies: - dependency-name: modernc.org/sqlite 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 f0fc2a15b..ba813a20e 100644
--- a/go.mod
+++ b/go.mod
@@ -120,7 +120,7 @@ require (
modernc.org/libc v1.52.1 // indirect
modernc.org/mathutil v1.6.0
modernc.org/memory v1.8.0 // indirect
- modernc.org/sqlite v1.30.1
+ modernc.org/sqlite v1.30.2
modernc.org/strutil v1.2.0
modernc.org/token v1.1.0 // indirect
)