From c00cad2cebcb8136a998f6f7ba2c27672f785d10 Mon Sep 17 00:00:00 2001 From: kim Date: Tue, 22 Jul 2025 18:00:27 +0200 Subject: [chore] bump dependencies (#4339) - github.com/KimMachineGun/automemlimit v0.7.4 - github.com/miekg/dns v1.1.67 - github.com/minio/minio-go/v7 v7.0.95 - github.com/spf13/pflag v1.0.7 - github.com/tdewolff/minify/v2 v2.23.9 - github.com/uptrace/bun v1.2.15 - github.com/uptrace/bun/dialect/pgdialect v1.2.15 - github.com/uptrace/bun/dialect/sqlitedialect v1.2.15 - github.com/uptrace/bun/extra/bunotel v1.2.15 - golang.org/x/image v0.29.0 - golang.org/x/net v0.42.0 Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4339 Co-authored-by: kim Co-committed-by: kim --- vendor/github.com/uptrace/bun/dialect/feature/feature.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vendor/github.com/uptrace/bun/dialect/feature') diff --git a/vendor/github.com/uptrace/bun/dialect/feature/feature.go b/vendor/github.com/uptrace/bun/dialect/feature/feature.go index 89693fc21..65e7a0508 100644 --- a/vendor/github.com/uptrace/bun/dialect/feature/feature.go +++ b/vendor/github.com/uptrace/bun/dialect/feature/feature.go @@ -41,6 +41,7 @@ const ( DeleteOrderLimit // DELETE ... ORDER BY ... LIMIT ... DeleteReturning AlterColumnExists // ADD/DROP COLUMN IF NOT EXISTS/IF EXISTS + FKDefaultOnAction // FK ON UPDATE/ON DELETE has default value: NO ACTION ) type NotSupportError struct { @@ -91,4 +92,5 @@ var flag2str = map[Feature]string{ DeleteOrderLimit: "DeleteOrderLimit", DeleteReturning: "DeleteReturning", AlterColumnExists: "AlterColumnExists", + FKDefaultOnAction: "FKDefaultOnAction", } -- cgit v1.3