-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Keeping around Gopkg.toml and Gopkg.lock can cause issues because the vendor directory generated by go mod vendor will look different than the one reflected in Gopkg.lock so commands like dep check will report errors. We can remove these files and users with Go versions < 1.11 can still pull in the driver using dep or other dependency management tools if needed.