summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2025-03-10 19:40:16 +0000
committerLibravatar GitHub <noreply@github.com>2025-03-10 19:40:16 +0000
commitbad12a62e60bacf5222e39e26f7da97fdea23c15 (patch)
treecd132c66b3a88dac3af27df77c71891a2bc89fa1 /go.mod
parent[chore] add warning message when wazero compiler not supported (#3894) (diff)
downloadgotosocial-bad12a62e60bacf5222e39e26f7da97fdea23c15.tar.xz
bumps our uptrace/bun dependencies to v1.2.11 (#3895)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 31c5c1b8c..dc216caef 100644
--- a/go.mod
+++ b/go.mod
@@ -66,10 +66,10 @@ require (
github.com/tetratelabs/wazero v1.9.0
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
github.com/ulule/limiter/v3 v3.11.2
- github.com/uptrace/bun v1.2.10
- github.com/uptrace/bun/dialect/pgdialect v1.2.10
- github.com/uptrace/bun/dialect/sqlitedialect v1.2.10
- github.com/uptrace/bun/extra/bunotel v1.2.10
+ github.com/uptrace/bun v1.2.11
+ github.com/uptrace/bun/dialect/pgdialect v1.2.11
+ github.com/uptrace/bun/dialect/sqlitedialect v1.2.11
+ github.com/uptrace/bun/extra/bunotel v1.2.11
github.com/wagslane/go-password-validator v0.3.0
github.com/yuin/goldmark v1.7.8
go.opentelemetry.io/otel v1.35.0