-
Notifications
You must be signed in to change notification settings - Fork 724
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
bzlmod No dependencies were provided. util_curl.go #825
Comments
@brounnoupegreula-7757 I do not know much about Bazel. Please refer to this file https://github.com/go-resty/resty/blob/v2/BUILD.bazel |
@brounnoupegreula-7757 Any update? |
@brounnoupegreula-7757 Hi, below is my solution, and I use gazelle. go_deps.gazelle_override(
path = "github.com/go-resty/resty/v2",
) |
@frank30941 Where should we add this line? In |
@jeevatkm I think you may follow up below steps. then you will see some BUILD.bazel changed. # 1.
brew install bazelisk
# or
go install github.com/bazelbuild/bazelisk@latest
# 2. in project path
bazelisk run gazelle
# or
go install github.com/bazelbuild/bazel-gazelle/cmd/gazelle@latest
gazelle |
PR #833 merged! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi guys i try to add resty inside my bazel project its using bzlmod but i got this error
The text was updated successfully, but these errors were encountered: