gojsondiff icon indicating copy to clipboard operation
gojsondiff copied to clipboard

Dependency issue

Open mbonnell-wish opened this issue 4 years ago • 1 comments

This is the output I get when I try to install this module

:!go get github.com/yudai/gojsondiff/jd
go: found github.com/yudai/gojsondiff/jd in github.com/yudai/gojsondiff v1.0.0                                                                                                                    
go: finding module for package github.com/codegangsta/cli
go: found github.com/codegangsta/cli in github.com/codegangsta/cli v1.22.4
go: github.com/yudai/gojsondiff/jd imports
        github.com/codegangsta/cli: github.com/codegangsta/[email protected]: parsing go.mod:
        module declares its path as: github.com/urfave/cli
                but was required as: github.com/codegangsta/cli

shell returned 1

mbonnell-wish avatar Jun 04 '20 15:06 mbonnell-wish

I have the same issue.

tolik505 avatar Dec 01 '20 13:12 tolik505