-
Type: Bug
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: 1.11.5
-
Component/s: None
-
None
-
Not Needed
-
Summary
go mod tidy
go: finding module for package go.mongodb.org/mongo-driver/internal/assert
code.icod.de/dalu/c64new/cmd imports
go.mongodb.org/mongo-driver/mongo/options tested by
go.mongodb.org/mongo-driver/mongo/options.test imports
go.mongodb.org/mongo-driver/internal/assert: module go.mongodb.org/mongo-driver@latest found (v1.11.5), but does not contain package go.mongodb.org/mongo-driver/internal/assert
Please provide the version of the driver. If applicable, please provide the MongoDB server version and topology (standalone, replica set, or sharded cluster).
How to Reproduce
Have
go.mongodb.org/mongo-driver v1.11.5
In go.mod, I guess
run go mod tidy
Additional Background
Please provide any additional background information that may be helpful in diagnosing the bug.