summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-01 11:03:30 +0200
committerLibravatar GitHub <noreply@github.com>2023-05-01 11:03:30 +0200
commit66f09a8d930d6768ef86449b46904bef0745e6ec (patch)
tree939551cee76a39fe3f0c2b892f87bf485d6d0907 /go.mod
parent[chore]: Bump github.com/go-playground/validator/v10 (#1724) (diff)
downloadgotosocial-66f09a8d930d6768ef86449b46904bef0745e6ec.tar.xz
[chore]: Bump modernc.org/sqlite from 1.22.0 to 1.22.1 (#1726)
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.22.0 to 1.22.1. - [Release notes](https://gitlab.com/cznic/sqlite/tags) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.22.0...v1.22.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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 93f01a61b..e41a63432 100644
--- a/go.mod
+++ b/go.mod
@@ -60,7 +60,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.22.0
+ modernc.org/sqlite v1.22.1
mvdan.cc/xurls/v2 v2.5.0
)
@@ -158,7 +158,7 @@ require (
lukechampine.com/uint128 v1.2.0 // indirect
modernc.org/cc/v3 v3.40.0 // indirect
modernc.org/ccgo/v3 v3.16.13 // indirect
- modernc.org/libc v1.22.4 // indirect
+ modernc.org/libc v1.22.5 // indirect
modernc.org/mathutil v1.5.0 // indirect
modernc.org/memory v1.5.0 // indirect
modernc.org/opt v0.1.3 // indirect