We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61efde commit 919d4aeCopy full SHA for 919d4ae
go.mod
@@ -3,6 +3,11 @@ module go.mongodb.org/mongo-driver
3
go 1.13
4
5
retract (
6
+ // GODRIVER-3059: The v1.13.0 Git tag changed, causing security errors when
7
+ // users downloaded the Go driver module. Also, the BSON performance
8
+ // improvements introduced a panic when marshaling/unmarshaling Go errors.
9
+ v1.13.0
10
+
11
v1.11.8 // Contains minor changes meant for v1.12.1.
12
v1.11.5 // Contains import failure.
13
0 commit comments