Commit graph

4 commits

Author SHA1 Message Date
subham sarkar 58c80e3e6e
Update compatible modules to their latest versions (#127)
Update the packages to their latest compatible versions.
Also ran "go mod tidy" which removed the unused "errors"
package.
2020-09-22 16:30:38 -07:00
Boyan Soubachov f94ebb5224 Fixed /proc/net/snmp parsing bug (#97)
* Fixed /proc/net/snmp parsing bug

* Fixed a bug when parsing /proc/net/snmp for Linux machines
* Removed unused, commented code
* Changed error messages to Go best practices (wrapping-friendly)

* * Upgrade Dockerfile
* Upgrade to Go 1.13
2019-09-30 05:43:51 -07:00
Boyan Soubachov 2f83ae6fb3 Fix Travis builds (#88)
* Fix Travis builds

* Fix windows build
2019-07-21 01:21:38 -07:00
HamidReza Koushki b1baba1892 Using go module instead of dep (#83) 2019-02-22 15:27:28 -08:00