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
This commit is contained in:
parent
64c0dc39f1
commit
9d90030bc4
2
go.mod
2
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
|
||||
|
|
|
|||
2
go.sum
2
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=
|
||||
|
|
|
|||
Loading…
Reference in New Issue