diff options
| author | 2024-10-25 16:09:18 +0000 | |
|---|---|---|
| committer | 2024-10-25 16:09:18 +0000 | |
| commit | 51cb6cae166388110388b128953cd01c781660d8 (patch) | |
| tree | 5526ecd37d1d60a3394b8a796191407c8cf093c5 /go.mod | |
| parent | [bugfix] incorrect /api/v_/instance domain uri fields (#3477) (diff) | |
| download | gotosocial-51cb6cae166388110388b128953cd01c781660d8.tar.xz | |
update go-sqlite3 => v0.20.0 (#3483)
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.78 github.com/mitchellh/mapstructure v1.5.0 - github.com/ncruces/go-sqlite3 v0.19.0 + github.com/ncruces/go-sqlite3 v0.20.0 github.com/oklog/ulid v1.3.1 github.com/prometheus/client_golang v1.20.5 github.com/spf13/cobra v1.8.1 |
