blacktop / graboid

Clientless Docker Image Downloader
MIT License
80 stars 11 forks source link

Build Failure with go 1.13 #2

Open sgotand opened 4 years ago

sgotand commented 4 years ago

make build command failed with go 1.13.

$ go version                                                                                                                                                                            go version go1.13.4 linux/amd64

$ make build                                                                                                                                                                            ===> Building Binaries
go build
go: github.com/wagoodman/dive@v0.8.1 requires
    github.com/docker/distribution@v0.0.0-20181126153310-93e082742a009850ac46962150b2f652a822c5ff: invalid pseudo-version: revision is longer than canonical (93e082742a00)
Makefile:77: recipe for target 'build' failed
make: *** [build] Error 1

This is probably because vendoring was disabled.

blacktop commented 4 years ago

I assume that your PR fixes this issue?