aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-12 10:39:09 -0700
committerGitHub <noreply@github.com>2023-06-12 10:39:09 -0700
commita5740619e1374067c6bc46e9a0636ae8f604b027 (patch)
treeca7b5b91f99e79a463d6129642b24f8ac0e2fbe1 /go.mod
parent273d677ebd52a42740a6fffc0b12026c2019af32 (diff)
downloadseaweedfs-a5740619e1374067c6bc46e9a0636ae8f604b027.tar.xz
seaweedfs-a5740619e1374067c6bc46e9a0636ae8f604b027.zip
build(deps): bump modernc.org/sqlite from 1.22.1 to 1.23.1 (#4567)
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.22.1 to 1.23.1. - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.22.1...v1.23.1) --- 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 0b122c6f4..6339ebb8f 100644
--- a/go.mod
+++ b/go.mod
@@ -134,7 +134,7 @@ require (
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.22.1
+ modernc.org/sqlite v1.23.1
modernc.org/strutil v1.1.3
modernc.org/token v1.0.1 // indirect
)