summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-12 11:25:23 +0200
committerLibravatar GitHub <noreply@github.com>2023-06-12 11:25:23 +0200
commit5d19fb1b2f70e499dd53f948bdc6d1505a9d33b1 (patch)
tree8a3dd8f9267b1643bdc2592dd7fdda8899aa9092 /go.mod
parent[bugfix] Invalidate timeline entries for status when stats change (#1879) (diff)
downloadgotosocial-5d19fb1b2f70e499dd53f948bdc6d1505a9d33b1.tar.xz
[chore]: Bump modernc.org/sqlite from 1.23.0 to 1.23.1 (#1884)
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.23.0 to 1.23.1. - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.23.0...v1.23.1) --- 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 fc60553ba..94e343c96 100644
--- a/go.mod
+++ b/go.mod
@@ -67,7 +67,7 @@ require (
golang.org/x/text v0.9.0
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.1
- modernc.org/sqlite v1.23.0
+ modernc.org/sqlite v1.23.1
mvdan.cc/xurls/v2 v2.5.0
)