drone / drone-runtime

[DEPRECATED] migrated to https://github.com/drone-runners
Other
62 stars 43 forks source link

Can't go get on MacOS #30

Closed Kryan90 closed 5 years ago

Kryan90 commented 5 years ago

I am unable to install the drone-runtime on MacOS. The issue is with a vendor library, but I figured I should point it out here.


go get -u github.com/drone/drone-runtime
# docker.io/go-docker
../../../docker.io/go-docker/service_create.go:128:36: cannot use dgst (type "github.com/opencontainers/go-digest".Digest) as type "github.com/docker/distribution/vendor/github.com/opencontainers/go-digest".Digest in argument to reference.WithDigest```
tboerger commented 5 years ago

How should drone be able to solve the vendoring issue of the vendored dependency?

Kryan90 commented 5 years ago

No idea. I wasn't suggesting it was something drone needed to fix.