Skip to content

Conversation

@loreto
Copy link
Contributor

@loreto loreto commented Jul 8, 2025

Summary

Update opensource modules to use typeid/v2

How was it tested?

Ran tests.

Community Contribution License

All community contributions in this pull request are licensed to the project maintainers under the terms of the Apache 2 License.

By creating this pull request I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the Community Contribution License.

@loreto loreto requested review from Copilot and gcurtis July 8, 2025 22:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR upgrades the internal typeid dependency to its v2 release across modules and updates import paths accordingly.

  • Swap direct go.jetify.com/typeid dependency to go.jetify.com/typeid/v2 in go.mod files
  • Update all imports in CLI and pkg/ids packages to use the v2 module path
  • Refresh indirect references and checksum entries in go.work.sum

Reviewed Changes

Copilot reviewed 8 out of 13 changed files in this pull request and generated no comments.

Show a summary per file
File Description
typeid/typeid/go.mod Replaced v1 require with /v2 and moved v1 into indirect deps
typeid/typeid/cli/new.go Changed import to go.jetify.com/typeid/v2
typeid/typeid/cli/encode.go Changed import to go.jetify.com/typeid/v2
typeid/typeid/cli/decode.go Changed import to go.jetify.com/typeid/v2
pkg/ids/ids.go Changed import to go.jetify.com/typeid/v2
pkg/ids/apitoken.go Changed import to go.jetify.com/typeid/v2
pkg/go.mod Replaced v1 require with /v2 and moved v1 into indirect deps
go.work.sum Updated checksum entries for the new and old typeid versions

@loreto loreto force-pushed the daniel/typeidv2-up branch from d649bea to 4c76c24 Compare July 8, 2025 22:51
@loreto loreto force-pushed the daniel/typeidv2-up branch from 4c76c24 to 9fa7bd2 Compare July 8, 2025 23:22
@loreto
Copy link
Contributor Author

loreto commented Jul 9, 2025

@gcurtis Friendly reminder

@loreto loreto merged commit 6e31d16 into main Jul 9, 2025
14 checks passed
@loreto loreto deleted the daniel/typeidv2-up branch July 9, 2025 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants