Skip to content

Commit 283d809

Browse files
go(deps): bump github.com/uptrace/bun from 1.2.5 to 1.2.6 in /server/src
Bumps [github.com/uptrace/bun](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 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36468c7 commit 283d809

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

server/src/go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module scrumlr.io/server
22

33
go 1.22.0
4-
54
toolchain go1.23rc1
65

76
// https://github.com/inovex/scrumlr.io/security/dependabot/108
@@ -16,13 +15,14 @@ require (
1615
github.com/go-redis/redis/v8 v8.11.5
1716
github.com/golang-migrate/migrate/v4 v4.18.1
1817
github.com/google/uuid v1.6.0
18+
github.com/gorilla/sessions v1.2.1
1919
github.com/gorilla/websocket v1.5.3
2020
github.com/lestrrat-go/jwx/v2 v2.1.2
2121
github.com/markbates/goth v1.80.0
2222
github.com/nats-io/nats.go v1.37.0
2323
github.com/ory/dockertest/v3 v3.11.0
2424
github.com/stretchr/testify v1.9.0
25-
github.com/uptrace/bun v1.2.5
25+
github.com/uptrace/bun v1.2.6
2626
github.com/uptrace/bun/dbfixture v1.2.5
2727
github.com/uptrace/bun/dialect/pgdialect v1.2.5
2828
github.com/uptrace/bun/extra/bundebug v1.2.5
@@ -61,7 +61,6 @@ require (
6161
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
6262
github.com/gorilla/mux v1.8.0 // indirect
6363
github.com/gorilla/securecookie v1.1.1 // indirect
64-
github.com/gorilla/sessions v1.2.1 // indirect
6564
github.com/hashicorp/errwrap v1.1.0 // indirect
6665
github.com/hashicorp/go-multierror v1.1.1 // indirect
6766
github.com/jinzhu/inflection v1.0.0 // indirect

server/src/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ 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.5 h1:gSprL5xiBCp+tzcZHgENzJpXnmQwRM/A6s4HnBF85mc=
220-
github.com/uptrace/bun v1.2.5/go.mod h1:vkQMS4NNs4VNZv92y53uBSHXRqYyJp4bGhMHgaNCQpY=
219+
github.com/uptrace/bun v1.2.6 h1:lyGBQAhNiClchb97HA2cBnDeRxwTRLhSIgiFPXVisV8=
220+
github.com/uptrace/bun v1.2.6/go.mod h1:xMgnVFf+/5xsrFBU34HjDJmzZnXbVuNEt/Ih56I8qBU=
221221
github.com/uptrace/bun/dbfixture v1.2.5 h1:DSf8EMOl0V9lQn3bDaUmMjhrXQkgoWgI7khblPOqtW8=
222222
github.com/uptrace/bun/dbfixture v1.2.5/go.mod h1:L5h2wJJQBODi46tqqqLOd62gJY7P5f/4EYrTdvQkCaA=
223223
github.com/uptrace/bun/dialect/pgdialect v1.2.5 h1:dWLUxpjTdglzfBks2x+U2WIi+nRVjuh7Z3DLYVFswJk=

0 commit comments

Comments
 (0)