remove test-dependencies in favor of stdlib#22
Open
thaJeztah wants to merge 1 commit into
Open
Conversation
Member
Author
|
To be fair. the "diff" (actual/expected) may be a bit wonky 😅 - let me know if that's a problem |
Member
|
Yeah a bit, do you have an issue with transitive deps on another repo? |
Member
Author
|
Not directly, so I'm fine waiting with this. I think I originally looked at what it was used for, and all seemed "trivial enough to not need a dependency for that", but now looking again, the reason I didn't push may have been because of this specific case. I'll give it some thinking (perhaps we can only add go-cmp (e.g.) |
e30202f to
5b32f0a
Compare
5b32f0a to
0a10850
Compare
thaJeztah
commented
Feb 12, 2026
Comment on lines
12
to
-18
| github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect | ||
| github.com/davecgh/go-spew v1.1.1 // indirect | ||
| github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
| github.com/pmezard/go-difflib v1.0.0 // indirect | ||
| github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect |
Member
Author
There was a problem hiding this comment.
Maybe we should consider this PR after all; at least it gets rid of the deprecated gopkg.in/yaml.v3 (indirect) dependency 🤔
WDYT @crazy-max ?
thaJeztah
commented
Feb 12, 2026
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
0a10850 to
b4dbe4d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Apparently I had this in my local checkout, but never committed or pushed it 😂. Don't know where I left off, but it seems to be complete 🤷♂️