From 9d90030bc4c48713b89e6e4952b49776264ab4c8 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 16 May 2025 18:09:20 +0200 Subject: [PATCH] fix(deps): update go-testfixtures/testfixtures to latest main This halves the time for postgres integration tests, but the fix is not yet released, hence we're pointing to the version on main with the fix. See https://github.com/go-testfixtures/testfixtures/issues/288 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5a33dc6cb..a47dc0630 100644 --- a/go.mod +++ b/go.mod @@ -35,7 +35,7 @@ require ( github.com/getsentry/sentry-go/echo v0.33.0 github.com/go-ldap/ldap/v3 v3.4.11 github.com/go-sql-driver/mysql v1.9.2 - github.com/go-testfixtures/testfixtures/v3 v3.15.0 + github.com/go-testfixtures/testfixtures/v3 v3.15.1-0.20250516142852-684fa278bb8f github.com/gocarina/gocsv v0.0.0-20231116093920-b87c2d0e983a github.com/golang-jwt/jwt/v5 v5.2.2 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 diff --git a/go.sum b/go.sum index 71f3bcaaf..d2ee91781 100644 --- a/go.sum +++ b/go.sum @@ -893,6 +893,8 @@ github.com/go-testfixtures/testfixtures/v3 v3.14.0 h1:aRt5qyH2XjzFgCC5NizNs6Qrzj github.com/go-testfixtures/testfixtures/v3 v3.14.0/go.mod h1:HHb6Yd8spzm6aFZU6jwBj9qFvVUNNkx5nGbjG4UHeOE= github.com/go-testfixtures/testfixtures/v3 v3.15.0 h1:fu8Pqu2xto9OHbnWm4go0ZHXZrQB8nYlu3bXfaRYw8k= github.com/go-testfixtures/testfixtures/v3 v3.15.0/go.mod h1:0Du505tczzCjEVuFXa74gd95Z4PwuHsFW4t4PB9xNH0= +github.com/go-testfixtures/testfixtures/v3 v3.15.1-0.20250516142852-684fa278bb8f h1:EMODsZVmNZGzZN6MF6ipyqXPj7Olev4ot6xD+YzP41o= +github.com/go-testfixtures/testfixtures/v3 v3.15.1-0.20250516142852-684fa278bb8f/go.mod h1:0Du505tczzCjEVuFXa74gd95Z4PwuHsFW4t4PB9xNH0= github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss= github.com/go-viper/mapstructure/v2 v2.2.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM= github.com/gocarina/gocsv v0.0.0-20231116093920-b87c2d0e983a h1:RYfmiM0zluBJOiPDJseKLEN4BapJ42uSi9SZBQ2YyiA=