diff options
| author | 2023-09-18 11:38:56 +0100 | |
|---|---|---|
| committer | 2023-09-18 11:38:56 +0100 | |
| commit | 50b713e37a9641c25b5db5bee2d463c46d140c11 (patch) | |
| tree | 0a12055e8bd278faf453b854459191f7d8b0ef2d /go.mod | |
| parent | [feature] add paging to account follows, followers and follow requests endpoi... (diff) | |
| download | gotosocial-50b713e37a9641c25b5db5bee2d463c46d140c11.tar.xz | |
[chore] bump bun (and related libraries) versions to v1.1.16 (#2209)
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -48,10 +48,10 @@ require ( github.com/tdewolff/minify/v2 v2.12.9 github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 github.com/ulule/limiter/v3 v3.11.2 - github.com/uptrace/bun v1.1.15 - github.com/uptrace/bun/dialect/pgdialect v1.1.15 - github.com/uptrace/bun/dialect/sqlitedialect v1.1.15 - github.com/uptrace/bun/extra/bunotel v1.1.15 + github.com/uptrace/bun v1.1.16 + github.com/uptrace/bun/dialect/pgdialect v1.1.16 + github.com/uptrace/bun/dialect/sqlitedialect v1.1.16 + github.com/uptrace/bun/extra/bunotel v1.1.16 github.com/wagslane/go-password-validator v0.3.0 github.com/yuin/goldmark v1.5.6 go.opentelemetry.io/otel v1.17.0 |
