Files
weave-scope/vendor/github.com
Marc CARRE 80f8db5fa1 Upgrade dependencies to sirupsen/logrus v1.0.3.
Commands run:
```
$ gvt delete github.com/Sirupsen/logrus
$ gvt fetch -tag v1.0.3 github.com/sirupsen/logrus
```
N.B.: following this commit, build fails with:
```
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)
```
Resolution in subsequent commit.
2017-10-20 11:44:44 +01:00
..