Skip to content

Commit 4892764

Browse files
chore(deps): bump github.com/xdg-go/scram in /mongodb
Bumps [github.com/xdg-go/scram](https://github.com/xdg-go/scram) from 1.1.2 to 1.2.0. - [Release notes](https://github.com/xdg-go/scram/releases) - [Changelog](https://github.com/xdg-go/scram/blob/master/CHANGELOG.md) - [Commits](xdg-go/scram@v1.1.2...v1.2.0) --- updated-dependencies: - dependency-name: github.com/xdg-go/scram dependency-version: 1.2.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3753560 commit 4892764

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mongodb/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/valyala/bytebufferpool v1.0.0 // indirect
2222
github.com/valyala/fasthttp v1.68.0 // indirect
2323
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
24-
github.com/xdg-go/scram v1.1.2 // indirect
24+
github.com/xdg-go/scram v1.2.0 // indirect
2525
github.com/xdg-go/stringprep v1.0.4 // indirect
2626
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
2727
golang.org/x/crypto v0.45.0 // indirect

mongodb/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ github.com/valyala/fasthttp v1.68.0 h1:v12Nx16iepr8r9ySOwqI+5RBJ/DqTxhOy1HrHoDFn
3030
github.com/valyala/fasthttp v1.68.0/go.mod h1:5EXiRfYQAoiO/khu4oU9VISC/eVY6JqmSpPJoHCKsz4=
3131
github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=
3232
github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
33-
github.com/xdg-go/scram v1.1.2 h1:FHX5I5B4i4hKRVRBCFRxq1iQRej7WO3hhBuJf+UUySY=
34-
github.com/xdg-go/scram v1.1.2/go.mod h1:RT/sEzTbU5y00aCK8UOx6R7YryM0iF1N2MOmC3kKLN4=
33+
github.com/xdg-go/scram v1.2.0 h1:bYKF2AEwG5rqd1BumT4gAnvwU/M9nBp2pTSxeZw7Wvs=
34+
github.com/xdg-go/scram v1.2.0/go.mod h1:3dlrS0iBaWKYVt2ZfA4cj48umJZ+cAEbR6/SjLA88I8=
3535
github.com/xdg-go/stringprep v1.0.4 h1:XLI/Ng3O1Atzq0oBs3TWm+5ZVgkq2aqdlvP9JtoZ6c8=
3636
github.com/xdg-go/stringprep v1.0.4/go.mod h1:mPGuuIYwz7CmR2bT9j4GbQqutWS1zV24gijq1dTyGkM=
3737
github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZqKjWU=

0 commit comments

Comments
 (0)