summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-21 11:14:24 +0000
committerLibravatar GitHub <noreply@github.com>2024-03-21 11:14:24 +0000
commit967558947a6712a01d14fa18005dc3abffa9818d (patch)
tree5296b96284cabcb97825de4277a9116bb5bbf7a9 /go.mod
parent[chore]: Bump github.com/tdewolff/minify/v2 from 2.20.18 to 2.20.19 (#2767) (diff)
downloadgotosocial-967558947a6712a01d14fa18005dc3abffa9818d.tar.xz
[chore]: Bump modernc.org/sqlite from 1.29.4 to 1.29.5 (#2768)
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.29.4 to 1.29.5. - [Commits](https://gitlab.com/cznic/sqlite/commits/v1.29.5) --- 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> 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 bf556309a..15c5af238 100644
--- a/go.mod
+++ b/go.mod
@@ -76,7 +76,7 @@ require (
golang.org/x/text v0.14.0
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.1
- modernc.org/sqlite v1.29.4
+ modernc.org/sqlite v1.29.5
mvdan.cc/xurls/v2 v2.5.0
)