-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
update libocr, solana, terra #6473
Conversation
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
@@ -312,6 +313,7 @@ require ( | |||
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect | |||
google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 // indirect | |||
google.golang.org/grpc v1.43.0 // indirect | |||
gopkg.in/guregu/null.v2 v2.1.2 // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh wait, we have v4 already - should we be aligned on that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah that would be good...trying to figure out where v2 started showing up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually, not from solana/terra/libocr, and can't figure out where....
$ go mod why gopkg.in/guregu/null.v2
# gopkg.in/guregu/null.v2
(main module does not need package gopkg.in/guregu/null.v2)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could be indirect and test only? golang/go#30206
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...yeah i'm struggling to find this too. will give it another shot tomorrow 🙃
i did find this tho:
go mod why gopkg.in/guregu/null.v2/zero
# gopkg.in/guregu/null.v2/zero
github.com/smartcontractkit/chainlink/core/cmd
github.com/manyminds/api2go/jsonapi
github.com/manyminds/api2go/jsonapi.test
gopkg.in/guregu/null.v2/zero
go mod why -m gopkg.in/guregu/null.v2
# gopkg.in/guregu/null.v2
github.com/smartcontractkit/chainlink/core/cmd
github.com/manyminds/api2go/jsonapi
github.com/manyminds/api2go/jsonapi.test
gopkg.in/guregu/null.v2/zero
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
notes:
- this likely happened because of bumping the core version in solana & terra repos to core 1.3 so go mod chose differently
11e76b4
to
e8a0655
Compare
e8a0655
to
2148c2c
Compare
No description provided.