aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-24 10:27:09 -0700
committerGitHub <noreply@github.com>2023-04-24 10:27:09 -0700
commit54440f0d6324aa8e34cbd53fd4d58ef6849682a7 (patch)
tree67ff88f8850882ef0df61373d0854b3d07690fe1 /go.mod
parentfab0ab5440ff3beaf820b049aca0da55f5039f34 (diff)
downloadseaweedfs-54440f0d6324aa8e34cbd53fd4d58ef6849682a7.tar.xz
seaweedfs-54440f0d6324aa8e34cbd53fd4d58ef6849682a7.zip
build(deps): bump modernc.org/sqlite from 1.21.1 to 1.22.0 (#4425)
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.21.1 to 1.22.0. - [Release notes](https://gitlab.com/cznic/sqlite/tags) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.21.1...v1.22.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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index c1a851331..96a3a89be 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.3 // indirect
+ modernc.org/libc v1.22.4 // indirect
modernc.org/mathutil v1.5.0 // indirect
modernc.org/memory v1.5.0 // indirect
modernc.org/opt v0.1.3 // indirect
- modernc.org/sqlite v1.21.1
+ modernc.org/sqlite v1.22.0
modernc.org/strutil v1.1.3
modernc.org/token v1.0.1 // indirect
)