Skip to content
Merged
Changes from all 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: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ module go.mongodb.org/mongo-driver
go 1.13

retract (
// GODRIVER-3059: The v1.13.0 Git tag changed, causing security errors when
// users downloaded the Go driver module. Also, the BSON performance
// improvements introduced a panic when marshaling/unmarshaling Go errors.
v1.13.0

v1.11.8 // Contains minor changes meant for v1.12.1.
v1.11.5 // Contains import failure.

Expand Down