diff options
| author | 2024-07-05 12:06:03 +0200 | |
|---|---|---|
| committer | 2024-07-05 12:06:03 +0200 | |
| commit | 49009fbd8f3c48d5f1a234a0c9914c128fcd14b4 (patch) | |
| tree | 7dd35632592599c51b372e97504ceb270b3daf90 /go.mod | |
| parent | [bugfix] Handle ErrHideStatus when preparing timeline statuses (#3071) (diff) | |
| download | gotosocial-49009fbd8f3c48d5f1a234a0c9914c128fcd14b4.tar.xz | |
[chore] Update ncruces/go-sqlite3 to 0.17 (#3072)
This fixes some linkname shenanigans previous versions of the library
were using. It's now safe to upgrade to Go 1.23 and beyond once they
become available.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,7 +45,7 @@ require ( github.com/miekg/dns v1.1.61 github.com/minio/minio-go/v7 v7.0.72 github.com/mitchellh/mapstructure v1.5.0 - github.com/ncruces/go-sqlite3 v0.16.3 + github.com/ncruces/go-sqlite3 v0.17.0 github.com/oklog/ulid v1.3.1 github.com/prometheus/client_golang v1.19.1 github.com/spf13/cobra v1.8.1 @@ -214,7 +214,7 @@ require ( golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect golang.org/x/mod v0.18.0 // indirect golang.org/x/sync v0.7.0 // indirect - golang.org/x/sys v0.21.0 // indirect + golang.org/x/sys v0.22.0 // indirect golang.org/x/tools v0.22.0 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect |
