Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/distributed/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ require (
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
github.com/tenkoh/goldmark-img64 v0.1.2 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/uptrace/bun v1.2.14 // indirect
github.com/uptrace/bun v1.2.15 // indirect
github.com/uptrace/bun/dialect/pgdialect v1.2.14 // indirect
github.com/uptrace/bun/dialect/sqlitedialect v1.2.14 // indirect
github.com/uptrace/bun/driver/pgdriver v1.2.14 // indirect
github.com/uptrace/bun/driver/pgdriver v1.2.15 // indirect
github.com/uptrace/bun/driver/sqliteshim v1.2.14 // indirect
github.com/uptrace/bun/extra/bundebug v1.2.14 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions examples/distributed/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@ github.com/tenkoh/goldmark-img64 v0.1.2 h1:z2LX9PycENbXdAUQKwk0fyKGxuQ04wWnKHLnY
github.com/tenkoh/goldmark-img64 v0.1.2/go.mod h1:m3Z5ytQWSf1Lcdv2cXWXSRB7epGz5ka7kUeXTDSgDwk=
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.14 h1:5yFSfi/yVWEzQ2lAaHz+JfWN9AHmqYtNmlbaUbAp3rU=
github.com/uptrace/bun v1.2.14/go.mod h1:ZS4nPaEv2Du3OFqAD/irk3WVP6xTB3/9TWqjJbgKYBU=
github.com/uptrace/bun v1.2.15 h1:Ut68XRBLDgp9qG9QBMa9ELWaZOmzHNdczHQdrOZbEFE=
github.com/uptrace/bun v1.2.15/go.mod h1:Eghz7NonZMiTX/Z6oKYytJ0oaMEJ/eq3kEV4vSqG038=
github.com/uptrace/bun/dialect/pgdialect v1.2.14 h1:1jmCn7zcYIJDSk1pJO//b11k9NQP1rpWZoyxfoNdpzI=
github.com/uptrace/bun/dialect/pgdialect v1.2.14/go.mod h1:MrRlsIpWIyOCNosWuG8bVtLb80JyIER5ci0VlTa38dU=
github.com/uptrace/bun/dialect/sqlitedialect v1.2.14 h1:eLXmNpy2TSsWJNpyIIIeLBa5M+Xxc4n8jX5ASeuvWrg=
github.com/uptrace/bun/dialect/sqlitedialect v1.2.14/go.mod h1:oORBd9Y7RiAOHAshjuebSFNPZNPLXYcvEWmibuJ8RRk=
github.com/uptrace/bun/driver/pgdriver v1.2.14 h1:luLg0draTX3p8uk6yXpGaliW1mNyHH6tmdvkYiVF+Ko=
github.com/uptrace/bun/driver/pgdriver v1.2.14/go.mod h1:wK5o2IegmuGBRxM/23NZ51nFfWokCw/TMSsAlQUaa2o=
github.com/uptrace/bun/driver/pgdriver v1.2.15 h1:eZZ60ZtUUE6jjv6VAI1pCMaTgtx3sxmChQzwbvchOOo=
github.com/uptrace/bun/driver/pgdriver v1.2.15/go.mod h1:s2zz/BAeScal4KLFDI8PURwATN8s9RDBsElEbnPAjv4=
github.com/uptrace/bun/driver/sqliteshim v1.2.14 h1:FuosQAedZdWIJKfUQ68E/TSjGpySrO+V7hu+1B1pEws=
github.com/uptrace/bun/driver/sqliteshim v1.2.14/go.mod h1:3y8nahuEGb+wWyJ+UUs2OkGHIfZ/zB2EtCX2R1LbqLI=
github.com/uptrace/bun/extra/bundebug v1.2.14 h1:BThGgGZ83sytVqa6Kyr3uyWRDTQ0/d2/p5rNQ3HJliw=
Expand Down
4 changes: 2 additions & 2 deletions examples/simple/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ require (
github.com/samber/lo v1.51.0 // indirect
github.com/samber/slog-echo v1.16.1 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/uptrace/bun v1.2.14 // indirect
github.com/uptrace/bun v1.2.15 // indirect
github.com/uptrace/bun/dialect/pgdialect v1.2.14 // indirect
github.com/uptrace/bun/dialect/sqlitedialect v1.2.14 // indirect
github.com/uptrace/bun/driver/pgdriver v1.2.14 // indirect
github.com/uptrace/bun/driver/pgdriver v1.2.15 // indirect
github.com/uptrace/bun/driver/sqliteshim v1.2.14 // indirect
github.com/uptrace/bun/extra/bundebug v1.2.14 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions examples/simple/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
github.com/stretchr/testify v1.10.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.14 h1:5yFSfi/yVWEzQ2lAaHz+JfWN9AHmqYtNmlbaUbAp3rU=
github.com/uptrace/bun v1.2.14/go.mod h1:ZS4nPaEv2Du3OFqAD/irk3WVP6xTB3/9TWqjJbgKYBU=
github.com/uptrace/bun v1.2.15 h1:Ut68XRBLDgp9qG9QBMa9ELWaZOmzHNdczHQdrOZbEFE=
github.com/uptrace/bun v1.2.15/go.mod h1:Eghz7NonZMiTX/Z6oKYytJ0oaMEJ/eq3kEV4vSqG038=
github.com/uptrace/bun/dialect/pgdialect v1.2.14 h1:1jmCn7zcYIJDSk1pJO//b11k9NQP1rpWZoyxfoNdpzI=
github.com/uptrace/bun/dialect/pgdialect v1.2.14/go.mod h1:MrRlsIpWIyOCNosWuG8bVtLb80JyIER5ci0VlTa38dU=
github.com/uptrace/bun/dialect/sqlitedialect v1.2.14 h1:eLXmNpy2TSsWJNpyIIIeLBa5M+Xxc4n8jX5ASeuvWrg=
github.com/uptrace/bun/dialect/sqlitedialect v1.2.14/go.mod h1:oORBd9Y7RiAOHAshjuebSFNPZNPLXYcvEWmibuJ8RRk=
github.com/uptrace/bun/driver/pgdriver v1.2.14 h1:luLg0draTX3p8uk6yXpGaliW1mNyHH6tmdvkYiVF+Ko=
github.com/uptrace/bun/driver/pgdriver v1.2.14/go.mod h1:wK5o2IegmuGBRxM/23NZ51nFfWokCw/TMSsAlQUaa2o=
github.com/uptrace/bun/driver/pgdriver v1.2.15 h1:eZZ60ZtUUE6jjv6VAI1pCMaTgtx3sxmChQzwbvchOOo=
github.com/uptrace/bun/driver/pgdriver v1.2.15/go.mod h1:s2zz/BAeScal4KLFDI8PURwATN8s9RDBsElEbnPAjv4=
github.com/uptrace/bun/driver/sqliteshim v1.2.14 h1:FuosQAedZdWIJKfUQ68E/TSjGpySrO+V7hu+1B1pEws=
github.com/uptrace/bun/driver/sqliteshim v1.2.14/go.mod h1:3y8nahuEGb+wWyJ+UUs2OkGHIfZ/zB2EtCX2R1LbqLI=
github.com/uptrace/bun/extra/bundebug v1.2.14 h1:BThGgGZ83sytVqa6Kyr3uyWRDTQ0/d2/p5rNQ3HJliw=
Expand Down
4 changes: 2 additions & 2 deletions examples/split/scan_service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ require (
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
github.com/tenkoh/goldmark-img64 v0.1.2 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/uptrace/bun v1.2.14 // indirect
github.com/uptrace/bun v1.2.15 // indirect
github.com/uptrace/bun/dialect/pgdialect v1.2.14 // indirect
github.com/uptrace/bun/dialect/sqlitedialect v1.2.14 // indirect
github.com/uptrace/bun/driver/pgdriver v1.2.14 // indirect
github.com/uptrace/bun/driver/pgdriver v1.2.15 // indirect
github.com/uptrace/bun/driver/sqliteshim v1.2.14 // indirect
github.com/uptrace/bun/extra/bundebug v1.2.14 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions examples/split/scan_service/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,14 @@ github.com/tenkoh/goldmark-img64 v0.1.2/go.mod h1:m3Z5ytQWSf1Lcdv2cXWXSRB7epGz5k
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/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
github.com/uptrace/bun v1.2.14 h1:5yFSfi/yVWEzQ2lAaHz+JfWN9AHmqYtNmlbaUbAp3rU=
github.com/uptrace/bun v1.2.14/go.mod h1:ZS4nPaEv2Du3OFqAD/irk3WVP6xTB3/9TWqjJbgKYBU=
github.com/uptrace/bun v1.2.15 h1:Ut68XRBLDgp9qG9QBMa9ELWaZOmzHNdczHQdrOZbEFE=
github.com/uptrace/bun v1.2.15/go.mod h1:Eghz7NonZMiTX/Z6oKYytJ0oaMEJ/eq3kEV4vSqG038=
github.com/uptrace/bun/dialect/pgdialect v1.2.14 h1:1jmCn7zcYIJDSk1pJO//b11k9NQP1rpWZoyxfoNdpzI=
github.com/uptrace/bun/dialect/pgdialect v1.2.14/go.mod h1:MrRlsIpWIyOCNosWuG8bVtLb80JyIER5ci0VlTa38dU=
github.com/uptrace/bun/dialect/sqlitedialect v1.2.14 h1:eLXmNpy2TSsWJNpyIIIeLBa5M+Xxc4n8jX5ASeuvWrg=
github.com/uptrace/bun/dialect/sqlitedialect v1.2.14/go.mod h1:oORBd9Y7RiAOHAshjuebSFNPZNPLXYcvEWmibuJ8RRk=
github.com/uptrace/bun/driver/pgdriver v1.2.14 h1:luLg0draTX3p8uk6yXpGaliW1mNyHH6tmdvkYiVF+Ko=
github.com/uptrace/bun/driver/pgdriver v1.2.14/go.mod h1:wK5o2IegmuGBRxM/23NZ51nFfWokCw/TMSsAlQUaa2o=
github.com/uptrace/bun/driver/pgdriver v1.2.15 h1:eZZ60ZtUUE6jjv6VAI1pCMaTgtx3sxmChQzwbvchOOo=
github.com/uptrace/bun/driver/pgdriver v1.2.15/go.mod h1:s2zz/BAeScal4KLFDI8PURwATN8s9RDBsElEbnPAjv4=
github.com/uptrace/bun/driver/sqliteshim v1.2.14 h1:FuosQAedZdWIJKfUQ68E/TSjGpySrO+V7hu+1B1pEws=
github.com/uptrace/bun/driver/sqliteshim v1.2.14/go.mod h1:3y8nahuEGb+wWyJ+UUs2OkGHIfZ/zB2EtCX2R1LbqLI=
github.com/uptrace/bun/extra/bundebug v1.2.14 h1:BThGgGZ83sytVqa6Kyr3uyWRDTQ0/d2/p5rNQ3HJliw=
Expand Down
4 changes: 2 additions & 2 deletions examples/split/webapp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ require (
github.com/samber/slog-echo v1.16.1 // indirect
github.com/tenkoh/goldmark-img64 v0.1.2 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/uptrace/bun v1.2.14 // indirect
github.com/uptrace/bun v1.2.15 // indirect
github.com/uptrace/bun/dialect/pgdialect v1.2.14 // indirect
github.com/uptrace/bun/dialect/sqlitedialect v1.2.14 // indirect
github.com/uptrace/bun/driver/pgdriver v1.2.14 // indirect
github.com/uptrace/bun/driver/pgdriver v1.2.15 // indirect
github.com/uptrace/bun/driver/sqliteshim v1.2.14 // indirect
github.com/uptrace/bun/extra/bundebug v1.2.14 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions examples/split/webapp/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,14 @@ github.com/tenkoh/goldmark-img64 v0.1.2/go.mod h1:m3Z5ytQWSf1Lcdv2cXWXSRB7epGz5k
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/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
github.com/uptrace/bun v1.2.14 h1:5yFSfi/yVWEzQ2lAaHz+JfWN9AHmqYtNmlbaUbAp3rU=
github.com/uptrace/bun v1.2.14/go.mod h1:ZS4nPaEv2Du3OFqAD/irk3WVP6xTB3/9TWqjJbgKYBU=
github.com/uptrace/bun v1.2.15 h1:Ut68XRBLDgp9qG9QBMa9ELWaZOmzHNdczHQdrOZbEFE=
github.com/uptrace/bun v1.2.15/go.mod h1:Eghz7NonZMiTX/Z6oKYytJ0oaMEJ/eq3kEV4vSqG038=
github.com/uptrace/bun/dialect/pgdialect v1.2.14 h1:1jmCn7zcYIJDSk1pJO//b11k9NQP1rpWZoyxfoNdpzI=
github.com/uptrace/bun/dialect/pgdialect v1.2.14/go.mod h1:MrRlsIpWIyOCNosWuG8bVtLb80JyIER5ci0VlTa38dU=
github.com/uptrace/bun/dialect/sqlitedialect v1.2.14 h1:eLXmNpy2TSsWJNpyIIIeLBa5M+Xxc4n8jX5ASeuvWrg=
github.com/uptrace/bun/dialect/sqlitedialect v1.2.14/go.mod h1:oORBd9Y7RiAOHAshjuebSFNPZNPLXYcvEWmibuJ8RRk=
github.com/uptrace/bun/driver/pgdriver v1.2.14 h1:luLg0draTX3p8uk6yXpGaliW1mNyHH6tmdvkYiVF+Ko=
github.com/uptrace/bun/driver/pgdriver v1.2.14/go.mod h1:wK5o2IegmuGBRxM/23NZ51nFfWokCw/TMSsAlQUaa2o=
github.com/uptrace/bun/driver/pgdriver v1.2.15 h1:eZZ60ZtUUE6jjv6VAI1pCMaTgtx3sxmChQzwbvchOOo=
github.com/uptrace/bun/driver/pgdriver v1.2.15/go.mod h1:s2zz/BAeScal4KLFDI8PURwATN8s9RDBsElEbnPAjv4=
github.com/uptrace/bun/driver/sqliteshim v1.2.14 h1:FuosQAedZdWIJKfUQ68E/TSjGpySrO+V7hu+1B1pEws=
github.com/uptrace/bun/driver/sqliteshim v1.2.14/go.mod h1:3y8nahuEGb+wWyJ+UUs2OkGHIfZ/zB2EtCX2R1LbqLI=
github.com/uptrace/bun/extra/bundebug v1.2.14 h1:BThGgGZ83sytVqa6Kyr3uyWRDTQ0/d2/p5rNQ3HJliw=
Expand Down
4 changes: 2 additions & 2 deletions examples/standalone/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ require (
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
github.com/tenkoh/goldmark-img64 v0.1.2 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/uptrace/bun v1.2.14 // indirect
github.com/uptrace/bun v1.2.15 // indirect
github.com/uptrace/bun/dialect/pgdialect v1.2.14 // indirect
github.com/uptrace/bun/dialect/sqlitedialect v1.2.14 // indirect
github.com/uptrace/bun/driver/pgdriver v1.2.14 // indirect
github.com/uptrace/bun/driver/pgdriver v1.2.15 // indirect
github.com/uptrace/bun/driver/sqliteshim v1.2.14 // indirect
github.com/uptrace/bun/extra/bundebug v1.2.14 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions examples/standalone/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,14 @@ github.com/tenkoh/goldmark-img64 v0.1.2/go.mod h1:m3Z5ytQWSf1Lcdv2cXWXSRB7epGz5k
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/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
github.com/uptrace/bun v1.2.14 h1:5yFSfi/yVWEzQ2lAaHz+JfWN9AHmqYtNmlbaUbAp3rU=
github.com/uptrace/bun v1.2.14/go.mod h1:ZS4nPaEv2Du3OFqAD/irk3WVP6xTB3/9TWqjJbgKYBU=
github.com/uptrace/bun v1.2.15 h1:Ut68XRBLDgp9qG9QBMa9ELWaZOmzHNdczHQdrOZbEFE=
github.com/uptrace/bun v1.2.15/go.mod h1:Eghz7NonZMiTX/Z6oKYytJ0oaMEJ/eq3kEV4vSqG038=
github.com/uptrace/bun/dialect/pgdialect v1.2.14 h1:1jmCn7zcYIJDSk1pJO//b11k9NQP1rpWZoyxfoNdpzI=
github.com/uptrace/bun/dialect/pgdialect v1.2.14/go.mod h1:MrRlsIpWIyOCNosWuG8bVtLb80JyIER5ci0VlTa38dU=
github.com/uptrace/bun/dialect/sqlitedialect v1.2.14 h1:eLXmNpy2TSsWJNpyIIIeLBa5M+Xxc4n8jX5ASeuvWrg=
github.com/uptrace/bun/dialect/sqlitedialect v1.2.14/go.mod h1:oORBd9Y7RiAOHAshjuebSFNPZNPLXYcvEWmibuJ8RRk=
github.com/uptrace/bun/driver/pgdriver v1.2.14 h1:luLg0draTX3p8uk6yXpGaliW1mNyHH6tmdvkYiVF+Ko=
github.com/uptrace/bun/driver/pgdriver v1.2.14/go.mod h1:wK5o2IegmuGBRxM/23NZ51nFfWokCw/TMSsAlQUaa2o=
github.com/uptrace/bun/driver/pgdriver v1.2.15 h1:eZZ60ZtUUE6jjv6VAI1pCMaTgtx3sxmChQzwbvchOOo=
github.com/uptrace/bun/driver/pgdriver v1.2.15/go.mod h1:s2zz/BAeScal4KLFDI8PURwATN8s9RDBsElEbnPAjv4=
github.com/uptrace/bun/driver/sqliteshim v1.2.14 h1:FuosQAedZdWIJKfUQ68E/TSjGpySrO+V7hu+1B1pEws=
github.com/uptrace/bun/driver/sqliteshim v1.2.14/go.mod h1:3y8nahuEGb+wWyJ+UUs2OkGHIfZ/zB2EtCX2R1LbqLI=
github.com/uptrace/bun/extra/bundebug v1.2.14 h1:BThGgGZ83sytVqa6Kyr3uyWRDTQ0/d2/p5rNQ3HJliw=
Expand Down
4 changes: 2 additions & 2 deletions pkg/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ require (
github.com/a-h/templ v0.3.906
github.com/goccy/go-yaml v1.18.0
github.com/labstack/echo/v4 v4.13.4
github.com/uptrace/bun v1.2.14
github.com/uptrace/bun v1.2.15
github.com/uptrace/bun/dialect/pgdialect v1.2.14
github.com/uptrace/bun/dialect/sqlitedialect v1.2.14
github.com/uptrace/bun/driver/pgdriver v1.2.14
github.com/uptrace/bun/driver/pgdriver v1.2.15
github.com/uptrace/bun/driver/sqliteshim v1.2.14
github.com/uptrace/bun/extra/bundebug v1.2.14
)
Expand Down
8 changes: 4 additions & 4 deletions pkg/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
github.com/stretchr/testify v1.10.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.14 h1:5yFSfi/yVWEzQ2lAaHz+JfWN9AHmqYtNmlbaUbAp3rU=
github.com/uptrace/bun v1.2.14/go.mod h1:ZS4nPaEv2Du3OFqAD/irk3WVP6xTB3/9TWqjJbgKYBU=
github.com/uptrace/bun v1.2.15 h1:Ut68XRBLDgp9qG9QBMa9ELWaZOmzHNdczHQdrOZbEFE=
github.com/uptrace/bun v1.2.15/go.mod h1:Eghz7NonZMiTX/Z6oKYytJ0oaMEJ/eq3kEV4vSqG038=
github.com/uptrace/bun/dialect/pgdialect v1.2.14 h1:1jmCn7zcYIJDSk1pJO//b11k9NQP1rpWZoyxfoNdpzI=
github.com/uptrace/bun/dialect/pgdialect v1.2.14/go.mod h1:MrRlsIpWIyOCNosWuG8bVtLb80JyIER5ci0VlTa38dU=
github.com/uptrace/bun/dialect/sqlitedialect v1.2.14 h1:eLXmNpy2TSsWJNpyIIIeLBa5M+Xxc4n8jX5ASeuvWrg=
github.com/uptrace/bun/dialect/sqlitedialect v1.2.14/go.mod h1:oORBd9Y7RiAOHAshjuebSFNPZNPLXYcvEWmibuJ8RRk=
github.com/uptrace/bun/driver/pgdriver v1.2.14 h1:luLg0draTX3p8uk6yXpGaliW1mNyHH6tmdvkYiVF+Ko=
github.com/uptrace/bun/driver/pgdriver v1.2.14/go.mod h1:wK5o2IegmuGBRxM/23NZ51nFfWokCw/TMSsAlQUaa2o=
github.com/uptrace/bun/driver/pgdriver v1.2.15 h1:eZZ60ZtUUE6jjv6VAI1pCMaTgtx3sxmChQzwbvchOOo=
github.com/uptrace/bun/driver/pgdriver v1.2.15/go.mod h1:s2zz/BAeScal4KLFDI8PURwATN8s9RDBsElEbnPAjv4=
github.com/uptrace/bun/driver/sqliteshim v1.2.14 h1:FuosQAedZdWIJKfUQ68E/TSjGpySrO+V7hu+1B1pEws=
github.com/uptrace/bun/driver/sqliteshim v1.2.14/go.mod h1:3y8nahuEGb+wWyJ+UUs2OkGHIfZ/zB2EtCX2R1LbqLI=
github.com/uptrace/bun/extra/bundebug v1.2.14 h1:BThGgGZ83sytVqa6Kyr3uyWRDTQ0/d2/p5rNQ3HJliw=
Expand Down
Loading