diff options
| author | 2024-06-12 14:21:34 +0200 | |
|---|---|---|
| committer | 2024-06-12 13:21:34 +0100 | |
| commit | 978b4176f1a31a497aaadd33f21659b318832c95 (patch) | |
| tree | 8ab36617b993a457af5d2975bedaa63a57031ff3 /go.mod | |
| parent | [bugfix] Correct Swagger path for poll voting (#2996) (diff) | |
| download | gotosocial-978b4176f1a31a497aaadd33f21659b318832c95.tar.xz | |
[chore] Upgrade wasm-sqlite to v0.16.2 (#2997)
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,7 +44,7 @@ require ( github.com/miekg/dns v1.1.59 github.com/minio/minio-go/v7 v7.0.71 github.com/mitchellh/mapstructure v1.5.0 - github.com/ncruces/go-sqlite3 v0.16.1 + github.com/ncruces/go-sqlite3 v0.16.2 github.com/oklog/ulid v1.3.1 github.com/prometheus/client_golang v1.19.1 github.com/spf13/cobra v1.8.0 @@ -199,7 +199,7 @@ require ( github.com/superseriousbusiness/go-jpeg-image-structure/v2 v2.0.0-20220321154430-d89a106fdabe // indirect github.com/superseriousbusiness/go-png-image-structure/v2 v2.0.1-SSB // indirect github.com/tdewolff/parse/v2 v2.7.14 // indirect - github.com/tetratelabs/wazero v1.7.2 // indirect + github.com/tetratelabs/wazero v1.7.3 // indirect github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect github.com/toqueteos/webbrowser v1.2.0 // indirect github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
