aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-15 15:38:30 -0800
committerGitHub <noreply@github.com>2024-01-15 15:38:30 -0800
commit4ce95ad66273c15d4587b95091516d7fd684743d (patch)
tree2a039a9f5175cd1d8c6bb9c7e8f0030c54be8ba6 /go.mod
parent41458a578812d4a3b7288260ef788c9a9995123a (diff)
downloadseaweedfs-4ce95ad66273c15d4587b95091516d7fd684743d.tar.xz
seaweedfs-4ce95ad66273c15d4587b95091516d7fd684743d.zip
Bump modernc.org/sqlite from 1.27.0 to 1.28.0 (#5204)
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.27.0 to 1.28.0. - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.27.0...v1.28.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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 6ca8e8ca4..209afa97d 100644
--- a/go.mod
+++ b/go.mod
@@ -131,7 +131,7 @@ require (
modernc.org/mathutil v1.6.0
modernc.org/memory v1.7.2 // indirect
modernc.org/opt v0.1.3 // indirect
- modernc.org/sqlite v1.27.0
+ modernc.org/sqlite v1.28.0
modernc.org/strutil v1.2.0
modernc.org/token v1.0.1 // indirect
)