Marc CARRE
b6411253cf
Fix: cannot find package github.com/Sirupsen/logrus.
Fix:
```
report/marshal.go:14:2: cannot find package "github.com/Sirupsen/logrus" in any of:
/go/src/github.com/weaveworks/scope/vendor/github.com/Sirupsen/logrus (vendor tree)
/usr/local/go/src/github.com/Sirupsen/logrus (from $GOROOT)
/go/src/github.com/Sirupsen/logrus (from $GOPATH)
```
via:
```
$ git grep -l Sirupsen | grep -v vendor | xargs sed -i 's:github.com/Sirupsen/logrus:github.com/sirupsen/logrus:g'
$ gofmt -s -w app
$ gofmt -s -w common
$ gofmt -s -w probe
$ gofmt -s -w prog
$ gofmt -s -w tools
```
2017-10-08 18:37:28 +01:00
..
2017-07-04 07:35:30 +01:00
2017-07-03 01:26:22 +01:00
2017-07-04 07:35:30 +01:00
2017-07-03 01:26:22 +01:00
2017-07-04 07:35:30 +01:00
2017-07-04 07:35:30 +01:00
2017-07-18 11:35:50 -07:00
2017-07-04 07:35:30 +01:00
2017-07-03 02:06:21 +01:00
2017-05-29 17:50:55 +01:00
2017-04-12 17:41:43 +02:00
2017-10-08 18:37:28 +01:00
2017-07-04 07:35:30 +01:00
2017-08-15 18:56:23 +01:00
2017-07-04 07:35:30 +01:00
2017-09-30 14:33:20 +00:00
2017-08-10 11:08:42 +01:00
2017-08-10 11:08:42 +01:00
2017-07-03 01:26:22 +01:00
2017-07-04 07:35:30 +01:00
2017-07-03 01:26:22 +01:00
2017-08-15 18:56:23 +01:00
2017-07-03 01:26:22 +01:00
2017-07-03 01:26:22 +01:00
2017-07-04 07:35:30 +01:00
2017-07-04 07:35:30 +01:00
2017-10-08 18:37:28 +01:00
2017-07-03 01:26:22 +01:00
2017-04-01 11:35:10 +00:00