aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-03 14:16:50 -0700
committerGitHub <noreply@github.com>2024-06-03 14:16:50 -0700
commited7aef6e33d39b7d3b3f54897b850c3b4ea4be2e (patch)
tree88cea6a56b3d58e0f110903c235e97352fecfe2d /go.mod
parent32c27556035faca1d747ed25761ed87119c2675d (diff)
downloadseaweedfs-ed7aef6e33d39b7d3b3f54897b850c3b4ea4be2e.tar.xz
seaweedfs-ed7aef6e33d39b7d3b3f54897b850c3b4ea4be2e.zip
chore(deps): bump modernc.org/sqlite from 1.29.8 to 1.30.0 (#5642)
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.29.8 to 1.30.0. - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.29.8...v1.30.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.mod5
1 files changed, 2 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 8cb817d67..e26c4ee5a 100644
--- a/go.mod
+++ b/go.mod
@@ -118,10 +118,10 @@ require (
google.golang.org/protobuf v1.34.1
gopkg.in/inf.v0 v0.9.1 // indirect
modernc.org/b v1.0.0 // indirect
- modernc.org/libc v1.49.3 // indirect
+ modernc.org/libc v1.50.9 // indirect
modernc.org/mathutil v1.6.0
modernc.org/memory v1.8.0 // indirect
- modernc.org/sqlite v1.29.8
+ modernc.org/sqlite v1.30.0
modernc.org/strutil v1.2.0
modernc.org/token v1.1.0 // indirect
)
@@ -259,7 +259,6 @@ require (
github.com/lufia/plan9stats v0.0.0-20231016141302-07b5767bb0ed // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
- github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/montanaflynn/stats v0.7.0 // indirect