diff options
| author | 2024-09-14 16:36:25 +0200 | |
|---|---|---|
| committer | 2024-09-14 16:36:25 +0200 | |
| commit | 4fa0d412023ffdefc4ba63eecccd4b74e712ff7d (patch) | |
| tree | 02ad2eb48c195eb52e22e6152909f45c7cae58f6 /go.mod | |
| parent | [feature/frontend] Add dark version of brutalist theme (#3294) (diff) | |
| download | gotosocial-4fa0d412023ffdefc4ba63eecccd4b74e712ff7d.tar.xz | |
[chore] Update go-sqlite3 to 0.18.3 (#3295)
* [chore] Update go-sqlite3 to 0.18.3
* [chore] Fix getting the sqlite3.Conn
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.76 github.com/mitchellh/mapstructure v1.5.0 - github.com/ncruces/go-sqlite3 v0.18.1 + github.com/ncruces/go-sqlite3 v0.18.3 github.com/oklog/ulid v1.3.1 github.com/prometheus/client_golang v1.20.3 github.com/spf13/cobra v1.8.1 |
