diff --git a/server/src/go.mod b/server/src/go.mod index 60738b23eb..288b280726 100644 --- a/server/src/go.mod +++ b/server/src/go.mod @@ -22,7 +22,7 @@ require ( github.com/nats-io/nats.go v1.37.0 github.com/ory/dockertest/v3 v3.11.0 github.com/stretchr/testify v1.9.0 - github.com/uptrace/bun v1.2.3 + github.com/uptrace/bun v1.2.5 github.com/uptrace/bun/dbfixture v1.2.3 github.com/uptrace/bun/dialect/pgdialect v1.2.3 github.com/uptrace/bun/extra/bundebug v1.2.3 diff --git a/server/src/go.sum b/server/src/go.sum index b4a94d4353..ef531c323b 100644 --- a/server/src/go.sum +++ b/server/src/go.sum @@ -216,8 +216,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc h1:9lRDQMhESg+zvGYmW5DyG0UqvY96Bu5QYsTLvCHdrgo= github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc/go.mod h1:bciPuU6GHm1iF1pBvUfxfsH0Wmnc2VbpgvbI9ZWuIRs= -github.com/uptrace/bun v1.2.3 h1:6KDc6YiNlXde38j9ATKufb8o7MS8zllhAOeIyELKrk0= -github.com/uptrace/bun v1.2.3/go.mod h1:8frYFHrO/Zol3I4FEjoXam0HoNk+t5k7aJRl3FXp0mk= +github.com/uptrace/bun v1.2.5 h1:gSprL5xiBCp+tzcZHgENzJpXnmQwRM/A6s4HnBF85mc= +github.com/uptrace/bun v1.2.5/go.mod h1:vkQMS4NNs4VNZv92y53uBSHXRqYyJp4bGhMHgaNCQpY= github.com/uptrace/bun/dbfixture v1.2.3 h1:yCsVQOYKSopE5bl2Fmr6i23Dd8H6GqdqvaWfVLiJ6bo= github.com/uptrace/bun/dbfixture v1.2.3/go.mod h1:QoeUj4s1pPatNKfz+wDry+6RTTOpfM1OJz+BRIzWpTo= github.com/uptrace/bun/dialect/pgdialect v1.2.3 h1:YyCxxqeL0lgFWRZzKCOt6mnxUsjqITcxSo0mLqgwMUA=