yudai / gojsondiff

Go JSON Diff
Other
535 stars 81 forks source link

Dependency issue #37

Open mbonnell-wish opened 4 years ago

mbonnell-wish commented 4 years ago

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/cli@v1.22.4: parsing go.mod:
        module declares its path as: github.com/urfave/cli
                but was required as: github.com/codegangsta/cli

shell returned 1
tolik505 commented 3 years ago

I have the same issue.