Skip to content

Commit 46bae63

Browse files
authored
Update MongoDB driver. (#28)
This updates the MongoDB driver to the latest version (1.17.1).
1 parent a2fc487 commit 46bae63

File tree

775 files changed

+63372
-24911
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

775 files changed

+63372
-24911
lines changed

go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ require (
1212
github.com/rs/zerolog v1.28.0
1313
github.com/stretchr/testify v1.8.0
1414
github.com/urfave/cli v1.22.9
15-
go.mongodb.org/mongo-driver v1.10.2
15+
go.mongodb.org/mongo-driver v1.17.1
1616
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
17-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
17+
golang.org/x/sync v0.8.0
1818
gopkg.in/natefinch/lumberjack.v2 v2.0.0
1919
)
2020

@@ -28,7 +28,7 @@ require (
2828
github.com/go-playground/universal-translator v0.18.0 // indirect
2929
github.com/go-playground/validator/v10 v10.10.0 // indirect
3030
github.com/goccy/go-json v0.9.7 // indirect
31-
github.com/golang/snappy v0.0.1 // indirect
31+
github.com/golang/snappy v0.0.4 // indirect
3232
github.com/json-iterator/go v1.1.12 // indirect
3333
github.com/klauspost/compress v1.13.6 // indirect
3434
github.com/leodido/go-urn v1.2.1 // indirect
@@ -37,19 +37,19 @@ require (
3737
github.com/mattn/go-runewidth v0.0.9 // indirect
3838
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
3939
github.com/modern-go/reflect2 v1.0.2 // indirect
40-
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
40+
github.com/montanaflynn/stats v0.7.1 // indirect
4141
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
4242
github.com/pmezard/go-difflib v1.0.0 // indirect
4343
github.com/russross/blackfriday/v2 v2.1.0 // indirect
4444
github.com/ugorji/go/codec v1.2.7 // indirect
4545
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
46-
github.com/xdg-go/scram v1.1.1 // indirect
47-
github.com/xdg-go/stringprep v1.0.3 // indirect
48-
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
49-
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
50-
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
51-
golang.org/x/sys v0.1.0 // indirect
52-
golang.org/x/text v0.3.7 // indirect
46+
github.com/xdg-go/scram v1.1.2 // indirect
47+
github.com/xdg-go/stringprep v1.0.4 // indirect
48+
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
49+
golang.org/x/crypto v0.26.0 // indirect
50+
golang.org/x/net v0.21.0 // indirect
51+
golang.org/x/sys v0.23.0 // indirect
52+
golang.org/x/text v0.17.0 // indirect
5353
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
5454
google.golang.org/protobuf v1.28.0 // indirect
5555
gopkg.in/yaml.v2 v2.4.0 // indirect

vendor/github.com/golang/snappy/AUTHORS

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/snappy/CONTRIBUTORS

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/snappy/decode.go

Lines changed: 57 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)