pwaller / docker-show-context

Show where time is wasted during the context upload of `docker build`
MIT License
335 stars 16 forks source link

"unexpected directory layout" during go get #4

Closed pwaller closed 6 years ago

pwaller commented 6 years ago

Go 1.10.1, darwin/amd64.

$ go get -v -u github.com/pwaller/docker-show-context
github.com/pwaller/docker-show-context (download)
github.com/docker/docker (download)
unexpected directory layout:
    import path: github.com/docker/docker/builder/dockerignore
    root: /Users/pwaller/go/src
    dir: /Users/pwaller/go/src/github.com/pwaller/docker-show-context/vendor/github.com/docker/docker/builder/dockerignore
    expand root: /Users/pwaller/go/src
    expand dir: /Users/pwaller/go/src/github.com/pwaller/docker-show-context/vendor/github.com/docker/docker/builder/dockerignore
    separator: /

Not sure what's going on here. Not much time to investigate. Help welcomed!

ryboe commented 6 years ago

Help has arrived. 😀

pwaller commented 6 years ago

Resolved in #6.