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

go get -u github.com/onsi/ginkgo/ginkgo starts throwing error all of a sudden #661

Closed
chenpfeisoo opened this issue Apr 8, 2020 · 2 comments

Comments

@chenpfeisoo
Copy link

When I run go get -u github.com/onsi/ginkgo/ginkgo
Output is as follows

-> go get -u  github.com/onsi/ginkgo/ginkgo

go: found github.com/onsi/ginkgo/ginkgo in github.com/onsi/ginkgo v1.12.0
go: golang.org/x/sys upgrade => v0.0.0-20200406155108-e3b113bbe6a4
go get: upgrading gopkg.in/[email protected]: gopkg.in/[email protected]: invalid version: go.mod has non-....v1 module path "github.com/fsnotify/fsnotify" at revision v1.4.9
->go version
go version go1.14.1 darwin/amd64

My whole development environment is new, so I don't know where the dependency problem is

@ryancurrah
Copy link
Contributor

ryancurrah commented Apr 28, 2020

@chenpfeisoo this issue is resolved as of yesterday. A PR was merged that changed the package that caused this error.

#667

@chenpfeisoo
Copy link
Author

👍

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

2 participants