-
Notifications
You must be signed in to change notification settings - Fork 231
Update structured-merge-diff version #155
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
Conversation
302c2a9 to
467f441
Compare
go.mod
Outdated
| github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 | ||
| github.com/googleapis/gnostic v0.0.0-20170426233943-68f4ded48ba9 | ||
| github.com/json-iterator/go v0.0.0-20180612202835-f2b4162afba3 | ||
| github.com/kr/pretty v0.1.0 // 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.
@liggitt is it supposed to add these?
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.
running go mod tidy should clean it up. go get will speculatively add things it's unsure about, and go mod tidy will clean them up once it verifies all os/arch/build tag combinations don't need it
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.
I guess not, it looks like it succeeds the tests when i remove this line
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.
Not sure how this got here
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.
When I ran go mod tidy, it didn't remove this, so I just removed it manually.
d3e9750 to
28e4d41
Compare
|
/lgtm |
|
/approve |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: apelisse, seans3 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
And make necessary changes to schemaconv to accept the changes
@apelisse
Edit: also needed to run
GO111MODULE=on go mod tidy