Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GO111MODULE=on go get -u github.com/junegunn/fzf #1545

Open
3 tasks done
gertcuykens opened this issue Mar 31, 2019 · 0 comments
Open
3 tasks done

GO111MODULE=on go get -u github.com/junegunn/fzf #1545

gertcuykens opened this issue Mar 31, 2019 · 0 comments

Comments

@gertcuykens
Copy link

gertcuykens commented Mar 31, 2019

It turns out that currently one of the dependencies brakes go modules (github.com/gdamore/tcell v0.0.0-20170915061752-0a0db94084df)

So I think a version bump of tcell may be required to fix this in the future?

see https://stackoverflow.com/questions/55430150/go111module-on-error-loading-module-requirements/55433888#55433888

There are workarounds for it but I am just reporting this just in case you didn't know

GO111MODULE=on go get -u github.com/junegunn/fzf
go: finding golang.org/x/sys latest
go: finding golang.org/x/crypto latest
go: finding github.com/smartystreets/goconvey latest
go: finding github.com/gopherjs/gopherjs latest
go: finding golang.org/x/net latest
go: finding golang.org/x/tools latest
go: finding github.com/smartystreets/assertions latest
go: gopkg.in/DATA-DOG/go-sqlmock.v1@v1.3.3: go.mod has non-....v1 module path "github.com/DATA-DOG/go-sqlmock" at revision v1.3.3
go get: error loading module requirements
  • Category
    • fzf binary
  • OS
    • Mac OS X
  • Shell
    • bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant