aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-31 11:34:22 -0700
committerGitHub <noreply@github.com>2022-10-31 11:34:22 -0700
commit975be5ea6f7a028387f1a11f29ce5c32d49738a6 (patch)
tree6e4d3d992d3111e7e74e4b2e5c3df77b57ae3041 /go.mod
parentf26de64901364199011557adcc72915e1718b4c5 (diff)
downloadseaweedfs-975be5ea6f7a028387f1a11f29ce5c32d49738a6.tar.xz
seaweedfs-975be5ea6f7a028387f1a11f29ce5c32d49738a6.zip
build(deps): bump modernc.org/sqlite from 1.19.2 to 1.19.3 (#3931)
--- 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> 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 dbdc980f6..d802f438c 100644
--- a/go.mod
+++ b/go.mod
@@ -129,12 +129,12 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
modernc.org/b v1.0.0 // indirect
modernc.org/cc/v3 v3.40.0 // indirect
- modernc.org/ccgo/v3 v3.16.12 // indirect
- modernc.org/libc v1.20.3 // indirect
+ modernc.org/ccgo/v3 v3.16.13-0.20221017192402-261537637ce8 // indirect
+ modernc.org/libc v1.21.2 // indirect
modernc.org/mathutil v1.5.0 // indirect
modernc.org/memory v1.4.0 // indirect
modernc.org/opt v0.1.3 // indirect
- modernc.org/sqlite v1.19.2
+ modernc.org/sqlite v1.19.3
modernc.org/strutil v1.1.3
modernc.org/token v1.0.1 // indirect
)