* Add go.mod
* Update github.com/shirou/gopsutil
* Use released version of dep
* Disable modules in CI for now
* PMM-5723 Fix reviewdog.
Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
* WIP
* PMM-4192 Updated MongoDB fingerprint
SystemProfile has been changed to use the new bson.D from the official
MongoDB driver instead of the old BsonD. Updated the fingerprinter
module and all tests
* PMM-4192 Updated MongoDB explain tests
Updated test to use bson.D instead of BsonD
* PMM-4192 Code clean-up
* PMM-4192 Changes for CR
* PMM-4192 Changes for CR
* PMM-4192 Removed unused deps
Co-authored-by: Carlos <cfsalguero@gmail.com>
- Removed t.parallel from tests
- Added lock to stats pkg
- Fixed timeout channels usage in stats pkg
- Removed non-compatible dependency (badfix/slice) and its dependencies
- Made code improvements for linter