wagoodman / dive

A tool for exploring each layer in a docker image
MIT License
47.45k stars 1.79k forks source link

go get ...: undefined: client.Opt, client.WithAPIVersionNegotiation #361

Open thediveo opened 3 years ago

thediveo commented 3 years ago

go version 1.16.6 linux/amd6 on fresh Ubuntu 21.04

go get github.com/wagoodman/dive
# github.com/wagoodman/dive/dive/image/docker
../../go/pkg/mod/github.com/wagoodman/dive@v0.10.0/dive/image/docker/engine_resolver.go:53:19: undefined: client.Opt
../../go/pkg/mod/github.com/wagoodman/dive@v0.10.0/dive/image/docker/engine_resolver.go:81:34: undefined: client.WithAPIVersionNegotiation
thediveo commented 3 years ago