aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-07 11:17:59 +0000
committerGitHub <noreply@github.com>2024-06-07 11:17:59 +0000
commit8ebaeb2a13cb0a513ede50760b69f8a1827ef071 (patch)
tree31297bb70598f61bc96b09803f7f302afdb5ab79 /go.mod
parent04ef45f090ffbb0a47086c42947cb77cd1f4655d (diff)
downloadx-8ebaeb2a13cb0a513ede50760b69f8a1827ef071.tar.xz
x-8ebaeb2a13cb0a513ede50760b69f8a1827ef071.zip
build(deps): bump modernc.org/sqlite from 1.29.10 to 1.30.0 (#611)
* build(deps): bump modernc.org/sqlite from 1.29.10 to 1.30.0 Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.29.10 to 1.30.0. - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.29.10...v1.30.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> * Bump Go mod SRI --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mimi <mimi@xeserv.us>
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 7894673..5095cf4 100644
--- a/go.mod
+++ b/go.mod
@@ -68,7 +68,7 @@ require (
gorm.io/gorm v1.25.10
gorm.io/plugin/prometheus v0.1.0
honnef.co/go/transmission v0.0.0-20200712215954-58262f0ca9c9
- modernc.org/sqlite v1.29.10
+ modernc.org/sqlite v1.30.0
nhooyr.io/websocket v1.8.11
tailscale.com v1.66.4
tulpa.dev/cadey/jvozba v0.0.0-20200326200349-f0ebe310be06
@@ -222,7 +222,7 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.2.1 // indirect
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
- modernc.org/libc v1.49.3 // indirect
+ modernc.org/libc v1.50.9 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.8.0 // indirect
modernc.org/strutil v1.2.0 // indirect