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

Cannot find package 'github.com/pierrec/lz4' #86

Closed
hacdias opened this issue Sep 6, 2018 · 1 comment
Closed

Cannot find package 'github.com/pierrec/lz4' #86

hacdias opened this issue Sep 6, 2018 · 1 comment

Comments

@hacdias
Copy link

hacdias commented Sep 6, 2018

Hey @mholt

There seem to be some issues with one dependency of this package: github.com/pierrec/lz4.

github.com/pierrec/lz4 (download) package github.com/pierrec/lz4/v2/internal/xxh32: cannot find package "github.com/pierrec/lz4/v2/internal/xxh32" in any of:         /usr/lib/go-1.10/src/github.com/pierrec/lz4/v2/internal/xxh32 (from $GOROOT)         /home/user001/go;/home/user001/git/filebrowser.github/src/github.com/pierrec/lz4/v2/internal/xxh32 (from $GOPATH)
cmd/server.go:14:4:error: could not import github.com/filebrowser/filebrowser/lib/http (type-checking package "github.com/filebrowser/filebrowser/lib/http" failed (/go/src/github.com/filebrowser/filebrowser/lib/http/download.go:12:2: could not import github.com/mholt/archiver (type-checking package "github.com/mholt/archiver" failed (/go/src/github.com/mholt/archiver/tarlz4.go:9:2: could not import github.com/pierrec/lz4 (type-checking package "github.com/pierrec/lz4" failed (/go/src/github.com/pierrec/lz4/reader.go:9:2: could not import github.com/pierrec/lz4/v2/internal/xxh32 (cannot find package "github.com/pierrec/lz4/v2/internal/xxh32" in any of: (gotype)

The directory v2 of their package seems to be missing.

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