Skip to content

Conversation

piotrpio
Copy link
Contributor

Signed-off-by: Piotr Piotrowski piotr@synadia.com

Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
@piotrpio piotrpio requested review from ripienaar and Jarema October 13, 2023 09:04
dependencies.md Outdated
| github.com/antonmedv/expr v1.15.3 | MIT |
| github.com/dustin/go-humanize v1.0.1 | MIT |
| github.com/google/go-cmp/cmp v0.5.9 | BSD-3-Clause |
| github.com/klauspost/compress v1.17.0 | Apache-2.0 |
Copy link
Collaborator

@ripienaar ripienaar Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need versions here? This seems like a recipe for immediatley being out of date as we keep updating dependencies.

Also dont seem worth listing like compress and compress/s2?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's an example from a previous cycle PR https://github.com/nats-io/natscli/pull/560/files

No versions, this seems extremely onerous if not strictly needed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right, versions may be a bit much, I'll remove them.

The thing with compress is that compress/s2 actually has a different license file: https://github.com/klauspost/compress/blob/master/s2/LICENSE

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah nice, missed the seperate license, good catch

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed the versions

Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
@ripienaar ripienaar merged commit 091f9d7 into main Oct 13, 2023
@ripienaar ripienaar deleted the update-dependencies branch October 13, 2023 09:58
| github.com/antonmedv/expr | MIT |
| github.com/dustin/go-humanize | MIT |
| github.com/google/go-cmp/cmp | BSD-3-Clause |
| github.com/klauspost/compress | Apache-2.0 |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually this is wrong, looking at the repo he has a bunch of licences in the one file and the MIT one is first and applies to the main repo, I think it was right before @piotrpio

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, I am not even sure what that license is, but its not ASL-2 or MIT

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's BSD-3-Clause I guess, same as go

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

Successfully merging this pull request may close these issues.

2 participants