elastic / gosigar

Gathers system and per process statistics
Apache License 2.0
105 stars 76 forks source link

Add go.mod to fix travis build #144

Closed andrewkroh closed 4 years ago

andrewkroh commented 4 years ago

Travis CI was failing while testing with Go 1.10 because the latest testify requires Go 1.13 for error.As. So by adding go.mod to use a specific testify version (and testing with Go 1.11 minimally since we now need 'go mod') the tests should compile.

andresrc commented 4 years ago

ping @elastic/integrations-services