diff options
| author | 2024-10-08 09:15:09 +0000 | |
|---|---|---|
| committer | 2024-10-08 11:15:09 +0200 | |
| commit | 2c3f1f4ddb3b91c9a70b929aed51b4bffcc6d6ee (patch) | |
| tree | 35af97aa89abc9d6f0f73d8a4c554ac55a052e46 /go.mod | |
| parent | [feature] Distribute + ingest Accepts to followers (#3404) (diff) | |
| download | gotosocial-2c3f1f4ddb3b91c9a70b929aed51b4bffcc6d6ee.tar.xz | |
[chore] update go-sqlite3 to v0.19.0 (#3406)v0.17.0-rc2
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ require ( github.com/miekg/dns v1.1.62 github.com/minio/minio-go/v7 v7.0.77 github.com/mitchellh/mapstructure v1.5.0 - github.com/ncruces/go-sqlite3 v0.18.4 + github.com/ncruces/go-sqlite3 v0.19.0 github.com/oklog/ulid v1.3.1 github.com/prometheus/client_golang v1.20.4 github.com/spf13/cobra v1.8.1 |
