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

Error during "make build" from main branch #13

Open
freddygomes-pixforce opened this issue Aug 25, 2024 · 0 comments
Open

Error during "make build" from main branch #13

freddygomes-pixforce opened this issue Aug 25, 2024 · 0 comments

Comments

@freddygomes-pixforce
Copy link

Cloned repository locally and ran make build.

autograf git:(main) make build

I got the following error:

GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o ./autograf
pkg/grafana/panel.go:7:2: no required module provides package github.com/fusakla/autograf/packages/generator; to add it:
go get github.com/fusakla/autograf/packages/generator
make: *** [Makefile:28: build] Error 1

The fix update pkg/grafana/panel.go:
from
line 7: "github.com/fusakla/autograf/packages/generator"
To
line 7: "github.com/fusakla/autograf/pkg/generator"

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