summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-03 10:01:54 +0000
committerLibravatar GitHub <noreply@github.com>2024-01-03 10:01:54 +0000
commited1a656be926495c058d1d18e428f29e3f1d39ba (patch)
tree40c95a9b54bb9aa80881173ffb3b0a53f218b566 /go.mod
parent[chore] Refactor HTML templates and CSS (#2480) (diff)
downloadgotosocial-ed1a656be926495c058d1d18e428f29e3f1d39ba.tar.xz
[chore]: Bump modernc.org/sqlite from 1.27.0 to 1.28.0 (#2470)
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.27.0 to 1.28.0. - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.27.0...v1.28.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 02303ed9f..b5f1f21ae 100644
--- a/go.mod
+++ b/go.mod
@@ -73,7 +73,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.27.0
+ modernc.org/sqlite v1.28.0
mvdan.cc/xurls/v2 v2.5.0
)