migrate to personal fork of struCoder/pidusage with threadsafe patch applied

This commit is contained in:
Dan Ballard 2018-11-21 13:59:27 -08:00
parent 8ca6589de0
commit 655afb1aa0
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"