Advertisement
Guest User

go error

a guest
Aug 11th, 2018
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. WORK=/tmp/go-build812430515
  2. main.go:14:2: cannot find package "github.com/davecgh/go-spew/spew" in any of:
  3. /usr/lib/go/src/github.com/davecgh/go-spew/spew (from $GOROOT)
  4. /home/dndebug/go/src/github.com/davecgh/go-spew/spew (from $GOPATH)
  5. branch.go:6:2: cannot find package "github.com/fatih/color" in any of:
  6. /usr/lib/go/src/github.com/fatih/color (from $GOROOT)
  7. /home/dndebug/go/src/github.com/fatih/color (from $GOPATH)
  8. gui.go:14:2: cannot find package "github.com/golang-collections/collections/stack" in any of:
  9. /usr/lib/go/src/github.com/golang-collections/collections/stack (from $GOROOT)
  10. /home/dndebug/go/src/github.com/golang-collections/collections/stack (from $GOPATH)
  11. branches_panel.go:7:2: cannot find package "github.com/jesseduffield/gocui" in any of:
  12. /usr/lib/go/src/github.com/jesseduffield/gocui (from $GOROOT)
  13. /home/dndebug/go/src/github.com/jesseduffield/gocui (from $GOPATH)
  14. gitcommands.go:14:2: cannot find package "github.com/tcnksm/go-gitconfig" in any of:
  15. /usr/lib/go/src/github.com/tcnksm/go-gitconfig (from $GOROOT)
  16. /home/dndebug/go/src/github.com/tcnksm/go-gitconfig (from $GOPATH)
  17. gitcommands.go:15:2: cannot find package "gopkg.in/src-d/go-git.v4" in any of:
  18. /usr/lib/go/src/gopkg.in/src-d/go-git.v4 (from $GOROOT)
  19. /home/dndebug/go/src/gopkg.in/src-d/go-git.v4 (from $GOPATH)
  20. branch_list_builder.go:7:2: cannot find package "gopkg.in/src-d/go-git.v4/plumbing" in any of:
  21. /usr/lib/go/src/gopkg.in/src-d/go-git.v4/plumbing (from $GOROOT)
  22. /home/dndebug/go/src/gopkg.in/src-d/go-git.v4/plumbing (from $GOPATH)
  23. gitcommands.go:16:2: cannot find package "gopkg.in/src-d/go-git.v4/plumbing/object" in any of:
  24. /usr/lib/go/src/gopkg.in/src-d/go-git.v4/plumbing/object (from $GOROOT)
  25. /home/dndebug/go/src/gopkg.in/src-d/go-git.v4/plumbing/object (from $GOPATH)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement