mholt / timeliner

All your digital life on a single timeline, stored locally -- DEPRECATED, SEE TIMELINIZE (link below)
https://timelinize.com
GNU Affero General Public License v3.0
3.57k stars 116 forks source link

Go get install results in lz4 package error #65

Closed ianmaddox closed 4 years ago

ianmaddox commented 4 years ago

When running the command go get github.com/mholt/timeliner/cmd/timeliner you get the following error:

 % go get github.com/mholt/timeliner/cmd/timeliner
package github.com/pierrec/lz4/v4: cannot find package "github.com/pierrec/lz4/v4" in any of:
        /usr/local/go/src/github.com/pierrec/lz4/v4 (from $GOROOT)
        /home/ian/go/src/github.com/pierrec/lz4/v4 (from $GOPATH)

Per their documentation , the new lz4 install command is as follows: go get github.com/pierrec/lz4

mholt commented 4 years ago

Discussed and resolved in https://github.com/mholt/timeliner/issues/54