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

Godep unable to resolve fsnotify #224

Closed
bartoszmajsak opened this issue Aug 10, 2018 · 0 comments
Closed

Godep unable to resolve fsnotify #224

bartoszmajsak opened this issue Aug 10, 2018 · 0 comments
Assignees

Comments

@bartoszmajsak
Copy link
Member

Builds are borked due to golang/dep#1799, result with:

(4)	? attempt gopkg.in/fsnotify.v1 with 1 pkgs; 0 versions to try
panic: version queue is empty, should not happen`

goroutine 1 [running]:
github.com/golang/dep/gps.(*solver).findValidVersion(0xc420576240, 0xc42024e460, 0xc420410850, 0x1, 0x1, 0x0, 0xc420410850)
	/private/tmp/dep-20180127-56413-19vc2ou/src/github.com/golang/dep/gps/solver.go:927 +0x53f
github.com/golang/dep/gps.(*solver).createVersionQueue(0xc420576240, 0xc420455461, 0x14, 0x0, 0x0, 0xc420410850, 0x1, 0x1, 0x0, 0x0, ...)
	/private/tmp/dep-20180127-56413-19vc2ou/src/github.com/golang/dep/gps/solver.go:914 +0x955
github.com/golang/dep/gps.(*solver).solve(0xc420576240, 0x17e7e40, 0xc420014070, 0x0, 0xc4205b27e0, 0xc4205b2840)
	/private/tmp/dep-20180127-56413-19vc2ou/src/github.com/golang/dep/gps/solver.go:517 +0x5b0
github.com/golang/dep/gps.(*solver).Solve(0xc420576240, 0x17e7e40, 0xc420014070, 0xc42034b1a0, 0xc4200160de, 0x1e, 0xc42034ad20)
	/private/tmp/dep-20180127-56413-19vc2ou/src/github.com/golang/dep/gps/solver.go:457 +0xe4
main.(*initCommand).Run(0xc420157ed2, 0xc420059080, 0xc42000e1d0, 0x0, 0x0, 0x0, 0x0)
	/private/tmp/dep-20180127-56413-19vc2ou/src/github.com/golang/dep/cmd/dep/init.go:156 +0x5fc
main.(*Config).Run(0xc420058f60, 0xc420058f60)
	/private/tmp/dep-20180127-56413-19vc2ou/src/github.com/golang/dep/cmd/dep/main.go:210 +0x11cb
main.main()
	/private/tmp/dep-20180127-56413-19vc2ou/src/github.com/golang/dep/cmd/dep/main.go:52 +0x1fc
@bartoszmajsak bartoszmajsak self-assigned this Aug 10, 2018
bartoszmajsak added a commit that referenced this issue Aug 10, 2018
* fix(dep): fixes godep issue while resolving transitive fsnotify

* fix: ignores linter warnings with explanation
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