summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2024-12-16 11:37:53 +0000
committerLibravatar GitHub <noreply@github.com>2024-12-16 11:37:53 +0000
commit9697df0955095cb9be7b5fa0c4408ae4523d8b08 (patch)
tree737d826b4ea8bc22c0645cbbea7ab143428e0bda /go.mod
parentbump gruf/go-ffmpreg to v0.6.3 (#3624) (diff)
downloadgotosocial-9697df0955095cb9be7b5fa0c4408ae4523d8b08.tar.xz
bump ncruces/go-sqlite3 to v0.21.1 (#3625)
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 8e12c4b91..8766becda 100644
--- a/go.mod
+++ b/go.mod
@@ -62,7 +62,7 @@ require (
github.com/miekg/dns v1.1.62
github.com/minio/minio-go/v7 v7.0.81
github.com/mitchellh/mapstructure v1.5.0
- github.com/ncruces/go-sqlite3 v0.21.0
+ github.com/ncruces/go-sqlite3 v0.21.1
github.com/oklog/ulid v1.3.1
github.com/prometheus/client_golang v1.20.5
github.com/spf13/cobra v1.8.1