-
Notifications
You must be signed in to change notification settings - Fork 233
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
go get or go build does not work for repo #195
Comments
Interesting, I tried this yesterday. Will give it a look. Thanks for the report. |
I think the issue isn't in cel-go itself but in: See: |
fix golang/lint issue adding a replace stanza until it gets fixed. closes google#195
I did notice that the lack of a |
@TristonianJones I think that installing via https://github.com/golang/go/wiki/Modules#how-to-upgrade-and-downgrade-dependencies
I think that simply removing the |
Thanks for the tip. I'll update the README |
If you want to add intructions for a modules install I would do:
|
Install instructions are still confusing, supposing, for example:
a)
b)
|
@TristonianJones, @lopezator, thanks for solving this issue :) Just tested it, although I think a minor release will be needed, until then in case anyone has the same problem and reaches this page, |
Describe the bug
As mentioned in https://github.com/google/cel-go#install
or
Does not work and results in the following error:
To fix this for now, I have done a
git clone
and added areplace
directiveThis is my
go.mod
The text was updated successfully, but these errors were encountered: