It seems like libcompose is broken after the recent commits.
prash@prash-laptop:/tmp/lc$ go build
# github.com/docker/libcompose/docker/container
/home/prash/go/src/github.com/docker/libcompose/docker/container/container.go:349:54: cannot use "github.com/docker/go-connections/nat".Port(port) (type "github.com/docker/go-connections/nat".Port) as type "github.com/docker/docker/vendor/github.com/docker/go-connections/nat".Port in map index
``
@vdemeester
It seems like libcompose is broken after the recent commits.