migrate to personal fork of pidusage with thredsafe patch #160

Merged
sarah merged 1 commits from dan/cwtch:pidusage into master 2018-11-21 22:21:52 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import (
"bufio"
"fmt"
"git.openprivacy.ca/openprivacy/libricochet-go/application"
"github.com/struCoder/pidusage"
"github.com/dballard/pidusage"
"log"
"os"
"path"