Replace github.com/mndrix/ps by github.com/weaveworks/ps

This commit is contained in:
Alfonso Acosta
2016-07-26 10:35:55 +00:00
parent 78199aa25f
commit ecc8a3138f
15 changed files with 95 additions and 231 deletions
+1 -1
View File
@@ -7,8 +7,8 @@ import (
"sort"
"github.com/davecgh/go-spew/spew"
"github.com/mndrix/ps"
"github.com/ugorji/go/codec"
"github.com/weaveworks/ps"
"github.com/weaveworks/scope/test/reflect"
)