Skip to content

Commit 546b308

Browse files
go(deps): bump github.com/uptrace/bun/dialect/pgdialect from 1.2.2 to 1.2.3 in /server/src (#4454)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c3439f commit 546b308

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

server/src/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ require (
2121
github.com/ory/dockertest/v3 v3.11.0
2222
github.com/pkg/errors v0.9.1
2323
github.com/stretchr/testify v1.9.0
24-
github.com/uptrace/bun v1.2.2
24+
github.com/uptrace/bun v1.2.3
2525
github.com/uptrace/bun/dbfixture v1.2.2
26-
github.com/uptrace/bun/dialect/pgdialect v1.2.2
26+
github.com/uptrace/bun/dialect/pgdialect v1.2.3
2727
github.com/uptrace/bun/extra/bundebug v1.2.2
2828
github.com/urfave/cli/v2 v2.27.4
2929
github.com/weppos/publicsuffix-go v0.40.2

server/src/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,12 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
216216
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
217217
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc h1:9lRDQMhESg+zvGYmW5DyG0UqvY96Bu5QYsTLvCHdrgo=
218218
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc/go.mod h1:bciPuU6GHm1iF1pBvUfxfsH0Wmnc2VbpgvbI9ZWuIRs=
219-
github.com/uptrace/bun v1.2.2 h1:+PxDjUQotbncTDJ66ieIvoJ0ax/uzDeQrz+HQUVYzfo=
220-
github.com/uptrace/bun v1.2.2/go.mod h1:8frYFHrO/Zol3I4FEjoXam0HoNk+t5k7aJRl3FXp0mk=
219+
github.com/uptrace/bun v1.2.3 h1:6KDc6YiNlXde38j9ATKufb8o7MS8zllhAOeIyELKrk0=
220+
github.com/uptrace/bun v1.2.3/go.mod h1:8frYFHrO/Zol3I4FEjoXam0HoNk+t5k7aJRl3FXp0mk=
221221
github.com/uptrace/bun/dbfixture v1.2.2 h1:vJMK7zrRl1j8yrdvIh4OZNMlT1DCbQ8QR/BDJlAogyI=
222222
github.com/uptrace/bun/dbfixture v1.2.2/go.mod h1:3cQgLnYYY2UPhxK6u7uN++GM/HlQvE4VAP04cCJrwlI=
223-
github.com/uptrace/bun/dialect/pgdialect v1.2.2 h1:+wjHevzczr2rUPFkMataSrfms5389QWKtjs0+DPrixs=
224-
github.com/uptrace/bun/dialect/pgdialect v1.2.2/go.mod h1:yAXC0eUVm6o81QiZcBjXxNdSqgUX1sCmwTU4GEBb48E=
223+
github.com/uptrace/bun/dialect/pgdialect v1.2.3 h1:YyCxxqeL0lgFWRZzKCOt6mnxUsjqITcxSo0mLqgwMUA=
224+
github.com/uptrace/bun/dialect/pgdialect v1.2.3/go.mod h1:Vx9TscyEq1iN4tnirn6yYGwEflz0KG3rBZTBCLpKAjc=
225225
github.com/uptrace/bun/extra/bundebug v1.2.2 h1:9MoNv6XVDpeRpbpjhJiDw2TqBCHTwptR7NXAx/itxCw=
226226
github.com/uptrace/bun/extra/bundebug v1.2.2/go.mod h1:TGpIztKGSPeEGYd8k4Q0UOIj41GBzqJnGS5g9IWVn4w=
227227
github.com/urfave/cli/v2 v2.27.4 h1:o1owoI+02Eb+K107p27wEX9Bb8eqIoZCfLXloLUSWJ8=

0 commit comments

Comments
 (0)