aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-30 15:55:37 +0000
committerGitHub <noreply@github.com>2022-03-30 15:55:37 +0000
commit8be731a56df9420af7727ceb0ebfbd52a50b0654 (patch)
tree695f3f31ac9a701e6674ec9b82c54e9df7330aea /go.mod
parentce8ef60c597ebce86efab7bf50c9a6de8aeea7cf (diff)
downloadseaweedfs-8be731a56df9420af7727ceb0ebfbd52a50b0654.tar.xz
seaweedfs-8be731a56df9420af7727ceb0ebfbd52a50b0654.zip
Bump modernc.org/sqlite from 1.15.3 to 1.15.4
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.15.3 to 1.15.4. - [Release notes](https://gitlab.com/cznic/sqlite/tags) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.15.3...v1.15.4) --- 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>
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 53b460640..260640865 100644
--- a/go.mod
+++ b/go.mod
@@ -137,12 +137,12 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
modernc.org/b v1.0.0 // indirect
modernc.org/cc/v3 v3.35.24 // indirect
- modernc.org/ccgo/v3 v3.15.17 // indirect
+ modernc.org/ccgo/v3 v3.15.18 // indirect
modernc.org/libc v1.14.12 // indirect
modernc.org/mathutil v1.4.1 // indirect
modernc.org/memory v1.0.7 // indirect
modernc.org/opt v0.1.1 // indirect
- modernc.org/sqlite v1.15.3
+ modernc.org/sqlite v1.15.4
modernc.org/strutil v1.1.1 // indirect
modernc.org/token v1.0.0 // indirect
)