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

This commit is contained in:
Alfonso Acosta
2016-07-26 09:14:37 +00:00
parent 78199aa25f
commit ecc8a3138f
15 changed files with 95 additions and 231 deletions

View File

@@ -7,8 +7,8 @@ import (
"reflect"
"sort"
"github.com/mndrix/ps"
"github.com/ugorji/go/codec"
"github.com/weaveworks/ps"
)
// Counters is a string->int map.

View File

@@ -8,8 +8,8 @@ import (
"sort"
"strconv"
"github.com/mndrix/ps"
"github.com/ugorji/go/codec"
"github.com/weaveworks/ps"
)
// EdgeMetadatas collect metadata about each edge in a topology. Keys are the

View File

@@ -7,7 +7,7 @@ import (
"sort"
"time"
"github.com/mndrix/ps"
"github.com/weaveworks/ps"
"github.com/ugorji/go/codec"
)

View File

@@ -6,8 +6,8 @@ import (
"math"
"time"
"github.com/mndrix/ps"
"github.com/ugorji/go/codec"
"github.com/weaveworks/ps"
)
// Metrics is a string->metric map.

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"
)

View File

@@ -7,8 +7,8 @@ import (
"reflect"
"sort"
"github.com/mndrix/ps"
"github.com/ugorji/go/codec"
"github.com/weaveworks/ps"
)
// Sets is a string->set-of-strings map.