Facing error while installing burrow module hashicorp/hcl/hcl/printer not found
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 4k
- Forks
- 818
- Avg merge
- 1h 14m
- Merged PRs (30d)
- 1
Description
> go get github.com/linkedin/Burrow
Error while installing
`package github.com/hashicorp/hcl/hcl/printer: cannot find package "github.com/hashicorp/hcl/hcl/printer" in any of:
/usr/lib/golang/src/github.com/hashicorp/hcl/hcl/printer (from $GOROOT)
/home/ec2-user/go/src/github.com/hashicorp/hcl/hcl/printer (from $GOPATH)`
Confirmed from https://github.com/hashicorp/hcl
There is no module hcl/printer there
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the `go get github.com/linkedin/Burrow` failure and inspect the dependency references involving `github.com/hashicorp/hcl/hcl/printer`. Compare the referenced package with the available hashicorp/hcl repository contents. Done means Burrow installs successfully without the missing-package error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100