This project is mirrored from https://gitee.com/NQL886/scope.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 20 Oct, 2017 1 commit
    • Marc CARRE's avatar
      Upgrade dependencies to latest weaveworks/common. · cfde5c35
      Marc CARRE authored
      Commands run:
      ```
      $ gvt delete github.com/weaveworks/common
      $ gvt fetch -revision 59b2b6f8dad04cc1e3538885ddf4ed832095295d github.com/weaveworks/common
      ```
      N.B.: following this commit, build fails with:
      ```
      vendor/github.com/docker/docker/pkg/archive/archive.go:19:2: cannot find package "github.com/docker/docker/pkg/fileutils" in any of:
      	/go/src/github.com/weaveworks/scope/vendor/github.com/docker/docker/vendor/github.com/docker/docker/pkg/fileutils (vendor tree)
      	/go/src/github.com/weaveworks/scope/vendor/github.com/docker/docker/pkg/fileutils
      	/usr/local/go/src/github.com/docker/docker/pkg/fileutils (from $GOROOT)
      	/go/src/github.com/docker/docker/pkg/fileutils (from $GOPATH)
      vendor/github.com/fsouza/go-dockerclient/client.go:35:2: cannot find package "github.com/docker/docker/pkg/stdcopy" in any of:
      	/go/src/github.com/weaveworks/scope/vendor/github.com/docker/docker/pkg/stdcopy (vendor tree)
      	/usr/local/go/src/github.com/docker/docker/pkg/stdcopy (from $GOROOT)
      	/go/src/github.com/docker/docker/pkg/stdcopy (from $GOPATH)
      ```
      Resolution in subsequent commit.
      cfde5c35