Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go(deps): bump github.com/uptrace/bun/dbfixture from 1.2.5 to 1.2.6 in /server/src #4640

Merged
Show file tree
Hide file tree
Changes from 2 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
5 changes: 2 additions & 3 deletions server/src/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module scrumlr.io/server

go 1.22.0

toolchain go1.23rc1

// https://github.com/inovex/scrumlr.io/security/dependabot/108
Expand All @@ -23,8 +22,8 @@ require (
github.com/nats-io/nats.go v1.37.0
github.com/ory/dockertest/v3 v3.11.0
github.com/stretchr/testify v1.10.0
github.com/uptrace/bun v1.2.5
github.com/uptrace/bun/dbfixture v1.2.5
github.com/uptrace/bun v1.2.6
github.com/uptrace/bun/dbfixture v1.2.6
github.com/uptrace/bun/dialect/pgdialect v1.2.5
github.com/uptrace/bun/extra/bundebug v1.2.5
github.com/urfave/cli/v2 v2.27.5
Expand Down
8 changes: 4 additions & 4 deletions server/src/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,10 @@ 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.5 h1:gSprL5xiBCp+tzcZHgENzJpXnmQwRM/A6s4HnBF85mc=
github.com/uptrace/bun v1.2.5/go.mod h1:vkQMS4NNs4VNZv92y53uBSHXRqYyJp4bGhMHgaNCQpY=
github.com/uptrace/bun/dbfixture v1.2.5 h1:DSf8EMOl0V9lQn3bDaUmMjhrXQkgoWgI7khblPOqtW8=
github.com/uptrace/bun/dbfixture v1.2.5/go.mod h1:L5h2wJJQBODi46tqqqLOd62gJY7P5f/4EYrTdvQkCaA=
github.com/uptrace/bun v1.2.6 h1:lyGBQAhNiClchb97HA2cBnDeRxwTRLhSIgiFPXVisV8=
github.com/uptrace/bun v1.2.6/go.mod h1:xMgnVFf+/5xsrFBU34HjDJmzZnXbVuNEt/Ih56I8qBU=
github.com/uptrace/bun/dbfixture v1.2.6 h1:jfgkFE+CfwcwCWm1LykzquTl+JC+obGKYvA+cyA+1Bs=
github.com/uptrace/bun/dbfixture v1.2.6/go.mod h1:EYJJ9CN0h4Jb2Fup7PMZOj4o9zZZCjnQmO/SEX0z8mM=
github.com/uptrace/bun/dialect/pgdialect v1.2.5 h1:dWLUxpjTdglzfBks2x+U2WIi+nRVjuh7Z3DLYVFswJk=
github.com/uptrace/bun/dialect/pgdialect v1.2.5/go.mod h1:stwnlE8/6x8cuQ2aXcZqwDK/d+6jxgO3iQewflJT6C4=
github.com/uptrace/bun/extra/bundebug v1.2.5 h1:DsI/gl4jvq5tQ84yPqnlRYIQ4U6AouTqxJ8Y5Oijfz4=
Expand Down
Loading