diff options
| author | 2024-08-15 00:30:58 +0000 | |
|---|---|---|
| committer | 2024-08-15 00:30:58 +0000 | |
| commit | 586639ccf0e2fefbd1da2c59d5abcb8d64d37434 (patch) | |
| tree | 52a9d7412e98ef406c39f09a6fad6e3fa7a7ad49 /go.mod | |
| parent | update go-ffmpreg to v0.2.5 (pulls in latest tetratelabs/wazero) (#3203) (diff) | |
| download | gotosocial-586639ccf0e2fefbd1da2c59d5abcb8d64d37434.tar.xz | |
update go-sqlite3 to v0.18.0 (#3204)
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.74 github.com/mitchellh/mapstructure v1.5.0 - github.com/ncruces/go-sqlite3 v0.17.1 + github.com/ncruces/go-sqlite3 v0.18.0 github.com/oklog/ulid v1.3.1 github.com/prometheus/client_golang v1.19.1 github.com/spf13/cobra v1.8.1 @@ -215,7 +215,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.8.0 // indirect - golang.org/x/sys v0.23.0 // indirect + golang.org/x/sys v0.24.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 |
