Skip to content

chore(deps): update LICENSE-3rdparty.csv with new dependencies - #90

Merged
platinummonkey merged 2 commits into
mainfrom
chore/update-3rdparty-licenses
Feb 19, 2026
Merged

chore(deps): update LICENSE-3rdparty.csv with new dependencies#90
platinummonkey merged 2 commits into
mainfrom
chore/update-3rdparty-licenses

Conversation

@platinummonkey

@platinummonkey platinummonkey commented Feb 19, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add 15 missing third-party license entries to LICENSE-3rdparty.csv for dependencies introduced by tablewriter, testify, yaml.v3, and their transitive deps
  • Apply go mod tidy to promote google/uuid from indirect to direct

Changes

  • LICENSE-3rdparty.csv: Added entries for clipperhouse/displaywidth, clipperhouse/stringish, clipperhouse/uax29, davecgh/go-spew, fatih/color, mattn/go-colorable, mattn/go-isatty, mattn/go-runewidth, olekukonko/cat, olekukonko/errors, olekukonko/ll, olekukonko/tablewriter, pmezard/go-difflib, stretchr/testify, gopkg.in/yaml.v3
  • go.mod: google/uuid moved from indirect to direct (via go mod tidy)

Test plan

  • Verify CSV is well-formed and sorted alphabetically
  • Confirm all go.mod dependencies have corresponding LICENSE-3rdparty.csv entries
  • CI passes

🤖 Generated with Claude Code

platinummonkey and others added 2 commits February 19, 2026 12:16
Add 15 missing dependency entries for tablewriter, testify, yaml.v3,
and their transitive dependencies. Also applies go mod tidy to promote
google/uuid from indirect to direct.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
TestGetEnvWithDefault subtests all mutate the same TEST_ENV_VAR
process-level env var. Running them in parallel causes a race where
the "env var set to empty" subtest reads "custom" from the prior
subtest instead of "".

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@platinummonkey
platinummonkey merged commit 34ee013 into main Feb 19, 2026
4 checks passed
@platinummonkey
platinummonkey deleted the chore/update-3rdparty-licenses branch February 19, 2026 18:26
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.

1 participant