Skip to content

Commit ae9924b

Browse files
go(deps): bump github.com/uptrace/bun/extra/bundebug in /server/src
Bumps [github.com/uptrace/bun/extra/bundebug](https://github.com/uptrace/bun) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/uptrace/bun/releases) - [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md) - [Commits](uptrace/bun@v1.2.5...v1.2.6) --- updated-dependencies: - dependency-name: github.com/uptrace/bun/extra/bundebug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a468935 commit ae9924b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

server/src/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
github.com/uptrace/bun v1.2.6
2727
github.com/uptrace/bun/dbfixture v1.2.6
2828
github.com/uptrace/bun/dialect/pgdialect v1.2.6
29-
github.com/uptrace/bun/extra/bundebug v1.2.5
29+
github.com/uptrace/bun/extra/bundebug v1.2.6
3030
github.com/urfave/cli/v2 v2.27.5
3131
github.com/weppos/publicsuffix-go v0.40.2
3232
go.uber.org/zap v1.27.0

server/src/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ github.com/uptrace/bun/dbfixture v1.2.6 h1:jfgkFE+CfwcwCWm1LykzquTl+JC+obGKYvA+c
230230
github.com/uptrace/bun/dbfixture v1.2.6/go.mod h1:EYJJ9CN0h4Jb2Fup7PMZOj4o9zZZCjnQmO/SEX0z8mM=
231231
github.com/uptrace/bun/dialect/pgdialect v1.2.6 h1:iNd1YLx619K+sZK+dRcWPzluurXYK1QwIkp9FEfNB/8=
232232
github.com/uptrace/bun/dialect/pgdialect v1.2.6/go.mod h1:OL7d3qZLxKYP8kxNhMg3IheN1pDR3UScGjoUP+ivxJQ=
233-
github.com/uptrace/bun/extra/bundebug v1.2.5 h1:DsI/gl4jvq5tQ84yPqnlRYIQ4U6AouTqxJ8Y5Oijfz4=
234-
github.com/uptrace/bun/extra/bundebug v1.2.5/go.mod h1:JFeYvklf5p92ZILXx4siMe2tEVn5JLelww3IGcJb4yA=
233+
github.com/uptrace/bun/extra/bundebug v1.2.6 h1:5l61LXIR2YWk/gqGSq5esha+x/qPPyhtQKORAuTfV34=
234+
github.com/uptrace/bun/extra/bundebug v1.2.6/go.mod h1:11C5ajtPrFcmIRo31TfQrmK5D2LgNIxxTQEZMz6lD2k=
235235
github.com/urfave/cli/v2 v2.27.5 h1:WoHEJLdsXr6dDWoJgMq/CboDmyY/8HMMH1fTECbih+w=
236236
github.com/urfave/cli/v2 v2.27.5/go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ=
237237
github.com/vmihailenco/msgpack/v5 v5.4.1 h1:cQriyiUvjTwOHg8QZaPihLWeRAAVoCpE00IUPn0Bjt8=

0 commit comments

Comments
 (0)