summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-21 16:43:56 +0200
committerLibravatar GitHub <noreply@github.com>2023-07-21 16:43:56 +0200
commit43a2753ef017329f832428e5770990a32c50fc34 (patch)
treef51006302b290f1c4f31e5f75c8869f50a6facaf /go.mod
parent[feature] Lower remote media cache config duration (#2007) (diff)
downloadgotosocial-43a2753ef017329f832428e5770990a32c50fc34.tar.xz
[chore]: Bump modernc.org/sqlite from 1.23.1 to 1.24.0 (#1993)
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.23.1 to 1.24.0. - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.23.1...v1.24.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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 6811f7189..665b96562 100644
--- a/go.mod
+++ b/go.mod
@@ -67,7 +67,7 @@ require (
golang.org/x/text v0.11.0
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.1
- modernc.org/sqlite v1.23.1
+ modernc.org/sqlite v1.24.0
mvdan.cc/xurls/v2 v2.5.0
)