mirror of
https://github.com/tiennm99/mongodb-keepalive.git
synced 2026-07-14 03:54:34 +00:00
96c97f28bf
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.41.0 to 0.45.0. - [Commits](https://github.com/golang/crypto/compare/v0.41.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 lines
626 B
Modula-2
22 lines
626 B
Modula-2
module github.com/tiennm99/mongodb-keepalive
|
|
|
|
go 1.24.10
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.5.1
|
|
go.mongodb.org/mongo-driver/v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/snappy v1.0.0 // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/klauspost/compress v1.16.7 // indirect
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
github.com/xdg-go/scram v1.1.2 // indirect
|
|
github.com/xdg-go/stringprep v1.0.4 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
|
|
golang.org/x/crypto v0.45.0 // indirect
|
|
golang.org/x/sync v0.18.0 // indirect
|
|
golang.org/x/text v0.31.0 // indirect
|
|
)
|